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
451 stars 89 forks source link

Move `ProjectResourceSet` related classes to sbm-support-rewrite #949

Closed fabapp2 closed 1 year ago

fabapp2 commented 1 year ago

What needs to be done

ProjectResourceSet should be moved to sbm-support-rewrite and provide a method to apply OpenRewrite recipes against all resources in the ProjectResourceSet and write the changes back to FS.

Why it needs to be done

Writing the changes returned as recipeRun back to filesystem is a common task and implemented in sbm-core Moving it allows for reuse.

fabapp2 commented 1 year ago

closed by #950