Michael Keppler
Michael Keppler
Since maven-resources 3.2.0 the encoding shall be specified explicitly. Avoids this console output: [INFO] The encoding used to copy filtered properties files have not been set. This means that the...
Sort the log output for excluded artifacts as well as not depended upon artifacts. That makes comparing multiple builds much easier than reading the "randomly sorted" looking output (it's not...
We run the plugin on rather large aggregators, and reading the list of excluded artifacts or the list of not depended upon artifacts is hard, as those are in "random...
The project doesn't specify which versions of Xtext, PDE etc. it depends on. That's quite bad for development and publishing, as some parts use deprecated methods, or simply lie about...
All remaining workspace warnings are now coupled to bad versioning of dependencies (e.g. Xtend last() method, deprecated PDE methods etc.)
It's included in the default installer now: https://github.com/eclipse-oomph/oomph/pull/107
### Description When starting the run_windows.bat from a terminal in the "scripts" sub directory, the working directory of the terminal is the "main" application directory after the application terminates. Therefore...
## What is the smallest, simplest way to reproduce the problem? Enable these rules, all without parameters ``` org.openrewrite.java.logging.log4j.ParameterizedLogging org.openrewrite.java.logging.ParameterizedLogging org.openrewrite.java.logging.slf4j.ParameterizedLogging ``` ## What did you see? ``` [ERROR] Recipe...
1.3.0 was released a while ago, but is not on Maven. However, one day after the GitHub release, there was a Maven 1.1.2 release, which does not exist on GitHub....
`org.openrewrite.staticanalysis.FinalClass` works on wrong assumptions. A non-final class with no public constructor can have nested static sub classes, and in that case it cannot be made final. ## What is...