quarkiverse / quarkus-cxf

Quarkus CXF Extension to support SOAP based web services.
Apache License 2.0
78 stars 60 forks source link

Load keystores and truststores also from the filesystem as documented #1280

Closed ppalaga closed 7 months ago

ppalaga commented 7 months ago

We say in the docs that both https://docs.quarkiverse.io/quarkus-cxf/dev/reference/extensions/quarkus-cxf.html#quarkus-cxf_quarkus-cxf-client-clients-trust-store and https://docs.quarkiverse.io/quarkus-cxf/dev/reference/extensions/quarkus-cxf.html#quarkus-cxf_quarkus-cxf-client-clients-key-store are first looked up in the class path and then in file system. As of Quarkus CXF 3.8.0, only class path lookup is implemented.

ppalaga commented 7 months ago

Fixed via https://github.com/quarkiverse/quarkus-cxf/commit/e9b1842caeb77fb35fce15af2919f8f7b269fc3f