dk2k opened a new pull request #5856: URL: https://github.com/apache/camel/pull/5856
Proposed changes (not a bug fix). Why do I think they are needed? - I think it's useful to allow user to construct a KeyStore using certificates and private keys programmatically - I have issues reading a keystore in a gradle project from a KS file which is stored within my JAR file - I blame the existing code, which reads the file using resource field. Of course I can read KS file from file system, but it's less convenient. I need means to read KS file myself and pass an instance of KeyStore. Backward compatibility is ensured. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org