-
Notifications
You must be signed in to change notification settings - Fork 478
AddDependency fails to add jakarta.xml.bind-api after Gradle UpgradePluginVersion updates org.springframework.boot to 3.0.x
#6248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
Thanks for the runnable report! Did you already explore why this might be occurring as well? |
|
I was only able to see when this got broken but I wasn't able to see what exactly is broken... Still investigating... I've created this PR to run tests via CI... I'm having a lot of issues running tests that make gradle tooling api connections on my machine... I constantly run into some lock issues in gradle cache or class file version issues... |
|
Let me explain a bit what I'm trying to fix. |
|
@timtebeek this is the change in 8.55.2 that breaks the 8.55.1 behaviour: v8.55.1...v8.55.2#diff-743cf2f048fdba39228e626dd60acbdf76b3f256061b826bffd26106e95338abL241 I've ported that change in the PR. However, I think what the code was doing in |
|
Thanks for digging in! Let me tag @shanman190 for his insights here while I'm out. |
AddDependency fails to add jakarta.xml.bind-api after Gradle UpgradePluginVersion updates org.springframework.boot to 3.0.x
Failure to add xml bind dependency via Rewrite Gradle plugin for Spring Boot 2.x -> 3.x upgrade