I use a plugin to automatically detect duplicated classes and that is why I found there is indeed an issue. You can see it yourself:
nestor-nu:lib nestor$ jar tvf camel-core-2.9.2.jar | grep "org.apache.camel.component.test.TestEndpoint" 1272 Thu Apr 12 07:26:26 EDT 2012 org/apache/camel/component/test/TestEndpoint$1.class 2410 Thu Apr 12 07:26:26 EDT 2012 org/apache/camel/component/test/TestEndpoint.class nestor-nu:lib nestor$ jar tvf camel-spring-2.9.2.jar | grep "org.apache.camel.component.test.TestEndpoint" 1272 Thu Apr 12 07:26:26 EDT 2012 org/apache/camel/component/test/TestEndpoint$1.class 2410 Thu Apr 12 07:26:26 EDT 2012 org/apache/camel/component/test/TestEndpoint.class -- View this message in context: http://camel.465427.n5.nabble.com/duplicated-classes-in-camel-core-and-camel-spring-2-9-2-tp5674967p5675072.html Sent from the Camel - Users mailing list archive at Nabble.com.
