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

Commits on Mar 18, 2026

  1. Configuration menu
    Copy the full SHA
    4c447db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3611355 View commit details
    Browse the repository at this point in the history
  3. Add optional version input to publish workflow (#1124)

    Allow manually triggered releases to specify a project version before releasing. This enables releasing snapshot versions other than the one currently in pom.xml.
    timtebeek authored Mar 18, 2026
    Configuration menu
    Copy the full SHA
    86e7d1c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

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

Commits on Mar 22, 2026

  1. Use CsvDataTableStore for data table export (#1125)

    * Use CsvDataTableStore for data table export
    
    Replace recipeRun.exportDatatablesToCsv() with CsvDataTableStore set on
    the ExecutionContext before recipe execution.
    
    Depends on: openrewrite/rewrite#7088
    jkschneider authored Mar 22, 2026
    Configuration menu
    Copy the full SHA
    f33cd26 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Configuration menu
    Copy the full SHA
    d3d5e9e View commit details
    Browse the repository at this point in the history
  2. chore(ci): bump com.fasterxml.jackson:jackson-bom from 2.17.3 to 2.21…

    ….2 (#1126)
    
    Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.3 to 2.21.2.
    - [Commits](FasterXML/jackson-bom@jackson-bom-2.17.3...jackson-bom-2.21.2)
    
    ---
    updated-dependencies:
    - dependency-name: com.fasterxml.jackson:jackson-bom
      dependency-version: 2.21.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    102be49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6551ed View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. Load proxy settings from Maven settings.xml (#1127)

    * Load proxy settings from Maven settings.xml for dependency resolution
    
    * Bump rewrite.version to 8.77.0-SNAPSHOT for proxy support
    
    * Respect nonProxyHosts when configuring proxy for Maven resolution
    
    * Revert rewrite.version to 8.76.0-SNAPSHOT until upstream is published
    
    * Use Maven proxy objects directly and clean up fully-qualified types
    
    Read proxy settings from MavenExecutionRequest instead of routing
    through MavenSettings.Proxy/Proxies classes that aren't published yet
    in rewrite-core 8.76.0-SNAPSHOT. Replace fully-qualified java.net and
    java.time types with imports per review feedback.
    
    * Restore MavenSettings.Proxy/Proxies types from upstream rewrite-core
    
    Pass proxy settings through MavenSettings so they participate in
    settings merge and property interpolation. Depends on the Proxy/Proxies
    classes added to rewrite-core main.
    timtebeek authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    f06cf1c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2026

  1. Configuration menu
    Copy the full SHA
    0db8a11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dcaf3b View commit details
    Browse the repository at this point in the history
Loading