jamesnetherton commented on issue #5099: URL: https://github.com/apache/camel-quarkus/issues/5099#issuecomment-1637941982
It likely happens because `com.github.erosb:everit-json-schema` is declared as `runtime` scope and `optional`. We could make the method substitution conditional based on the presence of some class in `everit-json-schema`. Example of how I did something similar for another extension here https://github.com/apache/camel-quarkus/pull/4926. -- 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]
