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
438 stars 88 forks source link

Fixed issue #803 #840

Closed sourav15102 closed 1 year ago

sourav15102 commented 1 year ago

Moved logic from RewriteRecipeRunner into ProjectContext.apply(Recipe)

fabapp2 commented 1 year ago

Hi @sourav15102, thank you for your contribution 🚀

Could you adopt the changes in the client code too?

fabapp2 commented 1 year ago

Adjusted client code and merged with #860