quarkiverse / quarkus-cxf

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

`MutualTlsTest.mTls()` fails on Quarkus Platform #1292

Closed ppalaga closed 3 months ago

ppalaga commented 3 months ago

... because we have local paths in application.properties

quarkus.cxf.client.mTls.key-store = target/classes/client-keystore.${keystore.type}
quarkus.cxf.client.mTls.trust-store = target/classes/client-truststore.${keystore.type}

but we do not extract them before running the test from test jar.