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-karaf.git
The following commit(s) were added to refs/heads/master by this push: new 34325f7 Upgrade Rabbitmq to version 5.9.0 and regen 34325f7 is described below commit 34325f72148f5a7462132f30c454c6a3e452d6c6 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 16 08:19:13 2020 +0200 Upgrade Rabbitmq to version 5.9.0 and regen --- docs/modules/ROOT/pages/components.adoc | 11 +++++++---- pom.xml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/modules/ROOT/pages/components.adoc b/docs/modules/ROOT/pages/components.adoc index ada9345..5c06720 100644 --- a/docs/modules/ROOT/pages/components.adoc +++ b/docs/modules/ROOT/pages/components.adoc @@ -164,6 +164,9 @@ Number of Camel components: 211 in 211 JAR artifacts (1 deprecated) | xref:components::dataset-component.adoc[Dataset] (camel-dataset) + `dataset:name` | 1.3 | The dataset component provides a mechanism to easily perform load & soak testing of your system. +| xref:components::djl-component.adoc[Deep Java Library] (camel-djl) + +`djl:application` | 3.3 | The Deep Java Library component is used to infer deep learning models. + | xref:components::digitalocean-component.adoc[DigitalOcean] (camel-digitalocean) + `digitalocean:operation` | 2.19 | The DigitalOcean component allows you to manage Droplets and resources within the DigitalOcean cloud. @@ -173,9 +176,6 @@ Number of Camel components: 211 in 211 JAR artifacts (1 deprecated) | xref:components::disruptor-component.adoc[Disruptor] (camel-disruptor) + `disruptor:name` | 2.12 | The disruptor component provides asynchronous SEDA behavior using LMAX Disruptor. -| xref:components::djl-component.adoc[DJL] (camel-djl) + -`djl:application` | 3.2 | Represents a DJL endpoint. - | xref:components::dns-component.adoc[DNS] (camel-dns) + `dns:dnsType` | 2.7 | To lookup domain information and run DNS queries using DNSJava. @@ -859,7 +859,7 @@ Number of Camel languages: 17 in 11 JAR artifacts (0 deprecated) == Miscellaneous Extensions // others: START -Number of miscellaneous extensions: 16 in 16 JAR artifacts (0 deprecated) +Number of miscellaneous extensions: 17 in 17 JAR artifacts (0 deprecated) [width="100%",cols="4,1,5",options="header"] |=== @@ -871,6 +871,9 @@ Number of miscellaneous extensions: 16 in 16 JAR artifacts (0 deprecated) | xref:camel-karaf::blueprint.adoc[Blueprint] + (camel-blueprint) | 2.4 | Using Camel with OSGi Blueprint +| xref:components:others:headersmap.adoc[Headersmap] + +(camel-headersmap) | 2.20 | Fast case-insensitive headers map implementation + | xref:components:others:hystrix.adoc[Hystrix] + (camel-hystrix) | 2.18 | Circuit Breaker EIP using Netflix Hystrix diff --git a/pom.xml b/pom.xml index 56e080c..803a4ae 100644 --- a/pom.xml +++ b/pom.xml @@ -627,7 +627,7 @@ <qpid-jms-client-version>0.50.0</qpid-jms-client-version> <quartz-version>2.3.2</quartz-version> <quickfixj-version>2.1.1</quickfixj-version> - <rabbitmq-amqp-client-version>5.8.0</rabbitmq-amqp-client-version> + <rabbitmq-amqp-client-version>5.9.0</rabbitmq-amqp-client-version> <rdf4j-rio-version>2.4.4</rdf4j-rio-version> <rdf4j-model-version>2.4.4</rdf4j-model-version> <reactive-streams-version>1.0.3</reactive-streams-version>