I changed camel version to 3.0.0 from 2X during Java Migration.
<version.apache.camel>3.0.0</version.apache.camel>
When i build everything then i get following in eclipse
but all camel class turns not readable.
I explode jar in maven directory using decompiler and i get following :
Any idea how to fix this issue with 3.0.0? Is maven repository creating issue?