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
from 5efc1e64144 CAMEL-18485: Add check for empty resource for routes loader
add df1d6d546dd CAMEL-18491: camel-main - Configuring vault should avoid
reflection
add ee5416f94eb camel-core - Avoid properties component to use reflection
add b95d2cc1cc9 Regen for commit ee5416f94ebece00814f6a71570224b5c6c9f674
No new revisions were added by this update.
Summary of changes:
.../properties/PropertiesComponentConfigurer.java | 136 +++++++++++++++++++++
....camel.component.properties.PropertiesComponent | 2 +
.../component/properties/PropertiesComponent.java | 18 +--
core/camel-main/pom.xml | 3 +
.../vault/AwsVaultConfigurationConfigurer.java | 109 +++++++++++++++++
.../vault/AzureVaultConfigurationConfigurer.java | 91 ++++++++++++++
.../vault/GcpVaultConfigurationConfigurer.java | 85 +++++++++++++
.../HashicorpVaultConfigurationConfigurer.java | 97 +++++++++++++++
.../org.apache.camel.vault.AwsVaultConfiguration | 2 +
.../org.apache.camel.vault.AzureVaultConfiguration | 2 +
.../org.apache.camel.vault.GcpVaultConfiguration | 2 +
....apache.camel.vault.HashicorpVaultConfiguration | 2 +
12 files changed, 533 insertions(+), 16 deletions(-)
create mode 100644
core/camel-base/src/generated/java/org/apache/camel/component/properties/PropertiesComponentConfigurer.java
create mode 100644
core/camel-base/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.component.properties.PropertiesComponent
create mode 100644
core/camel-main/src/generated/java/org/apache/camel/vault/AwsVaultConfigurationConfigurer.java
create mode 100644
core/camel-main/src/generated/java/org/apache/camel/vault/AzureVaultConfigurationConfigurer.java
create mode 100644
core/camel-main/src/generated/java/org/apache/camel/vault/GcpVaultConfigurationConfigurer.java
create mode 100644
core/camel-main/src/generated/java/org/apache/camel/vault/HashicorpVaultConfigurationConfigurer.java
create mode 100644
core/camel-main/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.vault.AwsVaultConfiguration
create mode 100644
core/camel-main/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.vault.AzureVaultConfiguration
create mode 100644
core/camel-main/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.vault.GcpVaultConfiguration
create mode 100644
core/camel-main/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.vault.HashicorpVaultConfiguration