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 2021/02/24 00:41:04 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (062a5be -> 8a68be0)

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

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


    omit 062a5be  [create-pull-request] automated change
     add f4f4fbf  [create-pull-request] automated change
     add 99589ae  CAMEL-16115 - Remove Camel-AWS-* components - AWS-IAM
     add be64f65  CAMEL-16115 - Remove Camel-AWS-* components - AWS-IAM
     add 987aaea  CAMEL-16115 - Remove Camel-AWS-* components - AWS-IAM
     add f3163a0  CAMEL-16115 - Remove Camel-AWS-* components - AWS-IAM
     add e0f9100  CAMEL-16115 - Remove Camel-AWS-* components - AWS-IAM
     add a33c0b1  CAMEL-16115 - Remove Camel-AWS-* components - AWS-EKS
     add 9209597  CAMEL-16115 - Remove Camel-AWS-* components - AWS-EKS
     add 7e3fb98  CAMEL-16115 - Remove Camel-AWS-* components - AWS-EKS
     add 1154f13  CAMEL-16115 - Remove Camel-AWS-* components - AWS-EKS
     add 031ec9b  CAMEL-16115 - Remove Camel-AWS-* components - AWS-ECS
     add d0bf947  CAMEL-16115 - Remove Camel-AWS-* components - AWS-ECS
     add e8b62b8  CAMEL-16115 - Remove Camel-AWS-* components - AWS-ECS
     add 8d15dc4  CAMEL-16115 - Remove Camel-AWS-* components - AWS-ECS
     add e141cb1  CAMEL-16115 - Remove Camel-AWS-* components - AWS-ECS
     add 8a68be0  [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   (062a5be)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (8a68be0)

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/springboot/catalog/components.properties |   3 -
 .../springboot/catalog/components/aws-ecs.json     |  52 ------
 .../springboot/catalog/components/aws-eks.json     |  52 ------
 .../springboot/catalog/components/aws-iam.json     |  52 ------
 components-starter/README.adoc                     |   8 +-
 components-starter/camel-aws-ecs-starter/pom.xml   |  57 ------
 .../src/main/docs/aws-ecs-starter.adoc             |  41 ----
 .../springboot/ECSComponentAutoConfiguration.java  |  79 --------
 .../ecs/springboot/ECSComponentConfiguration.java  | 206 ---------------------
 .../aws/ecs/springboot/ECSComponentConverter.java  |  67 -------
 .../src/main/resources/META-INF/LICENSE.txt        | 203 --------------------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 --
 .../src/main/resources/META-INF/spring.factories   |  21 ---
 .../src/main/resources/META-INF/spring.provides    |  17 --
 components-starter/camel-aws-eks-starter/pom.xml   |  57 ------
 .../src/main/docs/aws-eks-starter.adoc             |  41 ----
 .../springboot/EKSComponentAutoConfiguration.java  |  79 --------
 .../eks/springboot/EKSComponentConfiguration.java  | 206 ---------------------
 .../aws/eks/springboot/EKSComponentConverter.java  |  67 -------
 .../src/main/resources/META-INF/LICENSE.txt        | 203 --------------------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 --
 .../src/main/resources/META-INF/spring.factories   |  21 ---
 .../src/main/resources/META-INF/spring.provides    |  17 --
 components-starter/camel-aws-iam-starter/pom.xml   |  57 ------
 .../src/main/docs/aws-iam-starter.adoc             |  41 ----
 .../springboot/IAMComponentAutoConfiguration.java  |  79 --------
 .../iam/springboot/IAMComponentConfiguration.java  | 206 ---------------------
 .../aws/iam/springboot/IAMComponentConverter.java  |  67 -------
 .../src/main/resources/META-INF/LICENSE.txt        | 203 --------------------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 --
 .../src/main/resources/META-INF/spring.factories   |  21 ---
 .../src/main/resources/META-INF/spring.provides    |  17 --
 components-starter/pom.xml                         |   3 -
 docs/modules/ROOT/pages/aws-ecs-starter.adoc       |  41 ----
 docs/modules/ROOT/pages/aws-eks-starter.adoc       |  41 ----
 docs/modules/ROOT/pages/aws-iam-starter.adoc       |  41 ----
 docs/modules/ROOT/pages/list.adoc                  |   8 +-
 .../camel/itest/springboot/CamelAwsEcsTest.java    |  48 -----
 .../camel/itest/springboot/CamelAwsEksTest.java    |  48 -----
 .../camel/itest/springboot/CamelAwsIamTest.java    |  48 -----
 tooling/camel-spring-boot-bom/pom.xml              |  15 --
 tooling/camel-spring-boot-dependencies/pom.xml     |  30 ---
 42 files changed, 2 insertions(+), 2594 deletions(-)
 delete mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-ecs.json
 delete mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-eks.json
 delete mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/aws-iam.json
 delete mode 100644 components-starter/camel-aws-ecs-starter/pom.xml
 delete mode 100644 components-starter/camel-aws-ecs-starter/src/main/docs/aws-ecs-starter.adoc
 delete mode 100644 components-starter/camel-aws-ecs-starter/src/main/java/org/apache/camel/component/aws/ecs/springboot/ECSComponentAutoConfiguration.java
 delete mode 100644 components-starter/camel-aws-ecs-starter/src/main/java/org/apache/camel/component/aws/ecs/springboot/ECSComponentConfiguration.java
 delete mode 100644 components-starter/camel-aws-ecs-starter/src/main/java/org/apache/camel/component/aws/ecs/springboot/ECSComponentConverter.java
 delete mode 100644 components-starter/camel-aws-ecs-starter/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 components-starter/camel-aws-ecs-starter/src/main/resources/META-INF/NOTICE.txt
 delete mode 100644 components-starter/camel-aws-ecs-starter/src/main/resources/META-INF/spring.factories
 delete mode 100644 components-starter/camel-aws-ecs-starter/src/main/resources/META-INF/spring.provides
 delete mode 100644 components-starter/camel-aws-eks-starter/pom.xml
 delete mode 100644 components-starter/camel-aws-eks-starter/src/main/docs/aws-eks-starter.adoc
 delete mode 100644 components-starter/camel-aws-eks-starter/src/main/java/org/apache/camel/component/aws/eks/springboot/EKSComponentAutoConfiguration.java
 delete mode 100644 components-starter/camel-aws-eks-starter/src/main/java/org/apache/camel/component/aws/eks/springboot/EKSComponentConfiguration.java
 delete mode 100644 components-starter/camel-aws-eks-starter/src/main/java/org/apache/camel/component/aws/eks/springboot/EKSComponentConverter.java
 delete mode 100644 components-starter/camel-aws-eks-starter/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 components-starter/camel-aws-eks-starter/src/main/resources/META-INF/NOTICE.txt
 delete mode 100644 components-starter/camel-aws-eks-starter/src/main/resources/META-INF/spring.factories
 delete mode 100644 components-starter/camel-aws-eks-starter/src/main/resources/META-INF/spring.provides
 delete mode 100644 components-starter/camel-aws-iam-starter/pom.xml
 delete mode 100644 components-starter/camel-aws-iam-starter/src/main/docs/aws-iam-starter.adoc
 delete mode 100644 components-starter/camel-aws-iam-starter/src/main/java/org/apache/camel/component/aws/iam/springboot/IAMComponentAutoConfiguration.java
 delete mode 100644 components-starter/camel-aws-iam-starter/src/main/java/org/apache/camel/component/aws/iam/springboot/IAMComponentConfiguration.java
 delete mode 100644 components-starter/camel-aws-iam-starter/src/main/java/org/apache/camel/component/aws/iam/springboot/IAMComponentConverter.java
 delete mode 100644 components-starter/camel-aws-iam-starter/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 components-starter/camel-aws-iam-starter/src/main/resources/META-INF/NOTICE.txt
 delete mode 100644 components-starter/camel-aws-iam-starter/src/main/resources/META-INF/spring.factories
 delete mode 100644 components-starter/camel-aws-iam-starter/src/main/resources/META-INF/spring.provides
 delete mode 100644 docs/modules/ROOT/pages/aws-ecs-starter.adoc
 delete mode 100644 docs/modules/ROOT/pages/aws-eks-starter.adoc
 delete mode 100644 docs/modules/ROOT/pages/aws-iam-starter.adoc
 delete mode 100644 tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsEcsTest.java
 delete mode 100644 tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsEksTest.java
 delete mode 100644 tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelAwsIamTest.java