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 cfca6305aec [create-pull-request] automated change
     add bf9c4a99cdd [create-pull-request] automated change
     add 15154df03b7 ⬆️ Bump maven dependency (#678)
     add 40f160c624d CAMEL-14831: Add rocketmq-starter
     add 808a0460d62 [CAMEL-18729]use platform servlet transport for the 
ws-rm|ws-addressing decoupled endpoint at client side, instead of an embeded 
http server(another listening port other than the platform servlet listening 
port)
     add a0c6a4e8e69 Regen

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   (cfca6305aec)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (a0c6a4e8e69)

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/rocketmq.json    |  82 +++++++++
 .../camel/springboot/catalog/components/sftp.json  |   4 +-
 .../cxf/soap/springboot/wsrm/WSRMTest.java         |  15 +-
 .../pom.xml                                        |   6 +-
 .../src/main/docs/rocketmq.json                    | 127 ++++++++++++++
 .../RocketMQComponentAutoConfiguration.java}       |  20 +--
 .../RocketMQComponentConfiguration.java}           | 187 +++++++++++----------
 .../src/main/resources/META-INF/LICENSE.txt        |   0
 .../src/main/resources/META-INF/NOTICE.txt         |   0
 .../src/main/resources/META-INF/spring.factories   |   2 +-
 .../src/main/resources/META-INF/spring.provides    |   2 +-
 components-starter/pom.xml                         |   1 +
 tooling/camel-spring-boot-bom/pom.xml              |   5 +
 tooling/camel-spring-boot-dependencies/pom.xml     |  10 ++
 .../pom.xml                                        |   2 +-
 .../camel-spring-boot-starter-generator/pom.xml    |   2 +-
 17 files changed, 351 insertions(+), 115 deletions(-)
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rocketmq.json
 copy components-starter/{camel-splunk-hec-starter => 
camel-rocketmq-starter}/pom.xml (93%)
 create mode 100644 
components-starter/camel-rocketmq-starter/src/main/docs/rocketmq.json
 copy 
components-starter/{camel-atom-starter/src/main/java/org/apache/camel/component/atom/springboot/AtomComponentAutoConfiguration.java
 => 
camel-rocketmq-starter/src/main/java/org/apache/camel/component/rocketmq/springboot/RocketMQComponentAutoConfiguration.java}
 (85%)
 copy 
components-starter/{camel-pubnub-starter/src/main/java/org/apache/camel/component/pubnub/springboot/PubNubComponentConfiguration.java
 => 
camel-rocketmq-starter/src/main/java/org/apache/camel/component/rocketmq/springboot/RocketMQComponentConfiguration.java}
 (52%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-rocketmq-starter}/src/main/resources/META-INF/LICENSE.txt
 (100%)
 copy {archetypes/camel-archetype-spring-boot => 
components-starter/camel-rocketmq-starter}/src/main/resources/META-INF/NOTICE.txt
 (100%)
 copy components-starter/{camel-language-starter => 
camel-rocketmq-starter}/src/main/resources/META-INF/spring.factories (94%)
 copy components-starter/{camel-arangodb-starter => 
camel-rocketmq-starter}/src/main/resources/META-INF/spring.provides (97%)

Reply via email to