hibernate-orm/hibernate-jcache
Vlad Mihalcea 52e72f5d38 HHH-12979 - Setting hibernate.javax.cache.uri property value as relative path causes an error
Resolve the hibernate.javax.cache.uri using the ClassLoaderService.

Strip the classpath:// prefix if not resolved by new URL() in ClassLoaderService.
This way, if a framework (e.g. Spring) has installed a handler for classpath://, the resource is resolved with its handler and class loader.
If not, we remove the classpath:// prefix and we resolve the resource with our classloader.
2018-10-25 09:59:23 +03:00
..
src HHH-12979 - Setting hibernate.javax.cache.uri property value as relative path causes an error 2018-10-25 09:59:23 +03:00
hibernate-jcache.gradle HHH-12190 - General tidying of Gradle scripts 2018-01-16 14:34:43 -06:00