Releases: openrewrite/rewrite-logging-frameworks
Releases · openrewrite/rewrite-logging-frameworks
3.11.0
What's Changed
- fix: any last argument matching
Throwable.toString()
is left as is by @pdelagrave in #229 - refactor: org.openrewrite.mavencentral by @Laurens-W in #230
- Don't if-wrap logs when arguments are getters by @pdelagrave in #233
Full Changelog: v3.10.0...v3.11.0
3.10.0
What's Changed
- Add recipe to change logger fields to private by @jhl221123 in #221
- Add
MatchIsLogLevelEnabledWithLogStatements
to SLF4J best practices by @timtebeek in #222 - Exclude spotbugs dependency by @greg-at-moderne in #225
- Recipe to remove
.toString()
called on parameterized logging statement arguments by @pdelagrave in #224 - fix: match
.toString()
on any type, not just java.lang.Object by @pdelagrave in #226
New Contributors
- @jhl221123 made their first contribution in #221
- @pdelagrave made their first contribution in #224
Full Changelog: v3.9.0...v3.10.0
3.9.0
Full Changelog: v3.8.0...v3.9.0
3.8.0
What's Changed
- Wrap logging statements with method invocation arguments in an if enabled conditional by @JohannisK in #215
- Add
WrapExpensiveLogStatementsInConditionals
toSlf4jBestPractices
by @timtebeek in #216 - Use classpathFromResources in InexpensiveLogStatements by @JohannisK in #217
- Make inexpensive log statements less noisy by @JohannisK in #218
New Contributors
- @JohannisK made their first contribution in #215
Full Changelog: v3.7.0...v3.8.0
3.7.0
What's Changed
- Test for marker and lambda by @arodionov in #213
- Fixed ParameterizedLogging recipe for marker and lambda by @arodionov in #214
New Contributors
- @arodionov made their first contribution in #213
Full Changelog: v3.6.1...v3.7.0
3.6.1
What's Changed
- OpenRewrite v8.50.2: https://github.com/openrewrite/rewrite
Full Changelog: v3.6.0...v3.6.1
3.6.0
3.5.0
What's Changed
- Add more test cases for
PrintStackTraceToLoggerError
recipe by @bmuschko in #209 - refactor: Use a standard name for
ExecutionContext
by @greg-at-moderne in #210
New Contributors
- @bmuschko made their first contribution in #209
- @greg-at-moderne made their first contribution in #210
Full Changelog: v3.4.0...v3.5.0
3.4.0
Full Changelog: v3.3.0...v3.4.0