This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 68ac07f063 Disable git native profile due to #6559 discard d89b27a3bf Disable UpdateExtensionDocPageMojo due to #6418 discard 850e44e1ae Upgrade Quarkus to 3.16.0.CR1 add 2d79c723dd Rework client SSL configuration in hashicorp-vault tests add 08923cb5c4 Deprecated bits related to development of AbstractTestSupport new 312550e4cb Upgrade Quarkus to 3.16.0.CR1 new 50c6b14c21 Disable UpdateExtensionDocPageMojo due to #6418 new c0461544ff Disable git native profile due to #6559 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 (68ac07f063) \ N -- N -- N refs/heads/quarkus-main (c0461544ff) 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 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: .../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 +- .../quarkus/test/CamelQuarkusTestSupport.java | 20 ++++--- 5 files changed, 82 insertions(+), 26 deletions(-) create mode 100644 integration-tests/hashicorp-vault/src/main/java/org/apache/camel/quarkus/component/hashicorp/vault/it/HashicorpVaultClientSSL.java