Hi See this FAQ https://camel.apache.org/manual/latest/faq/how-do-i-use-a-big-uber-jar.html
uber-jar self made are on your own. And it's a hazzle to do. The JARs have files in META-INF/services which you need to ensure all of them gets shaded, and whatelse. On Wed, Jan 29, 2020 at 2:19 PM Dennis Holunder <[email protected]> wrote: > > 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! -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
