spring-boot-migrator
spring-boot-migrator copied to clipboard
Spring Boot Migrator (SBM) is a tool for automated code migrations to upgrade or migrate to Spring Boot
See `Module_searchTestResources_Test.withResourcesInMainAndTest_providesProjectResourcesFromSrcMainResources()`
Make all tests in `sbm-core` pass.
The new parser from `sbm-support-rewrite` should replace the `RewriteMavenProjectParser`. This will also bump Boot and Open Rewrite to latest versions. The previously injected `JavaParser` bean was changed to `JavaParserBuilder´ allowing...
Currently, `MavenProjectAnalyzer` does not respect plugin information affecting the project order as specified here: https://maven.apache.org/guides/mini/guide-multiple-modules.html#reactor-sorting These are missing: - a plugin declaration where the plugin is another module in the...
With 3a5a26b the `OpenRewriteMavenBuildFileTest.getEffectiveDependencies()` faiuls in GH action but "works in my machine". Currently out of scope, fix later. Disabling the test for now. ```` Error: Tests run: 46, Failures:...
Looking at the given details I assume the problem is that the interface is not found because `target/generated-sources` is not scanned (yet) and thus the code is not part of...
Blocked by #879