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

Make AddMavenPluginRepository and AddMavenRepository ready for contribution _Originally posted by @fabapp2 in https://github.com/spring-projects-experimental/spring-boot-migrator/pull/333#discussion_r948142288_ Both Recipes use types from SBM, remove them and contribute recipes

### Release Notes >A new configuration property, `spring.kafka.listener.async-acks`, for enabling async acks with Kafka has been added. To enable async acks, set the property to `true`. The property only applies...

good first issue
3.0.0
upgrade:boot-report

depends-on: spring-projects/spring-shell#474 ### What needs to be done The auto-completion added with #261 is already helpful. But the handling can be improved to allow faster navigation through the filesystem. Before...

depends-on

Before just running the recipe(s) to upgrade from Spring Boot 2.7.x to 3.0.0 there must be some verification of preconditions. Some changes cannot be automatically be migrated and applying automated...

upgrade:boot
3.0.0

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes # Spring Boot 3.0.0 M1 Release Notes ## [](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes#upgrading-from-spring-boot-2x)Upgrading from Spring Boot 2.x ### [](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes#deprecations-from-spring-boot-2x)Deprecations from Spring Boot 2.x Classes, methods and properties that were deprecated in Spring Boot...

upgrade:boot
3.0.0
epic

We found some open source projects using spring 2.X.X, lets run these application with spring-boot-migrator Applications Single Module: [Kafdrop](https://github.com/obsidiandynamics/kafdrop) Applications Multimodule: [Things Board](https://github.com/thingsboard/thingsboard) - uses 2.7.0 multi maven module. [Flowable...

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Release-Notes # Spring Boot 3.0.0 M2 Release Notes For changes in earlier milestones, please refer to: - [v3.0.0 M1](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M1-Release-Notes) ## [](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Release-Notes#upgrading-from-spring-boot-2x)Upgrading from Spring Boot 2.x ### [](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M2-Release-Notes#minimum-requirements-changes)Minimum Requirements Changes Spring...

upgrade:boot
3.0.0
epic

[Placeholder ticket details to be added] Say you have a recipe A, and 3 sub recipe under A, say A1, A2, A3. whilst applying recipe A, if A2 fails Spring...