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

Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.3. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.2.2 🐛 Bug Fixes [SUREFIRE-2205] - Use maven-plugin-report-plugin only in plugins modules (#681) @​slawekjaranowski [SUREFIRE-2206] - Downgrade plexus-xml...

type: dependency-upgrade

Bumps `spring-boot.version` from 2.7.5 to 3.2.1. Updates `org.springframework.boot:spring-boot-dependencies` from 2.7.5 to 3.2.1 Release notes Sourced from org.springframework.boot:spring-boot-dependencies's releases. v3.2.1 :star: New Features Cleanup java sources #38877 :lady_beetle: Bug Fixes HibernateJpaAutoConfiguration...

type: dependency-upgrade

Bumps [org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.3.0 to 3.5.0. Release notes Sourced from org.codehaus.mojo:build-helper-maven-plugin's releases. 3.5.0 Changes 🚀 New features and improvements Add skipIfMissing flag (#187) @​hgschmie Add skip flags (#186) @​hgschmie Deprecate...

type: dependency-upgrade

The example uses `sbm-support-rewrite` parser and sequentially upgrades a given repo. 1. A given repo gets cloned 2. The version from the `` section of the pom.xml is extracted 3....

in: sbm-support-rewrite
type: demo

Add a new `windows` profile to the maven build to simulate Windows line endings on a Linux/macOS machine. Build the build is still failing, even considering the work done on...

**Describe the bug** Found more than one resource of type 'class java.lang.Class'. Use class org.springframework.sbm.project.resource.filter.GenericTypeListFilter instead. Details of the error have been omitted. You can use the stacktrace command to...

type: bug

type: dependency-upgrade
in: sbm-support-rewrite
revamp

**Describe the bug** Updated Ignored Patterns - It doesn't have the ignore the folder. Also add more folder patterns to ignore Update SBM Support POM - Clean up SBM Support...

type: bug
revamp

`MavenArtifactDownloader` should interpret relocations The upgrade in #1001 fails from 2.5 to 2.6 ```` org.openrewrite.maven.MavenDownloadingException: mysql:mysql-connector-java failed. Unable to download dependency mysql:mysql-connector-java:8.0.33. Response was 404 ```` [mysql:mysql-connector-java:8.0.33](https://mvnrepository.com/artifact/mysql/mysql-connector-java/8.0.33) is a relocation...