gnodet opened a new pull request, #22284: URL: https://github.com/apache/camel/pull/22284
## Summary - Bump `quarkus-version` from 3.32.4 to 3.34.1 - Bump `quarkus-mcp-server-version` from 1.10.3 to 1.11.0 - Work around a Quarkus 3.34+ regression (quarkusio/quarkus#53285) where `generate-code-tests` fails with `flatten-maven-plugin` in a multi-module reactor build with `-am`. Move flatten execution to `prepare-package` phase in `camel-jbang-mcp` so `project.getFile()` isn't changed before the Quarkus goals run. Supersedes #22272 and #22273. ## Test plan - [x] `mvn install -B -pl dsl/camel-jbang/camel-jbang-mcp -am -DskipTests` — passes - [x] `mvn test -B -pl dsl/camel-jbang/camel-jbang-mcp` — 158 tests pass - [x] Installed POM is properly flattened (versions resolved to literals) - [ ] CI passes -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
