You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Boot 2 still uses the Spring 4 version of Infinispan: the BOM includes infinispan-spring4-common and infinispan-spring4-embedded. Instead, I think it should use infinispan-spring5-common and infinispan-spring5-embedded.
Or is there a reason why the Spring 4 version is still being used? Can't find anything about it here, so I guess it's never been considered yet, because infinispan-spring5-embedded is still a relatively new artifact?