-
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.7.0
head repository: openrewrite/rewrite-logging-frameworks
compare: v3.8.0
- 7 commits
- 12 files changed
- 6 contributors
Commits on Apr 25, 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%3DW3sibmFtZSI6ImRpc3RyaWJ1dGlvbiIsInZhbHVlIjoiYmluIn0seyJuYW1lIjoiYWRkSWZNaXNzaW5nIiwidmFsdWUiOiJGYWxzZSJ9XQ%3D%3D Co-authored-by: Moderne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5aea6a9 - Browse repository at this point
Copy the full SHA 5aea6a9View commit details
Commits on Apr 26, 2025
-
refactor: OpenRewrite Recipe best practices
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw Co-authored-by: Moderne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e828392 - Browse repository at this point
Copy the full SHA e828392View commit details
Commits on Apr 30, 2025
-
Wrap logging statements with method invocation arguments in an if ena…
…bled conditional (#215) * draft * Do not call `toString` on LST element used in JavaTemplate * Update src/main/java/org/openrewrite/java/logging/slf4j/InexpensiveSLF4JLoggers.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/main/java/org/openrewrite/java/logging/slf4j/InexpensiveSLF4JLoggers.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/test/java/org/openrewrite/java/logging/slf4j/InexpensiveSLF4JLoggersTest.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/test/java/org/openrewrite/java/logging/slf4j/InexpensiveSLF4JLoggersTest.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/main/java/org/openrewrite/java/logging/slf4j/InexpensiveSLF4JLoggers.java Co-authored-by: Tim te Beek <[email protected]> * Added support for other levels * Added after Visitor to bundle log statements * Renamed executionContext * Fixed bug where unrelated if's were discarded * Use textblock in CsvSource * Keep formatting * Removed star imports * fixed small issue * Minor improvements, added comments to accumulator * Added javadoc explaining mechanism in Accumulator * fixed typos * Fixed newline * added braces --------- 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 5d1b4cd - Browse repository at this point
Copy the full SHA 5d1b4cdView commit details -
Add
WrapExpensiveLogStatementsInConditionalstoSlf4jBestPractices(#216) * Add `InexpensiveSLF4JLoggers` to `Slf4jBestPractices` * Apply formatter & polish * Update examples as suggested * Extract separate named visitor that encapsulates helper methods * Drop WARN/ERROR from InexpensiveSLF4JLoggers * Adopt `firstEnclosing` instead of catching exception * Rename and adjust description * Remove need for `isAcceptable` * Update examples following rename
Configuration menu - View commit details
-
Copy full SHA for d1e0c69 - Browse repository at this point
Copy the full SHA d1e0c69View commit details
Commits on May 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4d731d9 - Browse repository at this point
Copy the full SHA 4d731d9View commit details
Commits on May 6, 2025
-
Use classpathFromResources in InexpensiveLogStatements (#217)
* Use classpathFromResources * Match `parserClasspath` in using `slf4j-api-2.+` --------- Co-authored-by: Tim te Beek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 05ebc23 - Browse repository at this point
Copy the full SHA 05ebc23View commit details -
Make inexpensive log statements less noisy (#218)
* Scoped autoFormat better
Configuration menu - View commit details
-
Copy full SHA for 167595a - Browse repository at this point
Copy the full SHA 167595aView 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.7.0...v3.8.0