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-resolver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: maven-resolver-1.9.21
Choose a base ref
...
head repository: apache/maven-resolver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maven-resolver-1.9.22
Choose a head ref
  • 7 commits
  • 23 files changed
  • 2 contributors

Commits on Jul 2, 2024

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

Commits on Aug 2, 2024

  1. [MRESOLVER-586] Avoid copying the type default properties map (#535)

    When we don't have specific properties for a DefaultArtifact, we can
    just reuse the type default properties map as it's readonly and
    immutable.
    The patch contains some additional changes as I renamed the method
    and parameters to make them more specific so that the method
    wouldn't be used for things that wouldn't be safe.
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-586
    gsmet authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f1be3b9 View commit details
    Browse the repository at this point in the history
  2. [MRESOLVER-587] Memory usage improvements (#536)

    Do not use `Object` as descriptor key, use dedicated type. And intern the `List<Dependency>` on artifact descriptors. Also introduce "intern"-ing of ArtifactDescriptor dependencies and managedDependencies that is configurable (speed vs memory).
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-587
    cstamas authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cdc68ea View commit details
    Browse the repository at this point in the history
  3. [MRESOLVER-590] Bump commons-codec:commons-codec from 1.17.0 to 1.17.1

    Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.0 to 1.17.1.
    - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
    - [Commits](apache/commons-codec@rel/commons-codec-1.17.0...rel/commons-codec-1.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: commons-codec:commons-codec
      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>
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-590
    cstamas committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    e8fdfd8 View commit details
    Browse the repository at this point in the history
  4. [MRESOLVER-592] Bump com.github.siom79.japicmp:japicmp-maven-plugin

    Bumps [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) from 0.21.2 to 0.22.0.
    - [Release notes](https://github.com/siom79/japicmp/releases)
    - [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
    - [Commits](siom79/[email protected])
    
    ---
    updated-dependencies:
    - dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
      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>
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-592
    cstamas committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d318fef View commit details
    Browse the repository at this point in the history
  5. [MRESOLVER-594] Bump org.redisson:redisson from 3.32.0 to 3.34.1

    Bumps [org.redisson:redisson](https://github.com/redisson/redisson) from 3.32.0 to 3.34.1.
    - [Release notes](https://github.com/redisson/redisson/releases)
    - [Changelog](https://github.com/redisson/redisson/blob/master/CHANGELOG.md)
    - [Commits](redisson/[email protected])
    
    ---
    updated-dependencies:
    - dependency-name: org.redisson:redisson
      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>
    
    ---
    
    https://issues.apache.org/jira/browse/MRESOLVER-594
    cstamas committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    2e04557 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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