hakuseki commented on issue #1116:
URL: https://github.com/apache/camel-quarkus/issues/1116#issuecomment-617198530
Ahh, I see. The NPE is in `DefaultRuntimeCamelCatalog.java`
`public ComponentModel componentModel(String name) {
return (ComponentModel)this.cache("component-model-" + name, name,
(x$0) -> {
return super.componentModel(x$0);
});
}`
----------------------------------------------------------------
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]