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 1fea0c22b2 Disable microprofile-fault-tolerance integration test 
native profile due to #6584
 discard b3684cb707 Disable git native profile due to #6559
 discard 6623b8b84c Disable UpdateExtensionDocPageMojo due to #6418
 discard 522c9919ff Upgrade Quarkus to 3.16.0.CR1
     add ff092e5066 Fix and extend aws secret manager vault integration tests 
for real instance (#6609)
     add eb4dccd11e Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.2 to 
2.9.0 (#6616)
     add 57ddf5c05c Bump actions/cache from 4.1.0 to 4.1.1 (#6615)
     add 927e421e2e Bump actions/upload-artifact from 4.4.1 to 4.4.2 (#6614)
     new ee672fad04 Upgrade Quarkus to 3.16.0.CR1
     new 0c176d623f Disable UpdateExtensionDocPageMojo due to #6418
     new 21618f8071 Disable git native profile due to #6559
     new 72d331d37b Disable microprofile-fault-tolerance integration test 
native profile due to #6584

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   (1fea0c22b2)
            \
             N -- N -- N   refs/heads/quarkus-main (72d331d37b)

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 4 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:
 .github/workflows/camel-master-cron.yaml           |   2 +-
 .github/workflows/ci-build.yaml                    |   6 +-
 .github/workflows/quarkus-master-cron.yaml         |   2 +-
 integration-tests-jvm/aws-secrets-manager/pom.xml  |  17 ++
 .../manager/it/AwsSecretsManagerResource.java      |  53 +++-
 .../manager/it/AwsSecretsManagerRouteBuilder.java  |  16 +-
 .../src/main/resources/application.properties      |  13 +-
 .../manager/it/AwsSecretsManagerAbstractTest.java  |  90 ++++++
 .../secrets/manager/it/AwsSecretsManagerTest.java  | 320 +++++++++++----------
 .../it/AwsSecretsManagerTestEnvCustomizer.java     |  13 +
 .../it/CamelContextRefreshOnSecretRefreshTest.java |  72 +++++
 .../manager/it/ContextReloadTestProfile.java       |  11 +-
 pom.xml                                            |   2 +-
 13 files changed, 444 insertions(+), 173 deletions(-)
 copy 
integration-tests/platform-http-proxy/src/main/java/org/apache/camel/quarkus/component/platform/http/proxy/it/Routes.java
 => 
integration-tests-jvm/aws-secrets-manager/src/main/java/org/apache/camel/quarkus/component/aws/secrets/manager/it/AwsSecretsManagerRouteBuilder.java
 (67%)
 copy {integration-test-groups/jdbc/mssql => 
integration-tests-jvm/aws-secrets-manager}/src/main/resources/application.properties
 (69%)
 create mode 100644 
integration-tests-jvm/aws-secrets-manager/src/test/java/org/apache/camel/quarkus/component/aws/secrets/manager/it/AwsSecretsManagerAbstractTest.java
 create mode 100644 
integration-tests-jvm/aws-secrets-manager/src/test/java/org/apache/camel/quarkus/component/aws/secrets/manager/it/CamelContextRefreshOnSecretRefreshTest.java
 copy 
integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisDisable.java
 => 
integration-tests-jvm/aws-secrets-manager/src/test/java/org/apache/camel/quarkus/component/aws/secrets/manager/it/ContextReloadTestProfile.java
 (71%)

Reply via email to