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 2023/02/01 01:08:35 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (ec8eeabf510 -> 6e43ab4094b)

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 ec8eeabf510 [create-pull-request] automated change
     add 485362bd248 [create-pull-request] automated change
     add 6e43ab4094b Remove camel-rabbitmq-starter in v4

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   (ec8eeabf510)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (6e43ab4094b)

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 |   1 -
 .../springboot/catalog/components/rabbitmq.json    | 176 -----
 components-starter/camel-rabbitmq-starter/pom.xml  |  49 --
 .../src/main/docs/rabbitmq.json                    | 403 -----------
 .../RabbitMQComponentAutoConfiguration.java        |  77 --
 .../springboot/RabbitMQComponentConfiguration.java | 797 ---------------------
 .../springboot/RabbitMQComponentConverter.java     |  67 --
 .../src/main/resources/META-INF/LICENSE.txt        | 203 ------
 .../src/main/resources/META-INF/NOTICE.txt         |  11 -
 .../src/main/resources/META-INF/spring.provides    |  17 -
 ...rk.boot.autoconfigure.AutoConfiguration.imports |  19 -
 components-starter/pom.xml                         |   1 -
 tooling/camel-spring-boot-bom/pom.xml              |   5 -
 tooling/camel-spring-boot-dependencies/pom.xml     |   5 -
 14 files changed, 1831 deletions(-)
 delete mode 100644 catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
 delete mode 100644 components-starter/camel-rabbitmq-starter/pom.xml
 delete mode 100644 components-starter/camel-rabbitmq-starter/src/main/docs/rabbitmq.json
 delete mode 100644 components-starter/camel-rabbitmq-starter/src/main/java/org/apache/camel/component/rabbitmq/springboot/RabbitMQComponentAutoConfiguration.java
 delete mode 100644 components-starter/camel-rabbitmq-starter/src/main/java/org/apache/camel/component/rabbitmq/springboot/RabbitMQComponentConfiguration.java
 delete mode 100644 components-starter/camel-rabbitmq-starter/src/main/java/org/apache/camel/component/rabbitmq/springboot/RabbitMQComponentConverter.java
 delete mode 100644 components-starter/camel-rabbitmq-starter/src/main/resources/META-INF/LICENSE.txt
 delete mode 100644 components-starter/camel-rabbitmq-starter/src/main/resources/META-INF/NOTICE.txt
 delete mode 100644 components-starter/camel-rabbitmq-starter/src/main/resources/META-INF/spring.provides
 delete mode 100644 components-starter/camel-rabbitmq-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports