[hibernate/hibernate-orm] 31fb14: HHH-13551 Restucture ClassPathAndModulePathAggrega...
by Yoann Rodière
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 31fb14e0d9de1df1aa239e85542df54d992248bd
https://github.com/hibernate/hibernate-orm/commit/31fb14e0d9de1df1aa239e8...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-08-13 (Tue, 13 Aug 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/AggregatedServiceLoader.java
Log Message:
-----------
HHH-13551 Restucture ClassPathAndModulePathAggregatedServiceLoader
This does not change the behavior of the class at all: it simply
restructures the code to allow for the changes in the next commits.
Commit: 5174fc28dc2d4b13992af184179589f71083f4ab
https://github.com/hibernate/hibernate-orm/commit/5174fc28dc2d4b13992af18...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-08-13 (Tue, 13 Aug 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/AggregatedServiceLoader.java
M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
Log Message:
-----------
HHH-13551 Ignore ServiceConfigurationError thrown when accessing services of individual (non-aggregated) class loaders
Commit: f2f788c03d2b5e95c46376d9300297439742b6d6
https://github.com/hibernate/hibernate-orm/commit/f2f788c03d2b5e95c46376d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2019-08-13 (Tue, 13 Aug 2019)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImplTest.java
A hibernate-core/src/test/java/org/hibernate/boot/registry/classloading/internal/IsolatedClassLoader.java
A hibernate-core/src/test/java/org/hibernate/boot/registry/classloading/internal/MyService.java
A hibernate-core/src/test/java/org/hibernate/boot/registry/classloading/internal/MyServiceImpl.java
A hibernate-core/src/test/resources/META-INF/services/org.hibernate.boot.registry.classloading.internal.MyService
Log Message:
-----------
HHH-13551 Test the retrieval of a service when an "incompatible" classloader is provided
Compare: https://github.com/hibernate/hibernate-orm/compare/358307461933...f2f788c...
5 years, 4 months