Apache Camel 3.X migration - ClassNotFoundException: org.apache.camel.impl.BreakpointSupport

2020-11-08 Thread Deepak Reddy Ekkati
Hello There, When Migrating app from 2.X to 3.X, Build is successful but the tests fail with ClassNotFoundException: org.apache.camel.impl.BreakpointSupport. java.lang.NoClassDefFoundError: org/apache/camel/impl/BreakpointSupport at java.lang.ClassLoader.defineClass1(Native Method) at jav

Re: camel rest and missing jmx endpoint

2020-11-08 Thread Jean-Baptiste Onofre
Hi Nicolas, It sounds like a bug to me (maybe filtering only on URI and not the verb). Can you please create a Jira I will take a look ? Thanks, Regards JB > Le 7 nov. 2020 à 08:54, CASAUX Nicolas a > écrit : > > Hello, > > I’m using some camel rest routes and found something unexpected wi