Tim te Beek
Tim te Beek
Thanks all! Great to see the fix land here; we release OpenRewrite every two weeks, with the next one the day before JFall to remove the temporary override added here.
Thanks for the headsup! No idea what might have changed there: I didn't spot or do any relevant changes I think. :/ I'm out for the next two weeks though;...
Thanks all! So if I understand the above correctly then adding rewrite-java-21 would also fix this issue. Going into 24 & 25 a similar change will be required, as the...
Ok, new release looks to have worked; thanks all!
hi @torsten-liermann ; that "We can not reliably continue without this information." error is something we have addressed in https://github.com/openrewrite/rewrite-maven-plugin/releases/tag/v5.47.0 That specific message such no longer occur when it was...
Thanks for the detailed report and links to the implementation. Indeed an odd case that we should cover. I'll add this to the backlog for now & we'll see who...
I've tried replicating this issue with a unit test, but so far no luck. Any indications of what's needed to reproduce the issue? ```java import org.junit.jupiter.api.Test; import org.openrewrite.DocumentExample; import org.openrewrite.config.Environment;...
Thanks for the detailed look! My first hunch was to look at differences in the Spring Boot managed dependencies, but I don't see commons-collections4 there at all 😕 1. https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/3.0.13/spring-boot-dependencies-3.0.13.pom...
Thanks fro narrowing that down! With that suggestion I can now finally replicate that dropped version this with a unit test based on https://github.com/openrewrite/rewrite-spring/blob/e5589ab2531c1aa4b66e05ae7818e74816684f46/src/testWithSpringBoot_3_3/java/org/openrewrite/java/spring/boot3/SpringCloudVersionUpgradeTest.java#L43 ```java @Test @Issue("https://github.com/openrewrite/rewrite-spring/issues/556") void upgradeSpringCloudVersion() {...
It's getting a bit late to think through what we should be doing here, but welcome to help explore the proper fix here.