This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch feature/CAMEL-24209-async-circuit-breaker
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 031b3154c29b CAMEL-24209: camel-resilience4j - Add asynchronous
(non-blocking) processing option
add 2c57c0c1d2b4 CAMEL-22538: Camel-PQC - Add Azure Key Vault Lifecycle
Manager (#24953)
add 1d9c6d1fd3dc chore(deps): Bump io.dapr:dapr-sdk-workflows from 1.18.0
to 1.18.1
add ddcc434f56c6 chore(deps): Bump google-cloud-http-client-version from
2.1.1 to 2.2.0
add 459102e210b1 chore(deps): Bump com.microsoft.azure:msal4j from 1.25.0
to 1.25.1
add 439f20faf0bf chore(deps): Bump aws-java-sdk2-version from 2.48.3 to
2.48.4
add b8af95e67ef6 chore: add rule to drop public qualifier from test
classes and methods (#24972)
add 7a98c56fb4c8 CAMEL-24209: camel-resilience4j - Add asynchronous
(non-blocking) processing option
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 (031b3154c29b)
\
N -- N -- N refs/heads/feature/CAMEL-24209-async-circuit-breaker
(7a98c56fb4c8)
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.
No new revisions were added by this update.
Summary of changes:
AGENTS.md | 36 ++
components/camel-pqc/pom.xml | 30 ++
.../camel-pqc/src/main/docs/pqc-component.adoc | 2 +-
.../camel-pqc/src/main/docs/pqc-key-lifecycle.adoc | 104 ++++-
.../AzureKeyVaultKeyLifecycleManager.java | 471 +++++++++++++++++++++
.../AzureKeyVaultKeyLifecycleManagerTest.java | 201 +++++++++
parent/pom.xml | 8 +-
7 files changed, 846 insertions(+), 6 deletions(-)
create mode 100644
components/camel-pqc/src/main/java/org/apache/camel/component/pqc/lifecycle/AzureKeyVaultKeyLifecycleManager.java
create mode 100644
components/camel-pqc/src/test/java/org/apache/camel/component/pqc/lifecycle/AzureKeyVaultKeyLifecycleManagerTest.java