]
Adrian Nistor resolved ISPN-6922.
---------------------------------
Resolution: Done
Integrated in both master and 8.2.x. Thanks [~gustavonalle]!
Support for loading keystores from classpath in the Hot Rod client
------------------------------------------------------------------
Key: ISPN-6922
URL:
https://issues.jboss.org/browse/ISPN-6922
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 9.0.0.Alpha3, 8.2.3.Final
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 8.2.4.Final, 9.0.0.Alpha4
Configuration of truststores and keystores in the Hot Rod client only work with files, In
certain situation the application is packaged together with the hotrod client in a single
jar and thus cannot load the keystores.
Suggestion of supporting classpath resources:
{code:title=hotrod-client.properties}
infinispan.client.hotrod.trust_store_file_name=classpath:/some/loc/truststore.jks
{code}