aldettinger commented on issue #4434:
URL: https://github.com/apache/camel-quarkus/issues/4434#issuecomment-1398629526

   In this case, the JDK version and OS might not be the issue.
   The test is working on camel-quarkus but failing on quarkus-platform.
   They key information might be that the camel-quarkus tests are repackaged 
into quarkus-platform tests.
   Once repackaged in the platform, the mjs file might be accessible as a 
resource but not a file.
   This is a common tips when dealing with camel-quarkus and quarkus-platform.
   
   From there, maybe there is a way to influence the import resolution to match 
resources or tmp file. Maybe even just in the the context of tests. Or work 
with a kind of tmp file.
   
   Indeed, worst case it could be disabled.


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

Reply via email to