Thomas Zub
Thomas Zub
Hi, I get an exception running a `run` or `dryRun` mojo with the rewrite-maven-plugin. The project is a multi-module project with a BOM for managing dependencies. If a dependency references...
Hi, I have problems executing a test for a Groovy recipe. It looks like the `dependsOn` part is not evaluated: ```groovy class JenkinsfileRecipeTest : GroovyRecipeTest { @Test fun base() =...
Hi, we have a massive problem with source file encoding. A lot of projects are encoded in ISO-8859-1. It seems that the encoding is not determined by e.g. a maven...
Hi, the `MergeYamlVisitor` does not take inline comments into account at merging YAMLs. See the test: ```kotlin @Test fun existingEntryBlockWithComment() = assertChanged( recipe = MergeYaml( "$", """ spring: application: description:...