Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2B3A599EB for ; Mon, 23 Apr 2012 18:42:57 +0000 (UTC) Received: (qmail 52121 invoked by uid 500); 23 Apr 2012 18:42:57 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 52099 invoked by uid 500); 23 Apr 2012 18:42:57 -0000 Mailing-List: contact issues-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 issues@camel.apache.org Received: (qmail 52085 invoked by uid 99); 23 Apr 2012 18:42:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2012 18:42:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2012 18:42:54 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6D96E40A715 for ; Mon, 23 Apr 2012 18:42:33 +0000 (UTC) Date: Mon, 23 Apr 2012 18:42:33 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: <562748815.5897.1335206553450.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1774201335.4404.1335178055540.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (CAMEL-5208) Optimize type converters for primitive types MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-5208. -------------------------------- Resolution: Fixed Conversions to primitives is now faster > Optimize type converters for primitive types > -------------------------------------------- > > Key: CAMEL-5208 > URL: https://issues.apache.org/jira/browse/CAMEL-5208 > Project: Camel > Issue Type: Improvement > Components: camel-core > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Priority: Minor > Fix For: 2.9.3, 2.10.0 > > > Currently if you type convert to primitive types such as > - int > - long > Then Camel will use the their object counterparts for conversion, eg > - Integer > - Long > But we do not optimize so the next time we can do a faster lookup of the type converter -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira