-
Notifications
You must be signed in to change notification settings - Fork 30
Comparing changes
Open a pull request
base repository: openrewrite/rewrite-logging-frameworks
base: v3.9.0
head repository: openrewrite/rewrite-logging-frameworks
compare: v3.10.0
- 12 commits
- 15 files changed
- 8 contributors
Commits on May 30, 2025
-
Add recipe to change logger fields to private (#221)
* Add ChangeLoggersToPrivate recipe * Add a precondition on using any of the loggers * Cheap checks first, and use ListUtils to change modifiers * Include `ChangeLoggersToPrivate` with `Slf4jBestPractices` * Expect logger to be changed to private in Slf4jBestPracticesTest * Update src/main/java/org/openrewrite/java/logging/ChangeLoggersToPrivate.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Tim te Beek <[email protected]> Co-authored-by: Tim te Beek <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 14d9d55 - Browse repository at this point
Copy the full SHA 14d9d55View commit details
Commits on Jun 2, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bb60a2b - Browse repository at this point
Copy the full SHA bb60a2bView commit details -
refactor: Extract documentation examples from tests
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.java.recipes.ExamplesExtractor?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw Co-authored-by: Moderne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5431d5 - Browse repository at this point
Copy the full SHA a5431d5View commit details
Commits on Jun 4, 2025
-
refactor: Update documentation examples
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a30247 - Browse repository at this point
Copy the full SHA 8a30247View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8729b7 - Browse repository at this point
Copy the full SHA b8729b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1d202 - Browse repository at this point
Copy the full SHA ad1d202View commit details
Commits on Jun 5, 2025
-
refactor: Update Gradle wrapper
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.gradle.UpdateGradleWrapper?organizationId=T3BlblJld3JpdGU%3D#defaults%3DW3sidmFsdWUiOiJiaW4iLCJuYW1lIjoiZGlzdHJpYnV0aW9uIn0seyJ2YWx1ZSI6IkZhbHNlIiwibmFtZSI6ImFkZElmTWlzc2luZyJ9XQ%3D%3D Co-authored-by: Moderne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03807b5 - Browse repository at this point
Copy the full SHA 03807b5View commit details
Commits on Jun 9, 2025
-
refactor: Update documentation examples ahead of release
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=T3BlblJld3JpdGU%3D Co-authored-by: Moderne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e14228 - Browse repository at this point
Copy the full SHA 1e14228View commit details
Commits on Jun 16, 2025
-
Add
MatchIsLogLevelEnabledWithLogStatementsto SLF4J best practices (……#222) * Add `MatchIsLogLevelEnabledWithLogStatements` to SLF4J best practices * Do not change conditional for nested catch clause logging statements * Apply review suggestions
Configuration menu - View commit details
-
Copy full SHA for 7839b5d - Browse repository at this point
Copy the full SHA 7839b5dView commit details
Commits on Jun 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4d92d04 - Browse repository at this point
Copy the full SHA 4d92d04View commit details
Commits on Jun 20, 2025
-
Recipe to remove
.toString()called on parameterized logging statem……ent arguments (#224) Add `StripToStringFromArguments` SLF4j recipe --------- Co-authored-by: Tim te Beek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85518ce - Browse repository at this point
Copy the full SHA 85518ceView commit details
Commits on Jun 23, 2025
-
fix: match
.toString()on any type, not just java.lang.Object (#226)`MethodMatcher()` pattern doesn't match subtypes of the specified receiver
Configuration menu - View commit details
-
Copy full SHA for 966498f - Browse repository at this point
Copy the full SHA 966498fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.9.0...v3.10.0