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 2014/02/15 13:03:10 UTC

[2/2] git commit: CAMEL-7208: Updating routes from managed camel context should support decoding the xml prior to loading the routes, as the xml may likely have been xml encoded. Added 2nd option with boolean to turn on|off.

CAMEL-7208: Updating routes from managed camel context should support decoding the xml prior to loading the routes, as the xml may likely have been xml encoded. Added 2nd option with boolean to turn on|off.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ef3b60e2
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ef3b60e2
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ef3b60e2

Branch: refs/heads/camel-2.12.x
Commit: ef3b60e289cd37abad8988192d6c2254d5201ce6
Parents: 7a13a66
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Feb 15 13:03:34 2014 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Feb 15 13:04:32 2014 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/management/mbean/ManagedCamelContext.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/ef3b60e2/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedCamelContext.java
----------------------------------------------------------------------
diff --git a/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedCamelContext.java b/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedCamelContext.java
index af6c864..58f0a4a 100644
--- a/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedCamelContext.java
+++ b/camel-core/src/main/java/org/apache/camel/management/mbean/ManagedCamelContext.java
@@ -47,7 +47,6 @@ import org.apache.camel.model.ModelCamelContext;
 import org.apache.camel.model.ModelHelper;
 import org.apache.camel.model.RouteDefinition;
 import org.apache.camel.model.RoutesDefinition;
-import org.apache.camel.util.URISupport;
 
 /**
  * @version