You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/07/17 11:31:39 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #5099: [camel-main] DataFormat native failure

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org