-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Tell us the extension you're using
Client
I tried this:
It looks like this commit introduces breaking changes in main branch
This happened:
we can not build anymore
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 13.370 s
[INFO] Finished at: 2025-07-10T11:03:41+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project quarkus-openapi-generator-server-deployment: Compilation failure: Compilation failure:
[ERROR] /home/wmedvede/development/projects/kogito/quarkus-openapi-generator/server/deployment/src/main/java/io/quarkiverse/openapi/server/generator/deployment/codegen/ApicurioCodegenWrapper.java:[68,21] cannot assign a value to final variable config
[ERROR] /home/wmedvede/development/projects/kogito/quarkus-openapi-generator/server/deployment/src/main/java/io/quarkiverse/openapi/server/generator/deployment/codegen/ApicurioCodegenWrapper.java:[68,30] incompatible types: io.quarkiverse.openapi.server.generator.deployment.codegen.ConfigurableGenerationConfig cannot be converted to org.eclipse.microprofile.config.Config
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn -rf :quarkus-openapi-generator-server-deployment
I expected this:
No response
Is there a workaround?
No response
How can we try to reproduce the issue?
No response
Anything else?
No response
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus OpenApi version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
Community Notes
- Please vote by adding a π reaction to the issue to help us prioritize.
- If you are interested to work on this issue, please leave a comment.name: Bug Report π