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/18 13:52:22 UTC

[camel] branch master updated: Add migration note

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 c3ab06b  Add migration note
c3ab06b is described below

commit c3ab06b8e5435b9d2fb51f5fa01e4d6cc2a665c6
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Feb 18 14:51:44 2019 +0100

    Add migration note
---
 MIGRATION.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/MIGRATION.md b/MIGRATION.md
index 9710179..f33a4e7 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -81,6 +81,10 @@ The class `org.apache.camel.processor.aggregate.AggregationStrategy` has been mo
 
 The class `org.apache.camel.processor.loadbalancer.SimpleLoadBalancerSupport` has been removed, instead use `org.apache.camel.processor.loadbalancer.LoadBalancerSupport`.
 
+#### JMX events
+
+All the events from package `org.apache.camel.management.event` has been moved to the class `org.apache.camel.spi.CamelEvent` as sub-classes, for example the event for CamelContext started would be `CamelEvent.CamelContextStartedEvent`.
+
 #### AdviceWith
 
 Testing using `adviceWith` currently needs to be changed from: