CAMEL-18341 - Upgrade from Codehaus Groovy 3.0.12 to Apache Groovy 4.0.4#604
Closed
apupier wants to merge 1 commit into
Closed
CAMEL-18341 - Upgrade from Codehaus Groovy 3.0.12 to Apache Groovy 4.0.4#604apupier wants to merge 1 commit into
apupier wants to merge 1 commit into
Conversation
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
Contributor
Author
|
(the failur eon the Pull request buidl seems not related to this Pull request) |
Contributor
|
There is some "weird" code somewhere in camel-spring-boot that aligns camel dependency versions vs spring boot versions and then fail if something is not aligned. So it seems that spring boot groovy is on 3.x and when you upgrade to 4.x they dont match. |
Contributor
Author
Contributor
Author
|
sounds they did it for Spring 3.x spring-projects/spring-boot#31631 |
Contributor
|
Yes we need both quarkus and spring boot to upgrade to groovy 4 |
Contributor
Author
|
reported quarkusio/quarkus#27111 for Quarkus |
Contributor
cunningt
pushed a commit
to cunningt/camel-spring-boot
that referenced
this pull request
Oct 8, 2025
Change the version to 4.14.1.
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.

might worth merging at same time than apache/camel#8102
Currently have this build error:
I do not find other references in this project. Can it be that it needs to be updated in apache/camel project first? But it will break the build if we start merging the apache/camel and not apache/camel-spring-boot . Wondering how I can test locally with new version of apache/camel, run in offlien mode locally after build of apache/camel? (even if I would have expected that it picked the latest locally built) Or is it a real problem in another project?