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

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

Closed fabapp2 closed 10 months ago

fabapp2 commented 10 months 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 10 months ago

closed by #950