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
Currently, a testcontainers version (`9baedef17589ff70f7a585c809e0b1beb27eff62`) is taken from GitHub directly using jitpack. This was required to make the build succeed under Mac M1. - [ ] Replace this version with...
Depends-on #62 ### What needs to be done Provide a recipe to migrate a simple EJB 2.1 to Spring Boot. ### Why it needs to be done ### Acceptance Criteria...
### What needs to be done A Spring integration test should be created for HTTP endpoints found in the scanned application. The solution should be generic enough to generate tests...
**Describe the bug** Having this condition defined should fail with validation error because the property `` does not exist. But it didn't! ```` condition: type: org.springframework.sbm.boot.upgrade.common.conditions.HasSpringBootParentOfVersion versionPattern: "2.7." ```` The...
**Describe the bug** `Boot_24_25_SeparateCredentialsRecipeTest` passes in IntelliJ but fails with Maven. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to...
**Describe the bug** `Boot_24_25_UpdateDependenciesRecipeTest` is non deterministic **To Reproduce** Run `Boot_24_25_UpdateDependenciesRecipeTest` with `@RepeatedTest(10)
**Describe the bug** In some situations a `jar` declared as dependency in a `pom` is not checked to exist but expected to be present when the `.pom` exists in `.m2/repository`....