Update proof-of-value.md

This commit is contained in:
Jacob van Lingen
2025-04-15 11:20:32 +02:00
committed by GitHub
parent 8863622fe3
commit 23d8c511f4

View File

@@ -40,6 +40,9 @@ mod run . --recipe CommonStaticAnalysis
* SLF4J Logging best practices
* [Improve performance](https://app.moderne.io/recipes/org.openrewrite.java.logging.slf4j.ParameterizedLogging) by preferring parameterized logging to string concatenation
* [Improve error reporting](https://app.moderne.io/recipes/org.openrewrite.java.logging.slf4j.CompleteExceptionLogging) by using exception-specialized logging invocations where applicable
* ```bash
mod run . --recipe ParameterizedLogging
```
* Maven dependency management
* [Upgrade Maven dependencies](https://app.moderne.io/recipes/org.openrewrite.maven.UpgradeDependencyVersion) to keep dependencies patched and up-to-date