hibernate-orm/hibernate-core
Yoann Rodière e7cefd8ddd HHH-13409 Rework AggregatedServiceLoader to minimize the risk of regression
In particular:

* Keep the old behavior when retrieving services on JDK8
* On JDK9+, query the AggregatedClassLoader first (before individual
class loaders) when retrieving services.
* On JDK9+, use ServiceLoader.Provider to avoid instantiating services
a second time if we know we already instantiated them with another class
loader.
2019-06-20 21:07:03 +01:00
..
src HHH-13409 Rework AggregatedServiceLoader to minimize the risk of regression 2019-06-20 21:07:03 +01:00
hibernate-core.gradle HHH-13043 Upgrade to JAXB 2.3.1 2018-11-23 13:39:39 +01:00