spring-boot-migrator icon indicating copy to clipboard operation
spring-boot-migrator copied to clipboard

Spring Boot Migrator (SBM) is a tool for automated code migrations to upgrade or migrate to Spring Boot

Results 201 spring-boot-migrator issues
Sort by recently updated
recently updated
newest added

See `Module_searchTestResources_Test.withResourcesInMainAndTest_providesProjectResourcesFromSrcMainResources()`

type: bug
in: sbm-core
revamp

Make all tests in `sbm-core` pass.

type: test
revamp

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...

epic
in: sbm-core
revamp

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...

type: enhancement
in: sbm-support-rewrite
revamp

type: enhancement
in: sbm-support-rewrite
revamp

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:...

type: bug
CI
in: sbm-core

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...

type: enhancement
in: sbm-support-rewrite

Blocked by #879

type: enhancement
in: sbm-core
revamp