You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/18 00:59:16 UTC

[camel-spring-boot] 01/01: Merge pull request #29 from apache/automatic-periodic-sync

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 68469da3949666d44b9b1c11c22b6605101132be
Merge: 9cafd9f 542f0ca
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 18 01:59:07 2020 +0100

    Merge pull request #29 from apache/automatic-periodic-sync
    
    [Github Actions] Periodic Sync Camel Spring Boot Master Branch

 .../apache/camel/springboot/catalog/components/activemq.json |  2 ++
 .../org/apache/camel/springboot/catalog/components/amqp.json |  2 ++
 .../org/apache/camel/springboot/catalog/components/jms.json  |  2 ++
 .../src/main/docs/activemq-starter.adoc                      |  3 ++-
 .../activemq/springboot/ActiveMQComponentConfiguration.java  | 12 ++++++++++++
 .../camel-amqp-starter/src/main/docs/amqp-starter.adoc       |  3 ++-
 .../amqp/springboot/AMQPComponentConfiguration.java          | 12 ++++++++++++
 .../camel-jms-starter/src/main/docs/jms-starter.adoc         |  3 ++-
 .../component/jms/springboot/JmsComponentConfiguration.java  | 12 ++++++++++++
 docs/modules/ROOT/pages/activemq-starter.adoc                |  3 ++-
 docs/modules/ROOT/pages/amqp-starter.adoc                    |  3 ++-
 docs/modules/ROOT/pages/jms-starter.adoc                     |  3 ++-
 12 files changed, 54 insertions(+), 6 deletions(-)