This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 5018712 Regen 5018712 is described below commit 501871213f9faac25a33e006c67213ca904a36dc Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Nov 27 05:32:45 2019 +0100 Regen --- docs/components/modules/ROOT/pages/stomp-component.adoc | 3 +++ .../spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/components/modules/ROOT/pages/stomp-component.adoc b/docs/components/modules/ROOT/pages/stomp-component.adoc index c15ea17..ea07163 100644 --- a/docs/components/modules/ROOT/pages/stomp-component.adoc +++ b/docs/components/modules/ROOT/pages/stomp-component.adoc @@ -13,6 +13,9 @@ http://stomp.github.io/[Stomp] compliant message brokers, like http://activemq.apache.org[Apache ActiveMQ] or http://activemq.apache.org/apollo/[ActiveMQ Apollo] +*Note:* Since STOMP specification is not actively maintained, please note https://github.com/fusesource/stompjms/tree/master/stompjms-client[STOMP JMS client] +is not as well actively maintained. However, we hope for the community to step up to help on maintaining the STOMP JMS project in the near future. + Maven users will need to add the following dependency to their `pom.xml` for this component: diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index bc52b0d..e71c497 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -3893,7 +3893,7 @@ <dependency> <groupId>org.knowm.xchange</groupId> <artifactId>xchange-core</artifactId> - <version>4.4.0</version> + <version>4.4.1</version> </dependency> <dependency> <groupId>org.mozilla</groupId>