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

[camel] branch master updated: Add note about JMX for migration guide

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 7d185d0  Add note about JMX for migration guide
7d185d0 is described below

commit 7d185d0bb4fad6b2a092fa00b826b7365b185de4
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Feb 15 10:10:51 2019 +0100

    Add note about JMX for migration guide
---
 MIGRATION.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/MIGRATION.md b/MIGRATION.md
index e993412..864d130 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -48,10 +48,14 @@ All deprecated APIs and components from Camel 2.x has been removed in Camel 3.
 Migrating Camel applications
 ----------------------------
 
-The following API changes may affect your existing Camel applications, which needs to be migrated.
+### JMX
+
+If you run Camel standalone with just `camel-core` as dependency, and you want JMX enabled out of the box, then you need to add `camel-management-impl` as dependency.
 
 ### Moved APIs
 
+The following API changes may affect your existing Camel applications, which needs to be migrated.
+
 TODO: Should this be a table?
 TODO: Add the other moved classes/packages etc