BeanDefinitionParser - SPR-4599 is fixed
----------------------------------------
Key: CAMEL-1224
URL: https://issues.apache.org/activemq/browse/CAMEL-1224
Project: Apache Camel
Issue Type: Task
Components: camel-spring
Reporter: Claus Ibsen
Assignee: James Strachan
Fix For: 2.0.0, Future
This one is for James
camel-spring class BeanDefinitionParser has some TODO that awaits bugs to be
fixed in Spring. They are fixed in Spring 2.5.3.
So if for instance Camel 2.0 requires Spring 2.5.6 or later then we can safely
fix this code as well.
But we could also consider staying Spring 2.0.x combatible and fix this in a
later Camel release.
Any thoughts?
// TODO the following code is copied from AbstractSimpleBeanDefinitionParser
// it can be removed if ever the doParse() method is not final!
// or the Spring bug http://jira.springframework.org/browse/SPR-4599 is
resolved
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.