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

[GitHub] [camel-quarkus] Emiliopg91 opened a new issue, #5242: Error while compiling application

Emiliopg91 opened a new issue, #5242:
URL: https://github.com/apache/camel-quarkus/issues/5242

   ### Bug description
   
   Hi community
   
   We are having troubles while compiling an application based on Quarkus 3.3.0 with dependencies on camel-quarkus for REST invoking and REST endpoint exposing
   
   We are compiling our application for Java 17 using Jenkins on Openshift and it fails with the following error:
   
   ![image](https://github.com/apache/camel-quarkus/assets/6060325/2318b2f8-57e5-4d91-808e-89ea25da246c)
   
   Is that a known error? Can anybody help us?
   
   Thank you!!


-- 
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.apache.org

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


[GitHub] [camel-quarkus] Emiliopg91 commented on issue #5242: Error while compiling application

Posted by "Emiliopg91 (via GitHub)" <gi...@apache.org>.
Emiliopg91 commented on issue #5242:
URL: https://github.com/apache/camel-quarkus/issues/5242#issuecomment-1702600907

   Hi everyone
   
   @jamesnetherton  yes it does, if I compile in my computer it works properly but in Jenkins-Openshift it crash.
   
   @zhfeng we Use -T4C because the maven module is part of a corporate framework with more than 400 modules... if we dont parallelize the build, it lasts too much


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


[GitHub] [camel-quarkus] jamesnetherton commented on issue #5242: Error while compiling application

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton commented on issue #5242:
URL: https://github.com/apache/camel-quarkus/issues/5242#issuecomment-1700942307

   Does it work outside of your Jenkins / OpenShift environment?


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


[GitHub] [camel-quarkus] zhfeng commented on issue #5242: Error while compiling application

Posted by "zhfeng (via GitHub)" <gi...@apache.org>.
zhfeng commented on issue #5242:
URL: https://github.com/apache/camel-quarkus/issues/5242#issuecomment-1702034012

   Did you use the parallel building, such like `-T2` was passed to maven? As far as I know, the `camel-quarkus-3.2.0` is just released and it is based on Quarkus 3.2.5.Final, can you try this one?


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