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: v3.8.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: v3.9.0
Choose a head ref
  • 10 commits
  • 25 files changed
  • 6 contributors

Commits on Apr 25, 2025

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

Commits on Apr 26, 2025

  1. refactor: OpenRewrite Recipe best practices (#711)

    * 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 <team@moderne.io>
    
    * Add additional example source
    
    ---------
    
    Co-authored-by: Moderne <team@moderne.io>
    timtebeek and TeamModerne authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    a35ebf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

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

Commits on Apr 28, 2025

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

Commits on May 1, 2025

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

Commits on May 2, 2025

  1. Configuration menu
    Copy the full SHA
    ec6ba92 View commit details
    Browse the repository at this point in the history
  2. Security Manager API Removal (#713)

    * Add Java 25 migration recipe and removal of SecurityManager
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Update java-version-25.yml year
    
    * split security manager API removals into separate recipes to guard with precondition
    
    * Remove intermediate recipe
    
    * tighten preconditions
    
    ---------
    
    Co-authored-by: Tim te Beek <tim@moderne.io>
    MBoegers and timtebeek authored May 2, 2025
    Configuration menu
    Copy the full SHA
    57d4c64 View commit details
    Browse the repository at this point in the history
  3. Remove and cleanup System.getSecurityManager() (#716)

    * set `System.getSecurityManager()`` calls to `null` and run cleanups afterwards.
    
    * Update java-version-25.yml
    
    ---------
    
    Co-authored-by: Tim te Beek <tim@moderne.io>
    MBoegers and timtebeek authored May 2, 2025
    Configuration menu
    Copy the full SHA
    2fe392a View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. UseImportPolicy in NoGuavaRefaster (#717)

    * UseImportPolicy in NoGuavaRefaster
    
    * Update expected examples.yml
    timtebeek authored May 4, 2025
    Configuration menu
    Copy the full SHA
    6b98403 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

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