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

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

JEE/EJB2
Recipe
in: JEE

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

Recipe

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

type: bug

**Describe the bug** `Boot_24_25_UpdateDependenciesRecipeTest` is non deterministic **To Reproduce** Run `Boot_24_25_UpdateDependenciesRecipeTest` with `@RepeatedTest(10)

type: bug

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

type: bug