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.28.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.29.0
Choose a head ref
  • 18 commits
  • 45 files changed
  • 12 contributors

Commits on Oct 23, 2024

  1. refactor: Kill your Zombie code

    Use this link to re-run the recipe: https://app.moderne.io/builder/mybR2aHWC?organizationId=T3BlblJld3JpdGU%3D
    
    Co-authored-by: Moderne <[email protected]>
    2 people authored and app committed Oct 23, 2024
    Copy the full SHA
    460fad7 View commit details

Commits on Oct 25, 2024

  1. [3/3] Implement joda to java time migration recipe (#591)

    * [3/3] Implement joda to java time migration recipe
    
    * Apply suggestions from code review
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * fix autosuggestions
    
    * Apply suggestions from code review
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * fix unit test
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    amishra-u and github-actions[bot] authored Oct 25, 2024
    Copy the full SHA
    ec8663c View commit details

Commits on Oct 28, 2024

  1. Copy the full SHA
    88cf8f5 View commit details

Commits on Oct 29, 2024

  1. Joda time to Java time: Add few more templates for migration (#594)

    * Joda time to Java time: Add few more templates for migration
    
    * Fix OutOfMemory for tests by increasing Heap Size
    amishra-u authored Oct 29, 2024
    Copy the full SHA
    41a76c8 View commit details

Commits on Oct 31, 2024

  1. Copy the full SHA
    fc4a1a0 View commit details
  2. Copy the full SHA
    58c86fc View commit details
  3. Copy the full SHA
    f6f3a7e View commit details

Commits on Nov 1, 2024

  1. Copy the full SHA
    9b72714 View commit details
  2. refactor: Standardize .editorconfig

    Use this link to re-run the recipe: https://app.moderne.io/builder/N3MJaFjMF?organizationId=T3BlblJld3JpdGU%3D
    
    Co-authored-by: Moderne <[email protected]>
    2 people authored and app committed Nov 1, 2024
    Copy the full SHA
    312cf90 View commit details

Commits on Nov 2, 2024

  1. Use Java 21 toolchain for rewrite-migrate-java (#595)

    * Use Java 21 toolchain for rewrite-migrate-java
    
    Replaces #337
    
    * Restore original import
    timtebeek authored Nov 2, 2024
    Copy the full SHA
    1f9e430 View commit details
  2. Copy the full SHA
    9d136dc View commit details
  3. Copy the full SHA
    e4dc7cf View commit details

Commits on Nov 5, 2024

  1. Copy the full SHA
    1ddc755 View commit details

Commits on Nov 11, 2024

  1. Copy the full SHA
    732c733 View commit details
  2. Retain BeanManager fireEvent annotations (#599)

    * Retain BeanManager `firstEvent` annotations
    
    Fixes #597
    
    * Reduce warnings
    timtebeek authored Nov 11, 2024
    Copy the full SHA
    1cba1dc View commit details

Commits on Nov 12, 2024

  1. Jspecify nullmarked (#600)

    * Test for the jspecify NullMarked migration
    
    * Migration for NullMarked instead of ParametersAreNonnullByDefault
    
    ---------
    
    Co-authored-by: Braam Wijsmuller <[email protected]>
    Co-authored-by: Tim te Beek <[email protected]>
    3 people authored Nov 12, 2024
    Copy the full SHA
    941c654 View commit details
  2. Copy the full SHA
    dd7ec21 View commit details

Commits on Nov 13, 2024

  1. Prevent breakage of usages of Spring's @nullable (#602)

    * Prevent breakage of usages of Spring's @nullable
    
    * Update jspecify.yml
    
    * Fix test by being more specific about the recipe it runs
    
    ---------
    
    Co-authored-by: Tim te Beek <[email protected]>
    kmccarp and timtebeek authored Nov 13, 2024
    Copy the full SHA
    20b8fff View commit details
Loading