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

Encapsulate Maven-related classes #985

Open fabapp2 opened 8 months ago

fabapp2 commented 8 months ago

What needs to be done

Move all Maven-related classes in sbm-support-rewrite to o.s.b.sbm.parsers.maven and make them package-private. Provide access through interfaces and factories where required.