This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 0ebdaaa4082 Regen for commit aacf048e47e7ba67d25865e88e6327c616bacd6a
add 1db7d7994b0 Regen for commit aacf048e47e7ba67d25865e88e6327c616bacd6a
add b0f15e5a2af CAMEL-18511 - Camel-Azure-Key-Vault: Create a task looking
for secrets update in Eventhubs
add 62477070a4b CAMEL-18511 - Camel-Azure-Key-Vault: Create a task looking
for secrets update in Eventhubs
add 80f2f4cbfe5 Upgrade elytron version and elytron-web version (#8385)
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 (0ebdaaa4082)
\
N -- N -- N refs/heads/regen_bot (80f2f4cbfe5)
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:
camel-dependencies/pom.xml | 4 +-
.../main/camel-main-configuration-metadata.json | 7 +
.../camel-azure/camel-azure-key-vault/pom.xml | 8 +
.../camel/periodic-task/azure-secret-refresh | 2 +
.../key/vault/EventhubsReloadTriggerTask.java | 237 +++++++++++++++++++++
.../key/vault/KeyVaultPropertiesFunction.java | 21 ++
.../camel/vault/AzureVaultConfiguration.java | 91 ++++++++
...zureVaultConfigurationPropertiesConfigurer.java | 42 ++++
.../vault/AzureVaultConfigurationConfigurer.java | 42 ++++
.../camel-main-configuration-metadata.json | 7 +
core/camel-main/src/main/docs/main.adoc | 9 +-
.../main/AzureVaultConfigurationProperties.java | 55 +++++
.../org/apache/camel/main/BaseMainSupport.java | 19 ++
parent/pom.xml | 4 +-
14 files changed, 543 insertions(+), 5 deletions(-)
create mode 100644
components/camel-azure/camel-azure-key-vault/src/generated/resources/META-INF/services/org/apache/camel/periodic-task/azure-secret-refresh
create mode 100644
components/camel-azure/camel-azure-key-vault/src/main/java/org/apache/camel/component/azure/key/vault/EventhubsReloadTriggerTask.java