Releases: openrewrite/rewrite-logging-frameworks
Releases · openrewrite/rewrite-logging-frameworks
v2.0.0
What's Changed
- Fix: Loggers should be named for their enclosing classes should not replace calls to getClass() by @pstreef in #104
- Fix: Slf4jLogShouldBeConstant removes passed exception by @pstreef in #103
- spelling: times by @jsoref in #107
- Support toString without select in Slf4jLogShouldBeConstant by @timtebeek in #108
- Upgrade to OpenRewrite 8.0 by @knutwannheden in #106
New Contributors
- @pstreef made their first contribution in #104
- @jsoref made their first contribution in #107
- @knutwannheden made their first contribution in #106
Full Changelog: v1.20.1...v2.0.0
v1.20.1
1.20.0
1.19.0
v1.18.0
Update with rewrite 7.36.0
Full Changelog: v1.17.0...v1.18.0
1.17.0
1.16.0
What's Changed
- additional test case for Slf4jBestPracticesTest by @sullis in #83
- Log4j1ToSlf4j1Test: test case for static final loggers by @sullis in #84
- chore: update suppressions for new false positives by @natedanner in #86
Full Changelog: 1.15.0...v1.16.0
1.15.0
What's Changed
- Updated with rewrite 7.33.0
- Add Slf4j Best Practices recipe by @sullis in #73
- Add Logger usage test case to
Log4j2ToSlf4j1Test
by @sullis in #76 - Simplify
Slf4jBestPracticesTest
by @sullis in #75 - Recipe
Log4j1ToLog4j2
removes reload4j dependency by @sullis in #77 Log4j1ToLog4j2
recipe replaces slf4j binding by @sullis in #78- Update
ParameterizedLogging
to removeObject#toString()
method invocations from parameters unless the invocation is the select for another method-invocation. b580e3a - Add a boolean option to
ParameterizedLogging
for conditionally removeObject#toString()
method invocations from parameters. #79
New Contributors
Full Changelog: v1.14.0...v1.15.0
1.14.0
What's Changed
- Updated to use rewrite 7.32.0
- chore: suppress jackson-databind by @natedanner in #71
New Contributors
- @natedanner made their first contribution in #71
Full Changelog: v1.11.0...v1.14.0