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-maven-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.29.0
Choose a base ref
...
head repository: openrewrite/rewrite-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.30.0
Choose a head ref
  • 11 commits
  • 14 files changed
  • 7 contributors

Commits on Feb 11, 2026

  1. Configuration menu
    Copy the full SHA
    cb3f166 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487a4e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

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

Commits on Feb 13, 2026

  1. Add integration test for JDK 25 LinkageError with Lombok (#1109)

    Verifies that the rewrite plugin can parse JDK 25 projects using Lombok
    on comment-free main sources with commented test sources, which previously
    triggered a LinkageError in JavaUnrestrictedClassLoader.defineClass().
    
    Co-authored-by: Tim te Beek <[email protected]>
    Co-authored-by: Claude Opus 4.6 <[email protected]>
    3 people authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    3ba6e5a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. chore(ci): bump org.junit:junit-bom from 6.0.2 to 6.0.3 (#1111)

    Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.2 to 6.0.3.
    - [Release notes](https://github.com/junit-team/junit-framework/releases)
    - [Commits](junit-team/junit-framework@r6.0.2...r6.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-version: 6.0.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    99164e9 View commit details
    Browse the repository at this point in the history
  2. chore(ci): bump io.micrometer:micrometer-core from 1.16.2 to 1.16.3 (#…

    …1112)
    
    Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.16.2 to 1.16.3.
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](micrometer-metrics/micrometer@v1.16.2...v1.16.3)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-core
      dependency-version: 1.16.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    d09e235 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. chore(ci): bump org.apache.maven.plugins:maven-failsafe-plugin (#1114)

    Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.5.4 to 3.5.5.
    - [Release notes](https://github.com/apache/maven-surefire/releases)
    - [Commits](apache/maven-surefire@surefire-3.5.4...surefire-3.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
      dependency-version: 3.5.5
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 23, 2026
    Configuration menu
    Copy the full SHA
    be51df2 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Add generateRecipeCsv goal (#1113)

    * Add generateRecipeCsv goal
    
    Add a Maven equivalent of the Gradle recipeCsvGenerate task. The new
    rewrite:generateRecipeCsv goal scans compiled classes and resources for
    recipe definitions (both Java and YAML) and writes a recipes.csv
    marketplace file to src/main/resources/META-INF/rewrite/recipes.csv.
    
    The goal delegates to the existing MavenRecipeMarketplaceGenerator from
    rewrite-maven, merges with any existing CSV to preserve manual entries,
    and skips pom-packaging projects gracefully.
    
    * Add integration test for imperative Java recipe CSV generation
    
    Verify that the generateRecipeCsv goal discovers and includes Java
    class-based Recipe subclasses in the generated CSV, not just YAML
    declarative recipes.
    
    * Fix copyright year
    
    * Match goal name with gradle task name to avoid confusion
    
    * Rename test resource paths
    
    * Fix paths in test resource pom names
    
    * Cancel other in progress CI runs for same ref
    
    ---------
    
    Co-authored-by: Tim te Beek <[email protected]>
    Jenson3210 and timtebeek authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    ab0a77a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    319a5e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a131783 View commit details
    Browse the repository at this point in the history
Loading