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-migrate-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.20.0
Choose a base ref
...
head repository: openrewrite/rewrite-migrate-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.21.0
Choose a head ref
  • 12 commits
  • 31 files changed
  • 7 contributors

Commits on Jul 15, 2024

  1. Added support for javax.inject (#513)

    * Added support for javax.inject
    
    * Shorten test to the bare essentials
    
    ---------
    
    Co-authored-by: Tim te Beek <tim@moderne.io>
    sgartner03 and timtebeek authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6309fee View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

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

Commits on Jul 24, 2024

  1. refactor: Trim recipe descriptions

    Use this link to re-run the recipe: https://app.moderne.io/recipes/org.openrewrite.text.FindAndReplace?organizationId=T3BlblJld3JpdGU%3D
    
    Co-authored-by: Moderne <team@moderne.io>
    timtebeek and TeamModerne committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a86d28e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd9e9e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59524b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. fix: UseEnumSetOf should ignore array and varargs parameters (#518)

    * fix: UseEnumSetOf should ignore array and varargs parameters
    
    EnumSet doesn't have the equivalent of `Set.of(arr[])`. For now,
    let's just skip those cases and bail out.
    
    * Minor polish
    
    ---------
    
    Co-authored-by: Tim te Beek <tim@moderne.io>
    mbruggmann and timtebeek authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    bc0d2eb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Ensure that maven compiler configuration is set after a java version …

    …upgrade.
    
    Before these changes if no property or maven compiler plugin configured java version no change would be made.
    
    Fixes #514
    sambsnyd committed Jul 29, 2024
    1 Configuration menu
    Copy the full SHA
    8d15935 View commit details
    Browse the repository at this point in the history
  2. Adding all org.glassfish.main migrations to jakarta (#517)

    * Added javax.ejb:javax.ejb to jakarta mig
    
    * Added all com.glassfish.main migrations
    
    * Update src/main/resources/META-INF/rewrite/jakarta-ee-9.yml
    
    Co-authored-by: Tim te Beek <timtebeek@gmail.com>
    
    * Changed jsf impl
    
    ---------
    
    Co-authored-by: Tim te Beek <timtebeek@gmail.com>
    sgartner03 and timtebeek authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8376fac View commit details
    Browse the repository at this point in the history
  3. Replace Paths.get with Path.of (#519)

    The `java.nio.file.Paths.get` method was introduced in Java SE 7. The `java.nio.file.Path.of` method was introduced in Java SE 11. This recipe replaces all usages of `Paths.get` with `Path.of` for consistency.
    timtebeek authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d720f80 View commit details
    Browse the repository at this point in the history
  4. Drop the glassfish faces migration

    As discussed on #517 (comment)
    timtebeek committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    61ed4bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ba16cc View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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