This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a change to branch 3.20.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    from 754c4620ba Add Maven Wrapper to source zip
     new d1675643a8 Upgrade Quarkus to 3.20.4
     new 4dcb4c2e6b Generates certificates for cxf security tests (#7945)

The 2 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                                            |   2 +-
 16 files changed, 97 insertions(+), 15 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

Reply via email to