jamesnetherton commented on issue #1319: URL: https://github.com/apache/camel-quarkus/issues/1319#issuecomment-641151313
Olingo does loosely depend on serlvet-api, but none of that functionality is required by Camel, so there's a [substitution](https://github.com/apache/camel-quarkus/blob/quarkus-master/extensions/olingo4/runtime/src/main/java/org/apache/camel/quarkus/component/olingo4/graal/ODataImplSubstitutions.java) in place to avoid having all of the javax.servlet stuff on the classpath. Maybe more needs to be done to handle it on Graal 20.1.x. I can take a look if the fix is not easy / obvious. ---------------------------------------------------------------- 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]
