52e72f5d38
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. |
||
---|---|---|
.. | ||
src | ||
hibernate-jcache.gradle |