You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the detailed report @MBoegers ! We did a fresh batch of releases yesterday, and I just reran through the steps above with that; the problem is still there unfortunately. After the recipe run, an analysis of the dependencies shows me this:
Seems like there's a transitive runtime dependency; not sure if that's picked up as a reason not to add an explicit dependency. 🤔
What version of OpenRewrite are you using?
rewrite-maven-plugin:5.4.2
How are you running OpenRewrite?
From terminal via maven on a single module maven project.
I run open Rewrite against Spring Petclinic https://github.com/spring-projects/spring-petclinic
What is the smallest, simplest way to reproduce the problem?
./mvnw -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-spring:RELEASE -Drewrite.activeRecipes=org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_0
./mvnw clean compile
What did you expect to see?
Build succeeds and Application is runable.
What did you see instead?
Missing dependency
jakarta.xml.bind:jakarta.xml.bind-api
Are you interested in contributing a fix to OpenRewrite?
not yet
The text was updated successfully, but these errors were encountered: