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/03 00:33:12 UTC

[camel-spring-boot] branch automatic-periodic-sync updated (a7df480 -> 3d8e7a5)

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 a7df480  [create-pull-request] automated change
     add 23f2e6c  Merge pull request #21 from apache/automatic-periodic-sync
     add be6258d  Regen
     add 8fcbcb1  Regen
     add deb2efc  CAMEL-14641: camel-spring-boot - Using main controller should not double initialize from properties
     add edd538bf CAMEL-14568 Fixed reactive streams
     add d0aa16b  Removed test as it clash with port 8080
     add dde391e  Fixed camel-google-pubsub itest
     add 562d3d4  Align dependencies to camel master: Grpc to version 1.27.0
     add d8d9a20  Align dependencies to camel master: Grpc guava version to 28.1-jre
     add 7521713  Regen
     add 490772f  Align dependencies to camel master: Avro version to 1.9.1
     add edd07c1  Removed duplicated entry for maven exec plugin and regen
     add 8915a51  Removed gmavenplus property placeholder
     add 62fb201  Align dependencies to camel master: Groovy to version 3.0.1
     add c1fc7c6  Revert "Align dependencies to camel master: Avro version to 1.9.1"
     add 2314046  Regen
     add b1d8dd9   Align dependencies to camel master: Hibernate validator version to 6.1.2.Final
     add ee76cee  Align dependencies to camel master: Hibernate version to 5.4.12.Final
     add ab40b31  Align dependencies to camel master: Mvel version to 2.4.5.Final
     add f444d00  Align dependencies to camel master: Openjpa version to 3.1.1
     add 7f80fae  Align dependencies to camel master: Protobuf version to 3.11.1
     add 9afce9c  Align dependencies to camel master: Reactor core version to 3.2.15.RELEASE
     add 9974ea9  Align dependencies to camel master: Undertow version to 2.0.29.Final
     add 5cf1eda  Align dependencies to camel master: Testcontainers version to 1.12.5
     add f7a1aec  Master alignment
     add 3d8e7a5  [create-pull-request] automated change

No new revisions were added by this update.

Summary of changes:
 .../springboot/catalog/components/rabbitmq.json    |  3 +-
 .../catalog/components/reactive-streams.json       |  5 ++-
 .../catalog/components/xmlsecurity-verify.json     |  2 +-
 .../src/main/docs/reactive-streams-starter.adoc    |  7 ++-
 .../ReactiveStreamsComponentConfiguration.java     | 52 +++++++++++++++++++---
 .../ReactiveStreamsServiceAutoConfiguration.java   | 21 +++++----
 .../test/ReactiveStreamsAutoConfigurationTest.java |  8 ++--
 .../XmlVerifierComponentConfiguration.java         | 38 ++++++++--------
 .../boot/CamelSpringBootApplicationController.java |  5 +++
 docs/modules/ROOT/pages/activemq-starter.adoc      |  8 ++--
 docs/modules/ROOT/pages/amqp-starter.adoc          |  6 +--
 .../ROOT/pages/reactive-streams-starter.adoc       |  7 ++-
 docs/modules/ROOT/pages/stomp-starter.adoc         |  2 +-
 .../java/sample/camel/RestApplicationTest.java     | 47 -------------------
 pom.xml                                            | 24 +++++-----
 .../itest/springboot/util/ArquillianPackager.java  |  3 ++
 16 files changed, 124 insertions(+), 114 deletions(-)
 delete mode 100644 examples/camel-example-spring-boot-rest-producer/src/test/java/sample/camel/RestApplicationTest.java