Update proof-of-value.md

This commit is contained in:
Jacob van Lingen
2025-04-15 11:22:01 +02:00
committed by GitHub
parent 23d8c511f4
commit 821ba2a58b

View File

@@ -40,9 +40,11 @@ mod run . --recipe CommonStaticAnalysis
* SLF4J Logging best practices * 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 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 * [Improve error reporting](https://app.moderne.io/recipes/org.openrewrite.java.logging.slf4j.CompleteExceptionLogging) by using exception-specialized logging invocations where applicable
* ```bash * Run with:
mod run . --recipe ParameterizedLogging
``` ```bash
mod run . --recipe ParameterizedLogging
```
* Maven dependency management * Maven dependency management
* [Upgrade Maven dependencies](https://app.moderne.io/recipes/org.openrewrite.maven.UpgradeDependencyVersion) to keep dependencies patched and up-to-date * [Upgrade Maven dependencies](https://app.moderne.io/recipes/org.openrewrite.maven.UpgradeDependencyVersion) to keep dependencies patched and up-to-date