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.27.1
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.28.0
Choose a head ref
  • 8 commits
  • 11 files changed
  • 5 contributors

Commits on Feb 18, 2026

  1. Add maven-compiler-plugin version when missing during Java migration (#…

    …989)
    
    When maven-compiler-plugin has no <version> tag and uses <source>/<target>,
    the migration converts to <release> but the default plugin version (3.1)
    doesn't support it. Set addVersionIfMissing on UpgradePluginVersion so a
    compatible version is always present.
    jkschneider authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    c17f866 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. Configuration menu
    Copy the full SHA
    32b8caa View commit details
    Browse the repository at this point in the history
  2. UpdateSdkMan recipe to support newJavaVersion=latest.patch (#990)

    * newJavaVersion=minor
    
    * sameMajor
    
    * Use latest.patch
    
    * Option doc
    
    ---------
    
    Co-authored-by: Tim te Beek <tim@moderne.io>
    greg-at-moderne and timtebeek authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    626e34f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Configuration menu
    Copy the full SHA
    f30e774 View commit details
    Browse the repository at this point in the history
  2. OpenRewrite recipe best practices

    2 people authored and app committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    e750f1b View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Configuration menu
    Copy the full SHA
    7c8b223 View commit details
    Browse the repository at this point in the history
  2. Fix UpdateSdkManTest to use current SDKMAN Java versions (#991)

    Update test fixtures to use Java versions available in the current sdkman-java.csv after the automated update removed 17.0.17-tem and 11.0.29-amzn.
    timtebeek authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    0b2cb73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5a2bd8 View commit details
    Browse the repository at this point in the history
Loading