This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
from a1d8861eb25 Regen for commit 0777c0030775999e434c9c95a3c4279d932c1d02 new 6d9368f5eb8 CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud services - Hashicorp Vault new 3f7dd164eef CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud services - Hashicorp Vault new c7ca25455cd CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud services - Hashicorp Vault new 455a82f2a2d CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud services - Hashicorp Vault new 659398778b8 CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud services - Hashicorp Vault new ccd78cbe2ee CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud services - Hashicorp Vault new 1f59c15f9db CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud services - Hashicorp Vault new 5184bb64747 CAMEL-17688 - Support ability to load properties from Vault/Secrets cloud services - Hashicorp Vault The 8 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: .../org/apache/camel/properties-function/hashicorp | 2 + .../hashicorp/vault/HashicorpVaultProducer.java | 1 + .../vault/HashicorpVaultPropertiesFunction.java | 223 +++++++++ .../HashicorpVaultPropertiesSourceTestIT.java | 502 +++++++++++++++++++++ .../camel/vault/HashicorpVaultConfiguration.java | 91 ++++ .../org/apache/camel/vault/VaultConfiguration.java | 19 + .../AwsVaultConfigurationPropertiesConfigurer.java | 6 + ...zureVaultConfigurationPropertiesConfigurer.java | 6 + .../GcpVaultConfigurationPropertiesConfigurer.java | 6 + ...orpVaultConfigurationPropertiesConfigurer.java} | 68 +-- ...amel.main.HashicorpVaultConfigurationProperties | 2 + .../org/apache/camel/main/BaseMainSupport.java | 3 + ... => HashicorpVaultConfigurationProperties.java} | 77 ++-- .../camel/main/VaultConfigurationProperties.java | 12 + .../java/org/apache/camel/main/MainVaultTest.java | 25 + 15 files changed, 982 insertions(+), 61 deletions(-) create mode 100644 components/camel-hashicorp-vault/src/generated/resources/META-INF/services/org/apache/camel/properties-function/hashicorp create mode 100644 components/camel-hashicorp-vault/src/main/java/org/apache/camel/component/hashicorp/vault/HashicorpVaultPropertiesFunction.java create mode 100644 components/camel-hashicorp-vault/src/test/java/org/apache/camel/component/hashicorp/vault/integration/HashicorpVaultPropertiesSourceTestIT.java create mode 100644 core/camel-api/src/main/java/org/apache/camel/vault/HashicorpVaultConfiguration.java copy core/camel-main/src/generated/java/org/apache/camel/main/{AwsVaultConfigurationPropertiesConfigurer.java => HashicorpVaultConfigurationPropertiesConfigurer.java} (53%) create mode 100644 core/camel-main/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.main.HashicorpVaultConfigurationProperties copy core/camel-main/src/main/java/org/apache/camel/main/{VaultConfigurationProperties.java => HashicorpVaultConfigurationProperties.java} (51%)