You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/05 15:49:56 UTC

[camel] branch master updated: Added a note about camel-activeMQ in Migration Guide

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.git


The following commit(s) were added to refs/heads/master by this push:
     new bec0fc5  Added a note about camel-activeMQ in Migration Guide
bec0fc5 is described below

commit bec0fc51ebcbdad0ce2c9914785c93b5dac64eae
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Feb 5 16:49:25 2019 +0100

    Added a note about camel-activeMQ in Migration Guide
---
 MIGRATION.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MIGRATION.md b/MIGRATION.md
index fcfc8c2..aa79cef 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -60,6 +60,8 @@ The method `xslt` has been removed from `org.apache.camel.builder.AggregationStr
 
 The getter/setter for `bindingMode` on `RestEndpoint` has been changed to use type `org.apache.camel.spi.RestConfiguration.RestBindingMode` from `camel-api` JAR. Instead of using this type class you can also call the setter method with string type instead.
 
+The `activemq-camel` component has been moved from ActiveMQ into Camel and it is now called `camel-activemq`, the package has been changed accordingly to `org.apache.camel.component.activemq`
+
 #### Generic Classes
 
 The class `JNDIContext` has been moved from `org.apache.camel.util.jndi.JNDIContext` in the camel-core JAR to `org.apache.camel.support.jndi.JNDIContext` and moved to the `camel-support` JAR.