lburgazzoli opened a new pull request #120: Override DefaultStreamCachingStrategy::resolveSpoolDirectory to avoid NPE URL: https://github.com/apache/camel-quarkus/pull/120 The default implementation of StreamCachingStrategy leverages the ManagementNameStrategy to determine the name of the stream cache spool directory but as there's no ManagementNameStrategy in Camel Quarkus, it throws an NPE. The new method replaces the default implementation with a simplified one
---------------------------------------------------------------- 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
