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: apache/maven
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: maven-3.9.15
Choose a base ref
...
head repository: apache/maven
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maven-3.9.16
Choose a head ref
  • 9 commits
  • 21 files changed
  • 5 contributors

Commits on Apr 13, 2026

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

Commits on Apr 14, 2026

  1. Bump actions/cache from 5.0.4 to 5.0.5 (#11943)

    Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@6682284...27d5ce7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-version: 5.0.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    b5250f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2026

  1. Bump com.google.guava:guava from 33.5.0-jre to 33.6.0-jre (#11951)

    Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.5.0-jre to 33.6.0-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-version: 33.6.0-jre
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 18, 2026
    Configuration menu
    Copy the full SHA
    029557a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2026

  1. Bump commons-io:commons-io from 2.21.0 to 2.22.0 (#11980)

    Bumps commons-io:commons-io from 2.21.0 to 2.22.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-version: 2.22.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2026
    Configuration menu
    Copy the full SHA
    86fc95b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2026

  1. Backport: Maven 3.10.x fixes plugin resolution, by putting user in ch…

    …arge (#12022)
    
    It puts user again in charge (as it should be), prefer POM defined plugins over remote repository metadata discovered ones.
    
    Backport of 0691e55
    
    Fixes #12019
    Fixes #11905
    cstamas authored May 8, 2026
    Configuration menu
    Copy the full SHA
    7ae7935 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

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

Commits on May 12, 2026

  1. Bump org.codehaus.plexus:plexus-classworlds from 2.9.0 to 2.11.0 (#12039

    )
    
    Bumps [org.codehaus.plexus:plexus-classworlds](https://github.com/codehaus-plexus/plexus-classworlds) from 2.9.0 to 2.11.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-classworlds/releases)
    - [Commits](codehaus-plexus/plexus-classworlds@plexus-classworlds-2.9.0...plexus-classworlds-2.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-classworlds
      dependency-version: 2.11.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 12, 2026
    Configuration menu
    Copy the full SHA
    7d5fd94 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

  1. Trim threadConfiguration to accept input surrounded with spaces

    * Test that `c` (lower case) in `Nc` is not recognized as hexdigit
    * Test parsing threads from ` 1C` input
    * Test parsing threads from ` 1C ` input
    * Trim `threadConfiguration` to accept input like ` 1C `
    * Test parsing threads from ` 1` and ` 1 ` input
    * Use trimmed input also for whole numbers
    
    ---------
    
    Co-authored-by: Piotrek Żygieło <pzygielo@users.noreply.github.com>
    2 people authored and slawekjaranowski committed May 13, 2026
    Configuration menu
    Copy the full SHA
    229e9d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bdd9fd View commit details
    Browse the repository at this point in the history
Loading