Fabian Krüger
Fabian Krüger
**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...
Create report for #166
**Describe the bug** Scanning the (see zip) Spring Boot application and applying `initialize-spring-boot-migration` downgrades the Spring Boot version from `2.7.4` to `2.7.3` **To Reproduce** see above **Expected behavior** The version...
### What needs to be done Currently, the support to generate code for TriggerMesh #434 integration when migrating from Mule 3.9 to Spring Boot can be toggled by setting the...
### What needs to be done Provide an error message when an unsupported JDK is used to start SBM. See #396 ### Why it needs to be done It is...
### What needs to be done The precondition check should fail when an unsupported JDK is used. ### Why it needs to be done Recipes will fail with unsupported JDK...
Currently, the implementation will add a dependency with `compile` scope when the same dependency already exists with `test` scope. It should merge these dependencies and set the state accordingly (or...