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

gnodet pushed a change to branch sandbox/camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 7340cff  Fix camel-jms tests
     add f0712a3  Upgrade Mongo Java driver to version 3.9.0
     add c4a5f6f  CAMEL-12921 - Camel-AWS SQS: Add an option to create a SQS 
delay queue
     add 3b52637  CAMEL-12921 - Added docs
     add 96f8538  CAMEL-12921 - Regen docs
     add 7fec7ee  Camel-NSQ: Regen docs
     add 1107b6f  Upgrade Reactor to version 3.2.2.RELEASE
     add 3cbbf35  Improved doc to use master api for singleton route usecase, 
fix CAMEL-12922 (#2606)
     add e28fe1d  Fixed some CS issues, deprecated links and eclipse warnings 
in camel-http4
     add d4c06e3  CAMEL-12912 - Action Request Converter is reseting ID on 
index request to header that is not set
     add 409c876  CAMEL-12924 - Camel-Elasticsearch-rest: Use not deprecated 
methods after the client upgrade
     add 9e74ea0  Camel-Elastisearch-rest: the restHighLevelClient must be 
closed when disconnecting
     add ac99f2a  Camel-Elasticsearch-rest: Fixed CS
     add f2b45e3  Fixed Camel-Sjms2 Spring Boot ITest
     add 810ab37  Fixed camel-salesforce Spring Boot ITest
     add aa12b9a  Upgrade XChange to version 4.3.12
     add e64a2ab  [REFACTOR] Refactor slack tests
     add 3b1f4ad  Upgrade Infinispan Spring Boot to version 2.1.0.Final
     add 881cf50  Fix removal of signature checksum files
     add c09ddd3  Remove duplicate signature files (*.asc.asc)
     add 2213170  Remove `quiet` parameter to display progress when origin is 
slow
     add 0476554  Add XML reference for release 2.22.2
     add 3bffb51  Fixed camel-mybatis tests and warnings
     add dfb6284  Upgrade Braintree to version 2.87.0
     add 2037535  Upgrade Lz4-java to version 1.5.0
     new 5908343  Merge remote-tracking branch 'origin/master' into camel-3.x
     new ec6fdd8  Fix version
     new d3af2a4  Regen

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-core/readme.adoc                             |  2 +-
 .../camel-aws/src/main/docs/aws-sqs-component.adoc | 33 ++++++++++-
 .../camel/component/aws/sqs/SqsConfiguration.java  | 14 +++++
 .../camel/component/aws/sqs/SqsEndpoint.java       |  6 ++
 .../src/main/resources/META-INF/spring.schemas     |  1 +
 .../main/docs/elasticsearch-rest-component.adoc    |  2 +
 .../elasticsearch/ElasticsearchProducer.java       | 24 ++++----
 .../camel/component/http4/HttpComponent.java       |  4 +-
 .../apache/camel/component/http4/HttpEndpoint.java | 25 ++++----
 .../component/http4/HttpsAuthenticationTest.java   |  4 +-
 .../apache/camel/component/http4/HttpsGetTest.java |  4 +-
 ...psTwoComponentsSslContextParametersGetTest.java |  4 +-
 ...tpsTwoDifferentSslContextParametersGetTest.java |  4 +-
 .../src/main/docs/jgroups-component.adoc           | 12 ++--
 .../camel-jms/src/main/docs/jms-component.adoc     |  1 -
 .../component/mybatis/MyBatisBeanProducer.java     |  2 +-
 .../camel/component/mybatis/MyBatisQueueTest.java  |  2 +-
 .../component/mybatis/MyBatisTestSupport.java      | 68 +++++++++++++---------
 .../camel-nsq/src/main/docs/nsq-component.adoc     |  2 +-
 .../camel/component/nsq/NsqConfiguration.java      |  2 +-
 components/camel-slack/pom.xml                     |  6 +-
 .../camel/component/slack/SlackConsumerTest.java   | 55 +++++++++++++++--
 .../camel/component/slack/SlackProducerTest.java   | 48 +++++++++++----
 .../resources/OSGI-INF/blueprint/blueprint.xml     | 44 --------------
 .../src/main/resources/META-INF/spring.schemas     |  1 +
 .../src/main/resources/META-INF/spring.schemas     |  1 +
 .../src/main/resources/META-INF/spring.schemas     |  1 +
 components/readme.adoc                             |  4 +-
 etc/scripts/release-distro.sh                      |  6 +-
 etc/scripts/release-website.sh                     |  4 +-
 parent/pom.xml                                     | 12 ++--
 .../sqs/springboot/SqsComponentConfiguration.java  | 13 +++++
 .../components-starter/camel-nsq-starter/pom.xml   |  2 +-
 .../springboot/NsqComponentAutoConfiguration.java  |  4 +-
 .../camel-spring-boot-dependencies/pom.xml         |  2 +-
 .../itest/springboot/CamelSalesforceTest.java      |  2 +-
 .../camel/itest/springboot/CamelSjms2Test.java     |  3 +-
 37 files changed, 266 insertions(+), 158 deletions(-)
 delete mode 100644 
components/camel-slack/src/test/resources/OSGI-INF/blueprint/blueprint.xml

Reply via email to