ppalaga opened a new issue #69: FastCamelContext.clearModel() causes NPEs at runtime URL: https://github.com/apache/camel-quarkus/issues/69 `FastCamelContext.clearModel()` was introducted with the upgrade to Camel 3.0.0-M3. It causes some NPEs at runtime, e.g. in `org.apache.camel.reifier.errorhandler.ErrorHandlerReifier.lookupErrorHandlerFactory(RouteContext, String, boolean)` or in `FastCamelRuntime.dumpRoutes()` because `RouteContext.getRoute()` returns null after `FastCamelContext.clearModel()` was called
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
