Kostiantyn Naumchuk
Results
2
comments of
Kostiantyn Naumchuk
Hi, Are there any plans to make the UpgradeSpringBoot_3_4 recipe available for execution with Maven command line? Thanks.
Hi. I noticed similar behavior for a multiline empty array declaration. Please see example below: ``` import org.junit.jupiter.api.Test; import org.openrewrite.ExecutionContext; import org.openrewrite.InMemoryExecutionContext; import org.openrewrite.ParseExceptionResult; import org.openrewrite.Parser; import org.openrewrite.SourceFile; import org.openrewrite.hcl.HclParser;...