You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/10/14 13:03:03 UTC

[camel] branch regen_bot updated (3f5f027a66a -> 10df1ef15e6)

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 3f5f027a66a Doc update for camel-rest-openapi component (#8550)
     add 10df1ef15e6 CAMEL-18611: camel-main - Move the configurers in the main package (#8551)

No new revisions were added by this update.

Summary of changes:
 core/camel-main/pom.xml                                       | 11 ++++++++++-
 .../{vault => main}/AwsVaultConfigurationConfigurer.java      |  2 +-
 .../{vault => main}/AzureVaultConfigurationConfigurer.java    |  2 +-
 .../{vault => main}/GcpVaultConfigurationConfigurer.java      |  2 +-
 .../HashicorpVaultConfigurationConfigurer.java                |  2 +-
 .../configurer/org.apache.camel.vault.AwsVaultConfiguration   |  2 +-
 .../configurer/org.apache.camel.vault.AzureVaultConfiguration |  2 +-
 .../configurer/org.apache.camel.vault.GcpVaultConfiguration   |  2 +-
 .../org.apache.camel.vault.HashicorpVaultConfiguration        |  2 +-
 9 files changed, 18 insertions(+), 9 deletions(-)
 rename core/camel-main/src/generated/java/org/apache/camel/{vault => main}/AwsVaultConfigurationConfigurer.java (99%)
 rename core/camel-main/src/generated/java/org/apache/camel/{vault => main}/AzureVaultConfigurationConfigurer.java (99%)
 rename core/camel-main/src/generated/java/org/apache/camel/{vault => main}/GcpVaultConfigurationConfigurer.java (99%)
 rename core/camel-main/src/generated/java/org/apache/camel/{vault => main}/HashicorpVaultConfigurationConfigurer.java (99%)