Hello everyone!
Following spring boot release cycle I found an issue with JGroups release bounded to Infinispan version 14.0.24.Final.
I am not able to load keystore file configured via infinispan xml configuration file that is placed inside jar file (classpath resource).
I've done my investigation and looks like file existing check introduced on January 25 in TLS.java init method does not takes classpath resources into account.
I can also see that SslContextFactory that is used later on to create context for this protoloc does support keystores placed in classpath (look at loadKeystore method and Util.getResourceAsStream static function).
Is there any chance of having also classpath files checked when initializing TLS?
I can make a patch for that if necessary
Regards
Wojciech M