lsergio commented on issue #5758:
URL: https://github.com/apache/camel-k/issues/5758#issuecomment-2286110591

   More info on this:
   
   I compared the deployments generated by Camel K 2.3.3 and Camel K 2.4.0 and 
I see this difference:
   
   While in 2.3.3 all jar files are listed explicitly int the java command:
   `exec java -cp 
./resources:/etc/camel/application.properties:/etc/camel/conf.d/_resources:/etc/camel/resources:/etc/camel/sources/main.yaml:dependencies/app/camel-k-integration-2.3.3.jar:dependencies/lib/boot/io.github.crac.org-crac-0.1.3.jar:dependencies/lib/boot/io.quarkus.quarkus-bootstrap-runner-3.2.9.Final.jar...`
   
   in 2.4.0 we use wildcards:
   `java -Xmx512m -cp 
./resources:/etc/camel/application.properties:/etc/camel/resources:/etc/camel/resources.d/_configmaps:/etc/camel/resources.d/_secrets:/etc/camel/sources/main.yaml:dependencies/*:dependencies/app/*:dependencies/lib/boot/*:dependencies/lib/main/*:dependencies/quarkus/*
 io.quarkus.bootstrap.runner.QuarkusEntryPoint`
   
   So maybe the wildcards are including jar files that shouldn't be included...
   
    


-- 
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-unsubscr...@camel.apache.org

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

Reply via email to