Hi Cameleers, I've merged PR#1685[1] for CAMEL-11261[2] the revision of the way CamelContext is started/stopped when used with Spring framework.
Based on the amount of intertwined functionality that we have with Spring this has the potential to break things in unexpected places, so please get back to me so I can troubleshoot any bugs you find. I already had an issue reported[3] by the wildfly-camel team that I'm looking into, please keep those coming as you encounter any. On a sidenote, I've seen a strange behaviour when Maven uses outdated version of `camel-test-spring` from the local repository; so, if possible, before reporting please remove Camel artifacts from the local repository (mvn -Pcleanrepo) and install the latest SNAPSHOT (mvn -Pfastinstall clean install). With any luck the CI builds with the newer version will pass soon so we'll have those SNAPSHOTS in the Apache repository so this will not be needed. zoran [1] https://github.com/apache/camel/pull/1685 [2] https://issues.apache.org/jira/browse/CAMEL-11261 [3] https://github.com/wildfly-extras/wildfly-camel/issues/1889 -- Zoran Regvart
