This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard b6ba341931 generated poms discard 044ed81ff3 rebased + generated poms discard 0a15f835f6 disabled native for csv discard 311ea26861 disabled csv utnil commons-io is upgraded discard fab6f68a88 Rebased + generated files discard eef5a8f333 quick fix of compilation issue (test-framework) + generated files discard 3ea2d77efe rabased + generated poms discard 0620fdc9ca Disabled [200~DoubleRoutesPerClassTest, see #6492 discard c20b3f123a Generated poms discard b21c9c9ed5 Fixed CamelQuarkusTestSupport method for asserting contexts discard 1e0144b356 Upgrade Camel to 4.9.0 add 2d79c723dd Rework client SSL configuration in hashicorp-vault tests add 08923cb5c4 Deprecated bits related to development of AbstractTestSupport add 25fe5f7686 Bump quarkiverse-pooled-jms.version from 2.5.0 to 2.6.0 (#6570) add 6236bb356f Bump quarkiverse-langchain4j.version from 0.19.0.CR3 to 0.20.0.CR1 new b6ec7c2094 Upgrade Camel to 4.9.0 new 1c31497c1c Fixed CamelQuarkusTestSupport method for asserting contexts new 79c55633eb Generated poms new 0ce7c35802 Disabled [200~DoubleRoutesPerClassTest, see #6492 new 8ad3c66f9f rabased + generated poms new 6f8471ad64 quick fix of compilation issue (test-framework) + generated files new 05fa67aea0 Rebased + generated files new 841bd7d122 disabled csv utnil commons-io is upgraded new 7ad6e27c4f disabled native for csv new c51be3fc3c rebased + generated poms new bcda5f1926 generated poms new 8955ba2361 rebased + generated poms This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (b6ba341931) \ N -- N -- N refs/heads/camel-main (8955ba2361) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 12 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: .../modules/ROOT/pages/migration-guide/3.15.0.adoc | 4 +- .../vault/it/HashicorpVaultClientSSL.java | 66 ++++++++++++++++++++++ .../hashicorp/vault/it/HashicorpVaultResource.java | 16 ------ .../hashicorp/vault/it/HashicorpVaultTest.java | 2 +- pom.xml | 6 +- poms/bom/src/main/generated/flattened-full-pom.xml | 12 ++-- .../src/main/generated/flattened-reduced-pom.xml | 12 ++-- .../generated/flattened-reduced-verbose-pom.xml | 12 ++-- .../quarkus/test/CamelQuarkusTestSupport.java | 20 ++++--- 9 files changed, 103 insertions(+), 47 deletions(-) create mode 100644 integration-tests/hashicorp-vault/src/main/java/org/apache/camel/quarkus/component/hashicorp/vault/it/HashicorpVaultClientSSL.java