spring-projects-experimental / spring-boot-migrator

Spring Boot Migrator (SBM) is a tool for automated code migrations to upgrade or migrate to Spring Boot
Apache License 2.0
431 stars 87 forks source link

RecipeRun differs between `RewriteMavenProjectParser` and `RewriteProjectParser` #975

Open fabapp2 opened 9 months ago

fabapp2 commented 9 months ago

Describe the bug Applying org.openrewrite.java.spring.boot3.UpgradeSpringBoot_3_1 against the AST from RewriteMavenProjectParser differs from the result when applied against the AS from RewriteProjectParser.

SBM Version version/revamp branch

fabapp2 commented 9 months ago

Thank you @shresthaujjwal for reporting and investigating. 🚀 After commenting on this I can assign it to you.

shresthaujjwal commented 9 months ago

thanks @fabapp2