hibernate-orm icon indicating copy to clipboard operation
hibernate-orm copied to clipboard

HHH-13046 AggregatedClassLoader in JCacheRegionFactory

Open milgner opened this issue 1 year ago • 1 comments

Fixes https://hibernate.atlassian.net/browse/HHH-13046 by querying the classloader from the ClassLoaderService.

There is one drawback here: in scenarios where services are actually stopped (OSGi?), the class loader instance will have leaked to the cache factory.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion. For more information on licensing, please check here.


milgner avatar Aug 02 '24 10:08 milgner