chore(deps): Bump quarkus-version 3.32.4 to 3.34.1 and quarkus-mcp-server-version 1.10.3 to 1.11.0#22284
Open
gnodet wants to merge 1 commit intoapache:mainfrom
Open
chore(deps): Bump quarkus-version 3.32.4 to 3.34.1 and quarkus-mcp-server-version 1.10.3 to 1.11.0#22284gnodet wants to merge 1 commit intoapache:mainfrom
gnodet wants to merge 1 commit intoapache:mainfrom
Conversation
Contributor
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🐫 Apache Camel Committers, please review the following items:
|
10cc565 to
364d9bf
Compare
…rver-version 1.10.3 to 1.11.0 Remove generate-code-tests goal from camel-jbang-mcp since the tests don't use @QuarkusTest and the goal triggers a workspace resolution regression in Quarkus 3.34+ (quarkusio/quarkus#53285). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
c16d01e to
fcc2909
Compare
oscerd
approved these changes
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
quarkus-versionfrom 3.32.4 to 3.34.1quarkus-mcp-server-versionfrom 1.10.3 to 1.11.0generate-code-testsgoal fromcamel-jbang-mcp— the tests don't use@QuarkusTest, and the goal triggers a workspace resolution regression in Quarkus 3.34+ (generate-code-tests fails with flatten-maven-plugin in multi-module reactor build with -am since 3.34.0 quarkusio/quarkus#53285)Supersedes #22272 and #22273.
Test plan
mvn install -B -pl dsl/camel-jbang/camel-jbang-mcp -am -DskipTests— passesmvn test -B -pl dsl/camel-jbang/camel-jbang-mcp— 158 tests pass