This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch 3.27.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
from fbb7e8ccfd Add Maven Wrapper to source zip
new e5151284fd Upgrade Quarkus to 3.27.1
new 7b56929bbf Generates certificates for cxf security tests (#7945)
new 6f11762118 fix: Use previous image (deprecated)
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/antora.yml | 2 +-
.../cxf-soap/cxf-soap-ws-trust/generate-certs.sh | 80 +++++++++++++++++++++
.../it/ws/trust/server/ServerCallbackHandler.java | 2 +-
.../soap/it/ws/trust/sts/StsCallbackHandler.java | 2 +-
.../src/main/resources/actasstore.pkcs12 | Bin 0 -> 3640 bytes
.../src/main/resources/serviceKeystore.properties | 7 +-
.../src/main/resources/servicestore.jks | Bin 3475 -> 0 bytes
.../src/main/resources/servicestore.pkcs12 | Bin 0 -> 4751 bytes
.../src/main/resources/stsKeystore.properties | 7 +-
.../src/main/resources/stsstore.jks | Bin 5570 -> 0 bytes
.../src/main/resources/stsstore.pkcs12 | Bin 0 -> 6711 bytes
.../soap/it/ws/trust/ClientCallbackHandler.java | 4 +-
.../src/test/resources/clientKeystore.properties | 6 +-
.../src/test/resources/clientstore.jks | Bin 5571 -> 0 bytes
.../src/test/resources/clientstore.pkcs12 | Bin 0 -> 6717 bytes
pom.xml | 6 +-
16 files changed, 99 insertions(+), 17 deletions(-)
create mode 100755
integration-test-groups/cxf-soap/cxf-soap-ws-trust/generate-certs.sh
create mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/main/resources/actasstore.pkcs12
delete mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/main/resources/servicestore.jks
create mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/main/resources/servicestore.pkcs12
delete mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/main/resources/stsstore.jks
create mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/main/resources/stsstore.pkcs12
delete mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/test/resources/clientstore.jks
create mode 100644
integration-test-groups/cxf-soap/cxf-soap-ws-trust/src/test/resources/clientstore.pkcs12