Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openrewrite/rewrite-logging-frameworks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.17.0
Choose a base ref
...
head repository: openrewrite/rewrite-logging-frameworks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.18.0
Choose a head ref
  • 13 commits
  • 67 files changed
  • 7 contributors

Commits on Nov 29, 2024

  1. Do not fail ParameterizedLogging for Kotlin String templates (#187)

    * Do not fail ParameterizedLogging for Kotlin String templates
    
    * Skip Kotlin files for now
    
    * Simplify log message type check
    timtebeek authored Nov 29, 2024
    Configuration menu
    Copy the full SHA
    2a583d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Configuration menu
    Copy the full SHA
    e1b54b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74b3b80 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Add additional steps to Log4j1ToLog4j2 (#195)

    * Add additional steps to `Log4j1ToLog4j2`
    
    Fixes #190
    Fixes #191
    Fixes #194
    
    * Add `LoggerSetLevelToConfiguratorRecipe`
    
    Fixes #193
    
    * Update recipe description to match new purpose
    timtebeek authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    976a272 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    d983a75 View commit details
    Browse the repository at this point in the history
  2. Add testcase to validate switch cases in SystemErrToLogging (#197)

    * Add provided testcase
    
    * Minimize test case
    
    * Show that `yield` works as well, and link to issue
    
    ---------
    
    Co-authored-by: Tim te Beek <tim@moderne.io>
    Laurens-W and timtebeek authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    799c19f View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Support switch cases in SystemErrToLogging and ParameterizedLogging

    * Add more test cases surrounding switch statements
    
    * Drop `firstEnclosing instanceof J.Block` to fix tests again
    
    * Further improve case handling
    
    * Revert lambda check to how it was
    
    * Revert unnecessary cursor change
    
    ---------
    
    Co-authored-by: Tim te Beek <tim@moderne.io>
    Laurens-W and timtebeek authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    d7fb6d0 View commit details
    Browse the repository at this point in the history
  2. Add additional test case to verify SystemErrToLogging works with a …

    …try-catch nested in a switch
    Laurens-W committed Dec 5, 2024
    Configuration menu
    Copy the full SHA
    e030d85 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. Configuration menu
    Copy the full SHA
    eb4bb4d View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2024

  1. Configuration menu
    Copy the full SHA
    a68986e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f585616 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Configuration menu
    Copy the full SHA
    6a714a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Configuration menu
    Copy the full SHA
    f49d9e1 View commit details
    Browse the repository at this point in the history
Loading