hibernate-orm/hibernate-osgi/src/main/java/org/hibernate/osgi
Yoann Rodière bf7f56e004 HHH-13022 Allow to fall back to the OSGi-provided TCCL during bootstrap
We previously erased that class loader, which is not a great idea, in
particular when we use libraries such as JAXB which rely on the TCCL, to
some extent.

Without this patch, we cannot make the OSGi integration work correctly
with Java 9 and above, because the JAXB APIs won't find the JAXB
runtime.
2018-10-22 17:05:46 +02:00
..
HibernateBundleActivator.java HHH-9837 - Remove reliance during annotation binding on org.hibernate.internal.util.ClassLoaderHelper 2015-06-04 14:12:17 -05:00
OSGiClassLoaderServiceImpl.java HHH-9803 - Checkstyle fix ups - headers 2015-05-18 23:25:14 -05:00
OsgiArchiveDescriptor.java HHH-9803 - Checkstyle fix ups - headers 2015-05-18 23:25:14 -05:00
OsgiArchiveDescriptorFactory.java HHH-9803 - Checkstyle fix ups - headers 2015-05-18 23:25:14 -05:00
OsgiClassLoader.java HHH-12553 - Prevent ConcurrentModificationException in OsgiClassLoader 2018-07-03 19:01:25 +01:00
OsgiJtaPlatform.java HHH-9803 - Checkstyle fix ups - headers 2015-05-18 23:25:14 -05:00
OsgiPersistenceProvider.java HHH-10365 added OsgiClassLoaderService support for non-container-managed JPA, tweaked method overloading 2016-05-26 12:05:46 -04:00
OsgiPersistenceProviderService.java HHH-13022 Allow to fall back to the OSGi-provided TCCL during bootstrap 2018-10-22 17:05:46 +02:00
OsgiScanner.java HHH-9803 - Checkstyle fix ups - headers 2015-05-18 23:25:14 -05:00
OsgiServiceUtil.java HHH-9803 - Checkstyle fix ups - headers 2015-05-18 23:25:14 -05:00
OsgiSessionFactoryService.java HHH-13022 Allow to fall back to the OSGi-provided TCCL during bootstrap 2018-10-22 17:05:46 +02:00
package-info.java HHH-9803 - Checkstyle fix ups - headers 2015-05-18 23:25:14 -05:00