-
Notifications
You must be signed in to change notification settings - Fork 28
Comparing changes
Open a pull request
base repository: openrewrite/rewrite-logging-frameworks
base: v3.10.0
head repository: openrewrite/rewrite-logging-frameworks
compare: v3.11.0
- 11 commits
- 31 files changed
- 9 contributors
Commits on Jun 26, 2025
-
Remove uses of
J.MethodInvocation#withDeclaringType()
This method doesn't add any real value.
Configuration menu - View commit details
-
Copy full SHA for 6d64cce - Browse repository at this point
Copy the full SHA 6d64cceView commit details -
fix: any last argument matching
Throwable.toString()
is left as is (#……229)c In SLF4J, the last argument of the logging methods will be treated specially and removed from the formatted string argument array if it's a Throwable. When the last argument was a `.toString()` call we stripped it even if it was a `Throwable` which changed the behaviour. https://www.slf4j.org/faq.html#paramException
Configuration menu - View commit details
-
Copy full SHA for 1aa3952 - Browse repository at this point
Copy the full SHA 1aa3952View commit details
Commits on Jun 27, 2025
-
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.text.FindAndReplace?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw#defaults%3DW3sidmFsdWUiOiI6anVuaXQtKC4qKTpsYXRlc3QucmVsZWFzZSIsIm5hbWUiOiJmaW5kIn0seyJ2YWx1ZSI6IjpqdW5pdC0kMTo1LisiLCJuYW1lIjoicmVwbGFjZSJ9LHsidmFsdWUiOiJUcnVlIiwibmFtZSI6InJlZ2V4In0seyJ2YWx1ZSI6ImJ1aWxkLmdyYWRsZS5rdHMiLCJuYW1lIjoiZmlsZVBhdHRlcm4ifV0%3D Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 62605ca - Browse repository at this point
Copy the full SHA 62605caView commit details
Commits on Jul 2, 2025
-
refactor: org.openrewrite.mavencentral (#230)
Use this link to re-run the recipe: https://app.moderne.io/builder/zYwEKw0Gm?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 01ed581 - Browse repository at this point
Copy the full SHA 01ed581View commit details
Commits on Jul 3, 2025
-
refactor: Remove out-of-date OWASP suppressions
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.xml.security.RemoveOwaspSuppressions?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl#defaults%3DW3sidmFsdWUiOiIyMDI1LTA2LTMwIiwibmFtZSI6ImN1dE9mZkRhdGUifV0%3D Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 732de8c - Browse repository at this point
Copy the full SHA 732de8cView commit details
Commits on Jul 4, 2025
-
refactor: Update Gradle wrapper
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.gradle.UpdateGradleWrapper?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl#defaults%3DW3sidmFsdWUiOmZhbHNlLCJuYW1lIjoiYWRkSWZNaXNzaW5nIn1d Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 512ccc6 - Browse repository at this point
Copy the full SHA 512ccc6View commit details
Commits on Jul 5, 2025
-
Avoid
-SNAPSHOT
versions of JUnit 5.+Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.text.FindAndReplace?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw#defaults%3DW3sibmFtZSI6ImZpbmQiLCJ2YWx1ZSI6Imp1bml0LWp1cGl0ZXItZW5naW5lOjUuKyJ9LHsibmFtZSI6InJlcGxhY2UiLCJ2YWx1ZSI6Imp1bml0LWp1cGl0ZXItZW5naW5lOjUuMTMuMyJ9LHsibmFtZSI6ImZpbGVQYXR0ZXJuIiwidmFsdWUiOiIqKi9idWlsZC5ncmFkbGUua3RzIn1d Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for a737fc5 - Browse repository at this point
Copy the full SHA a737fc5View commit details
Commits on Jul 7, 2025
-
refactor: Reorder annotations alphabetically
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.staticanalysis.ReorderAnnotations?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for ce62f40 - Browse repository at this point
Copy the full SHA ce62f40View commit details
Commits on Jul 8, 2025
-
Don't if-wrap logs when arguments are getters (#233)
* tests: Don't if-wrap logs when args are getters * more and better tests started to implement * Update src/main/java/org/openrewrite/java/logging/slf4j/WrapExpensiveLogStatementsInConditionals.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update src/main/java/org/openrewrite/java/logging/slf4j/WrapExpensiveLogStatementsInConditionals.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * implemented more added more tests * clean up * Adopt `@ValueSource(strings = {...})` for simplicity * Illustrate a case missed so far * Minor changes * Fixed test * Condense logic --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tim te Beek <tim@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 5ca86c6 - Browse repository at this point
Copy the full SHA 5ca86c6View commit details
Commits on Jul 9, 2025
-
refactor: Remove redundant null checks before instanceof
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.staticanalysis.RemoveRedundantNullCheckBeforeInstanceof?organizationId=ODQ2MGExMTUtNDg0My00N2EwLTgzMGMtNGE1NGExMTBmZDkw Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for 4e96d7b - Browse repository at this point
Copy the full SHA 4e96d7bView commit details -
refactor: OpenRewrite Recipe best practices
Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.recipes.rewrite.OpenRewriteRecipeBestPractices?organizationId=QUxML09wZW4gU291cmNlL09wZW5SZXdyaXRl Co-authored-by: Moderne <team@moderne.io>
Configuration menu - View commit details
-
Copy full SHA for d214405 - Browse repository at this point
Copy the full SHA d214405View 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.10.0...v3.11.0