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