Error while compiling application
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:
Is that a known error? Can anybody help us?
Thank you!!
Does it work outside of your Jenkins / OpenShift environment?
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?
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