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 2020/03/02 00:32:10 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (6398d4c -> a7df480)

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.


    from 6398d4c  [create-pull-request] automated change
     add 833d46c  Merge pull request #19 from apache/automatic-periodic-sync
     add 361dfb1  CAMEL-14568: Use configurer for setting component options in SB auto configure
     add ce8a626  CAMEL-14635: Make broker-u-r-l as broker-url in spring boot auto configuration
     add a7df480  [create-pull-request] automated change

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/xmlsecurity-verify.json     |  2 +-
 .../src/main/docs/activemq-starter.adoc            |  8 ++---
 .../springboot/ActiveMQComponentConfiguration.java | 42 +++++++++++-----------
 .../src/main/docs/amqp-starter.adoc                |  6 ++--
 .../springboot/AMQPComponentConfiguration.java     | 32 ++++++++---------
 .../src/main/docs/stomp-starter.adoc               |  2 +-
 .../springboot/StompComponentConfiguration.java    | 10 +++---
 .../XmlVerifierComponentConfiguration.java         | 38 ++++++++++----------
 .../spring/boot/util/CamelPropertiesHelper.java    | 16 ++++++++-
 .../src/main/resources/application.properties      |  2 +-
 .../maven/SpringBootAutoConfigurationMojo.java     | 16 +++++++++
 11 files changed, 102 insertions(+), 72 deletions(-)