jamesnetherton opened a new issue, #3703: URL: https://github.com/apache/camel-quarkus/issues/3703
Some potential edge cases can result in an NPE that we should try to avoid. And at a minimum throw a friendlier exception that could perhaps hint at what the problem is. E.g something like this results in an NPE during the build phase: ``` @Produce @Inject FluentProducerTemplate template; ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
