Remove dependency cycle between util and converter
--------------------------------------------------
Key: CAMEL-546
URL: https://issues.apache.org/activemq/browse/CAMEL-546
Project: Apache Camel
Issue Type: Improvement
Components: camel-core
Affects Versions: 1.3.0
Reporter: Christian Schneider
Fix For: 1.4.0
Currently the packages util and converter reference each other. In the
direction from util to converter there is only one reference. ObjectHelper
needs ObjectConverter.iterator. As iterator is a static method and does not
have anything to do with conversion I think we can move it savely to
ObjectHelper. So the cycle disappears. converter uses util but not the other
way round. I will add a patch for this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.