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

Fix jpa recipe with persistence.xml in test resources #966

Closed fabapp2 closed 9 months ago

fabapp2 commented 9 months ago

Fixes: #782

The GenericTypeFilter takes an optional path-matching pattern to filter resources matching the provided pattern. It fixes the reported issue by filtering out persistence.xml files not under a path matching glob:**/src/main/java/**.