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.22.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.24.0
Choose a head ref
  • 16 commits
  • 25 files changed
  • 9 contributors

Commits on Nov 21, 2025

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

Commits on Nov 24, 2025

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

Commits on Nov 25, 2025

  1. Configuration menu
    Copy the full SHA
    a012744 View commit details
    Browse the repository at this point in the history
  2. Prepare formatting refactor (#951)

    The test here was expecting that a prefix of 2 spaces before the replaced element is kept. With new formatting we're cleaning up these spaces. So keep the prefix of the original object (also preserving potential comments before the method that gets replaced)
    Jenson3210 authored Nov 25, 2025
    Configuration menu
    Copy the full SHA
    ea84162 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44b4f82 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

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

Commits on Dec 1, 2025

  1. Configuration menu
    Copy the full SHA
    95bca99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2dd09ee View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

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

Commits on Dec 9, 2025

  1. Migrate to jakarta.mail-api:2.1.x as part of Jakarta EE 10 upgrade (#…

    …954)
    
    * #953
    
    * Move `com.sun.mail` changes to `JavaxMailToJakartaMail`
    
    * Sort by groupId
    
    ---------
    
    Co-authored-by: Tim te Beek <tim@moderne.io>
    ChenyuWang98 and timtebeek authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    937bf9b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Lombok: add onMethod_ argument If getter/setter method is annotated (

    …#955)
    
    * add onMethod_ arg If getter/setter method is annotated
    
    * add more test cases
    
    * fix new test cases
    
    * Apply suggestions from code review
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * fix build issue
    
    * apply github-actions suggestion
    
    ---------
    
    Co-authored-by: zakaria-shahen <zakaria-shahen@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    3 people authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    c24a7a6 View commit details
    Browse the repository at this point in the history
  2. UseLombokGetter recipe: fix IndexOutOfBoundsException that occurs w…

    …hen visiting `record` compact constructor method (#956)
    
    * fix IndexOutOfBoundsException
    
    * fix typo
    
    ---------
    
    Co-authored-by: zakaria-shahen <zakaria-shahen@users.noreply.github.com>
    zakaria-shahen and zakaria-shahen authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    d7b0867 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. Configuration menu
    Copy the full SHA
    4a873ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bcd03a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    195efc5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

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