This is an automated email from the ASF dual-hosted git repository.

github-actions[bot] pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    omit 35c11bdf3a2 [create-pull-request] automated change
     add 1de2cc5752f [create-pull-request] automated change (#1923)
     add 1bebacb4941 CAMEL-24531: extract a shared early-resolution properties 
parser (#1917)
     add bc8d7f55c88 Regen
     add 9c1fa59795f [create-pull-request] automated change

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   (35c11bdf3a2)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (9c1fa59795f)

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:
 .../catalog/components/dynamic-router-control.json |   3 +-
 .../catalog/components/dynamic-router.json         |   3 +-
 .../camel/springboot/catalog/languages/simple.json |  18 +-
 ...pringBootAwsSecretsManagerPropertiesParser.java | 126 +++------
 ...gBootAwsSecretsManagerPropertiesParserTest.java |  41 +++
 .../SpringBootAzureKeyVaultPropertiesParser.java   | 135 +++------
 ...pringBootAzureKeyVaultPropertiesParserTest.java |  22 +-
 .../SpringBootCyberArkVaultPropertiesParser.java   | 119 +++-----
 ...pringBootCyberArkVaultPropertiesParserTest.java |  22 +-
 ...ingBootGoogleSecretManagerPropertiesParser.java |  98 ++-----
 ...ootGoogleSecretManagerPropertiesParserTest.java |  64 +++++
 .../SpringBootHashicorpVaultPropertiesParser.java  | 112 +++-----
 ...ringBootHashicorpVaultPropertiesParserTest.java | 120 ++++++++
 .../IBMSecretsManagerVaultPropertiesParser.java    |  98 ++-----
 ...IBMSecretsManagerVaultPropertiesParserTest.java |  41 +++
 .../SpringBootCloudConfigPropertiesParser.java     |  81 ++----
 .../SpringBootCloudConfigPropertiesParserTest.java |  46 +++
 .../AbstractEarlyResolutionPropertiesParser.java   | 163 +++++++++++
 ...bstractEarlyResolutionPropertiesParserTest.java | 312 +++++++++++++++++++++
 tooling/camel-spring-boot-dependencies/pom.xml     |   2 +-
 20 files changed, 1065 insertions(+), 561 deletions(-)
 create mode 100644 
components-starter/camel-aws-secrets-manager-starter/src/test/java/org/apache/camel/component/aws/secretsmanager/springboot/SpringBootAwsSecretsManagerPropertiesParserTest.java
 copy 
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGroovyIT.java
 => 
components-starter/camel-azure-key-vault-starter/src/test/java/org/apache/camel/component/azure/key/vault/springboot/SpringBootAzureKeyVaultPropertiesParserTest.java
 (50%)
 copy 
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelGroovyIT.java
 => 
components-starter/camel-cyberark-vault-starter/src/test/java/org/apache/camel/component/cyberark/vault/springboot/SpringBootCyberArkVaultPropertiesParserTest.java
 (50%)
 create mode 100644 
components-starter/camel-google-secret-manager-starter/src/test/java/org/apache/camel/component/google/secret/manager/springboot/SpringBootGoogleSecretManagerPropertiesParserTest.java
 create mode 100644 
components-starter/camel-hashicorp-vault-starter/src/test/java/org/apache/camel/component/hashicorp/vault/springboot/SpringBootHashicorpVaultPropertiesParserTest.java
 create mode 100644 
components-starter/camel-ibm-secrets-manager-starter/src/test/java/org/apache/camel/component/ibm/secrets/manager/springboot/IBMSecretsManagerVaultPropertiesParserTest.java
 create mode 100644 
components-starter/camel-spring-cloud-config-starter/src/test/java/org/apache/camel/component/spring/cloud/config/springboot/SpringBootCloudConfigPropertiesParserTest.java
 create mode 100644 
core/camel-spring-boot/src/main/java/org/apache/camel/spring/boot/AbstractEarlyResolutionPropertiesParser.java
 create mode 100644 
core/camel-spring-boot/src/test/java/org/apache/camel/spring/boot/AbstractEarlyResolutionPropertiesParserTest.java

Reply via email to