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
Bumps `spring-boot.version` from 2.7.4 to 2.7.5. Updates `spring-boot-dependencies` from 2.7.4 to 2.7.5 Release notes Sourced from spring-boot-dependencies's releases. v2.7.5 :lady_beetle: Bug Fixes Multi-Document-Separators "#---" comment checks do not account for...
**Describe the bug** Whenever I scan a project, the preconditionCheck fails. It cannot find the maven build file and it also cannot find a 'src/main/java' directory, while this does exists....
**Describe the bug** Action [MigrateXmlToJavaConfigurationAction] 'Migrate xml bean configuration to Java bean configuration.' failed: Cannot invoke "java.nio.file.Path.toFile()" because "path" is null **To Reproduce** Steps to reproduce the behavior: 1. a...
We are currently evaluating using spring-boot-migrator on our legacy applications and encountering some trivial exceptions. Hope this pull request helps make this project more robust.
Bumps [rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 1.12.0 to 1.13.0. Release notes Sourced from rewrite-migrate-java's releases. 1.13.0 What's Changed Updated to use rewrite 7.31.0 Add recipe to upgrade to Java 17, which also upgrades...
**Describe the bug** **Stacktrace** ```` [INFO] Running org.springframework.sbm.mule.actions.MuleToJavaDSLDwlTransformTest 10:00:17.413 [ForkJoinPool-1-worker-1] ERROR o.s.s.o.RewriteExecutionContext - Exception occured! org.openrewrite.UncaughtVisitorException: java.lang.NullPointerException: Cannot invoke "org.openrewrite.java.tree.JRightPadded.getElement()" because "l" is null at org.openrewrite.TreeVisitor.visit(TreeVisitor.java:253) at org.openrewrite.java.format.BlankLinesVisitor.visit(BlankLinesVisitor.java:299) at org.openrewrite.java.format.BlankLinesVisitor.visit(BlankLinesVisitor.java:30)...
Create a report using the new report capability for the recipes that only have an automated migration but no report. - #488 - #489 - #490 - Add old report...
from the [Release Notes](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-M5-Release-Notes#cassandra-properties) >Configuration Properties for Cassandra have moved from `spring.data.cassandra.` to `spring.cassandra.`. ## What needs to be done Find all properties with prefix `spring.data.cassandra.` and change the prefix...
Migrate Cassandra configuration to Spring Boot 3.0 in properties format Fixes #442
Create report for #166