Skip to content

fb64/sb2-infinispan-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot 2 / JCache / infinispan

Project that show an error while infinispan load config from classpath with jcache provider.

Build the jar

./gradlew clean bootJar

Run jar with the bug

java -jar build/libs sb2-infinispan-bug-0.0.1-SNAPSHOT.jar

Run jar with workaround

java -Dspring.profiles.active=workaround -jar build/libs sb2-infinispan-bug-0.0.1-SNAPSHOT.jar

Comment

It seems there is a problem with the DefaultFileLookup class used by the JCachemanager to load configuration ressource with the given classloader.

About

Spring boot 2 / jcache / infinispan 9.2.0 bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages