Current Camel 2.14.0 is built with JDK7 and we run the CI with JDK8 and didn’t find the issue that you said. Can you create a JIRA and submit a test case for it?
-- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On December 15, 2014 at 9:39:22 PM, andrewcelerity ([email protected]) wrote: > I am using Camel 2.14.0. > > I do see one problem, though maybe it's just a lack of understanding of the > process you're using to compare results. Annotations like @Consume have a > retention policy of runtime, meaning the compiler leaves them in the > compiled class file (I believe). Your decompiled code does not show any > annotations. > > I fully expect to see the same methods generated via Java 7 and 8, but the > annotations on them should be different in the 8 generated byte code. > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Changes-in-Java-8-generics-breaking-Camel-tp5760638p5760703.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >
