You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/03/31 14:36:19 UTC

[GitHub] [camel-quarkus] javaduke commented on pull request #3686: Camel-quarkus-datasonnet extension - resolves Issue #2078

javaduke commented on pull request #3686:
URL: https://github.com/apache/camel-quarkus/pull/3686#issuecomment-1084672403


   I think I found a better way to avoid pulling the old scala library. I'm testing it now.
   The situation with `dslibs.jar` is different. This is just a resource inside the jar and the test verifies if datasonnet is able to read a library stored in a jar. With JVM tests I can just add the jar as a configuration parameter for the surefire plugin. This doesn't work for native tests though. I tried adding it to the pom as a test scope, but the problem is that this jar is not really a maven artifact, it's not in any maven repo, and `systemPath` cannot be used with any scope other than `system`. So I'm not sure if there's any other option to include this in the classpath for native tests.


-- 
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