hibernate-orm/hibernate-osgi/src
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
..
main/java/org/hibernate/osgi HHH-13022 Allow to fall back to the OSGi-provided TCCL during bootstrap 2018-10-22 17:05:46 +02:00
test HHH-13022 Include karaf logs into test output files 2018-10-22 17:05:46 +02:00