Hello, I've migrated an app to camel 3 which works fine in IDE, but starting fat jar produces the errors like: java.lang.NoClassDefFoundError: com/lmax/disruptor/EventTranslatorVararg. The approach works with camel 2.22 version
I'm using latest weld-se-shaded, deltaspike-cdictrl-weld and maven-shade-plugin. Any hints why it is not working in camel-3? I've attached sample project Thanks!
<<attachment: sample.zip>>