I noticed the full test has been red for some time at camel-barcode. Today, I noticed that this test is using mvn:com.google.zxing/core/3.0.0 and this core-3.0.0.jar was built with jdk 7
so it can't be used with the current jdk6 camel build. I don't know if there is a jdk6 compatible jar. Or else the test should be disabled for jdk6. regards, aki