Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 24633 invoked from network); 12 Oct 2010 14:40:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Oct 2010 14:40:03 -0000 Received: (qmail 92561 invoked by uid 500); 12 Oct 2010 14:40:03 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 92426 invoked by uid 500); 12 Oct 2010 14:40:02 -0000 Mailing-List: contact dev-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 dev@camel.apache.org Received: (qmail 92418 invoked by uid 500); 12 Oct 2010 14:40:01 -0000 Delivered-To: apmail-activemq-camel-dev@activemq.apache.org Received: (qmail 92415 invoked by uid 99); 12 Oct 2010 14:40:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 14:40:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 14:40:00 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9CEde0p024016 for ; Tue, 12 Oct 2010 14:39:40 GMT Message-ID: <13482352.54621286894380584.JavaMail.jira@thor> Date: Tue, 12 Oct 2010 10:39:40 -0400 (EDT) From: "Claus Ibsen (JIRA)" To: camel-dev@activemq.apache.org Subject: [jira] Commented: (CAMEL-3222) Route definitions should use boxed types and lazy evaluate defaults in the getter In-Reply-To: <4513977.54391286882380363.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/CAMEL-3222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62527#action_62527 ] Claus Ibsen commented on CAMEL-3222: ------------------------------------ The last item is to remove auto assigned id on and the likes. This work is non trivial as JMX / Tracer needs an unique id and hence they force the id to be generated. > Route definitions should use boxed types and lazy evaluate defaults in the getter > --------------------------------------------------------------------------------- > > Key: CAMEL-3222 > URL: https://issues.apache.org/activemq/browse/CAMEL-3222 > Project: Apache Camel > Issue Type: Improvement > Components: camel-core > Affects Versions: 2.4.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Priority: Minor > Fix For: 2.5.0 > > > When you output a route definition as XML then all the boolean types and whatnot get outputted using their default values. > For example inheritErrorHandler=true. > This reduces the XML and keeps it much smaller. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.