-
Notifications
You must be signed in to change notification settings - Fork 146
Comparing changes
Open a pull request
base repository: apache/maven-resolver
base: f3adea9
head repository: apache/maven-resolver
compare: 5550317
- 7 commits
- 23 files changed
- 2 contributors
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29ab557 - Browse repository at this point
Copy the full SHA 29ab557View commit details
Commits on Aug 2, 2024
-
[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
Configuration menu - View commit details
-
Copy full SHA for f1be3b9 - Browse repository at this point
Copy the full SHA f1be3b9View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for cdc68ea - Browse repository at this point
Copy the full SHA cdc68eaView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for e8fdfd8 - Browse repository at this point
Copy the full SHA e8fdfd8View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for d318fef - Browse repository at this point
Copy the full SHA d318fefView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 2e04557 - Browse repository at this point
Copy the full SHA 2e04557View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5550317 - Browse repository at this point
Copy the full SHA 5550317View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff f3adea9...5550317