Commit Graph

17 Commits

Author SHA1 Message Date
Brett Meyer e712a44ec3 HHH-8922 ClassLoaderServiceImpl#getResources should use LinkedHashSet to
preserve ordering

Conflicts:
	hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl.java
2014-02-07 10:07:31 -05:00
Brett Meyer d436b98557 HHH-8655 Classloader conflicts with embedded OSGi frameworks
Conflicts:
	hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiClassLoader.java
2013-12-16 14:12:49 -05:00
Brett Meyer 0257bb497e HHH-8779 corrected bundle symbolic name 2013-12-09 11:01:39 -05:00
Brett Meyer d3b7b9b717 HHH-8633 register synch in OsgiJtaPlatform
Conflicts:
	hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiJtaPlatform.java
2013-10-22 22:13:16 -04:00
Brett Meyer c2ea55b0bd HHH-8553 hibernate-osgi needs to support alternative locations for
hibernate.cfg.xml
Conflicts:
	documentation/src/main/docbook/quickstart/tutorials/osgi/managed-jpa/features.xml
	documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-jpa/features.xml
	documentation/src/main/docbook/quickstart/tutorials/osgi/unmanaged-native/features.xml
	hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiSessionFactoryService.java
2013-09-25 00:05:29 -04:00
Brett Meyer acafe63ead HHH-8378 Cleanup during Bundle#stop. Added shutdown unit test.
Conflicts:
	hibernate-osgi/src/main/java/org/hibernate/osgi/HibernateBundleActivator.java
	hibernate-osgi/src/test/java/org/hibernate/osgi/test/OsgiTestCase.java
2013-07-24 11:47:55 -04:00
Brett Meyer 79c3658ac2 HHH-8238 OsgiJtaPlatform null pointer exception
Conflicts:
	hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiJtaPlatform.java
2013-05-16 11:47:37 -04:00
Brett Meyer 0ea24c6945 HHH-8225 EMF cannot be created, closed, then re-created in OSGi
Conflicts:
	hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiClassLoader.java
	hibernate-osgi/src/main/java/org/hibernate/osgi/OsgiPersistenceProvider.java
2013-05-06 19:59:52 -04:00
Brett Meyer 8e3fd81046 HHH-7995 Added support for TypeContributors in OSGi. Integrated with
envers
2013-04-30 12:50:02 -04:00
Brett Meyer a30347552c HHH-7995 Auto-discovery of Hibernate extension points in OSGi 2013-04-22 15:19:23 -04:00
Brett Meyer 8d4b4857b7 HHH-7993 Support jar scanning in OSGi 2013-04-04 15:01:37 -04:00
Brett Meyer 1df99fc066 HHH-8096 Re-work the OSGi class loading concepts 2013-03-27 15:06:37 -04:00
Brett Meyer ae978df496 HHH-8053 HibernateBundleActivator should not register itself as a
PersistenceProvider
2013-03-05 16:23:30 -05:00
Brett Meyer 5f38be4659 HHH-8010 Support app-managed EntityManagerFactory and SessionFactory creation by OSGi bundles 2013-02-28 09:22:37 -05:00
Brett Meyer 7611a5055c HHH-7994 Improve OsgiClassLoader performance 2013-02-18 15:37:22 -05:00
Brett Meyer 1af005bfb1 HHH-7991 Correct all instances of
Thread.currentThread().getContextClassLoader()
2013-02-14 11:04:35 -05:00
Brett Meyer 94cbc61f04 HHH-7527 Enterprise OSGi JPA support 2013-02-14 11:04:35 -05:00