pilhuhn opened a new issue #2410:
URL: https://github.com/apache/camel-quarkus/issues/2410


   Use a url like `from("qute:bla")`  this will NPE in QuteEndpoint:194
   
   ```
                   template = engine.parse(content);
               }
               instance = template.instance();   // <<<<<<--------here
           }
   
           ExchangeHelper.createVariableMap(exchange, 
isAllowContextMapAll()).forEach(instance::data);
   
   ```
   
   as `template` is null. This should throw something more descriptive.


-- 
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:
us...@infra.apache.org


Reply via email to