camel-quarkus icon indicating copy to clipboard operation
camel-quarkus copied to clipboard

Error while compiling application

Open Emiliopg91 opened this issue 2 years ago • 4 comments

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

Is that a known error? Can anybody help us?

Thank you!!

Emiliopg91 avatar Aug 31 '23 12:08 Emiliopg91

Does it work outside of your Jenkins / OpenShift environment?

jamesnetherton avatar Aug 31 '23 12:08 jamesnetherton

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?

zhfeng avatar Sep 01 '23 02:09 zhfeng

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

Emiliopg91 avatar Sep 01 '23 11:09 Emiliopg91