Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 208EF187D8 for ; Sun, 26 Jul 2015 11:36:15 +0000 (UTC) Received: (qmail 84741 invoked by uid 500); 26 Jul 2015 11:36:15 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 84634 invoked by uid 500); 26 Jul 2015 11:36:15 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 84564 invoked by uid 99); 26 Jul 2015 11:36:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Jul 2015 11:36:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D87D6DFF7C; Sun, 26 Jul 2015 11:36:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Sun, 26 Jul 2015 11:36:15 -0000 Message-Id: <2ef74d61d27f464abb89d3ebf0ced756@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/8] camel git commit: CAMEL-9015: JMX Agent should always let JVM system properties take precedence. Also aling that all the options is configured on the agent and not a mix of strategty/agent. CAMEL-9015: JMX Agent should always let JVM system properties take precedence. Also aling that all the options is configured on the agent and not a mix of strategty/agent. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/773d8cb8 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/773d8cb8 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/773d8cb8 Branch: refs/heads/master Commit: 773d8cb8d864a099e1696f21f542e86368cf70a1 Parents: 9b047c8 Author: Claus Ibsen Authored: Sun Jul 26 10:30:22 2015 +0200 Committer: Claus Ibsen Committed: Sun Jul 26 13:34:12 2015 +0200 ---------------------------------------------------------------------- .../xml/AbstractCamelContextFactoryBean.java | 75 ++++++++++++-------- .../camel/core/xml/CamelJMXAgentDefinition.java | 19 +---- 2 files changed, 46 insertions(+), 48 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/773d8cb8/components/camel-core-xml/src/main/java/org/apache/camel/core/xml/AbstractCamelContextFactoryBean.java ---------------------------------------------------------------------- diff --git a/components/camel-core-xml/src/main/java/org/apache/camel/core/xml/AbstractCamelContextFactoryBean.java b/components/camel-core-xml/src/main/java/org/apache/camel/core/xml/AbstractCamelContextFactoryBean.java index b68173f..3f10f56 100644 --- a/components/camel-core-xml/src/main/java/org/apache/camel/core/xml/AbstractCamelContextFactoryBean.java +++ b/components/camel-core-xml/src/main/java/org/apache/camel/core/xml/AbstractCamelContextFactoryBean.java @@ -422,18 +422,51 @@ public abstract class AbstractCamelContextFactoryBean