[patch] Give autoboxer a break
------------------------------
Key: CAMEL-592
URL: https://issues.apache.org/activemq/browse/CAMEL-592
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Affects Versions: 1.3.0
Reporter: Dave Brosius
Priority: Trivial
Fix For: 1.4.0
Attachments: give_autoboxer_a_break.patch
Various places code uses autoboxing of constants that just wastes time, as
using the other constant (true vs Boolean.true) would remove that useless work.
patch fixes this
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.