-
Notifications
You must be signed in to change notification settings - Fork 146
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: dc0cd87
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: apache/maven-resolver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c1b0357
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 25 files changed
- 1 contributor
Commits on Nov 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fff4bdf - Browse repository at this point
Copy the full SHA fff4bdfView commit details
Commits on Jan 27, 2024
-
This is not a plugin but library, does not need to be tested against several Maven versions, just to be built with one.
Configuration menu - View commit details
-
Copy full SHA for a3e620d - Browse repository at this point
Copy the full SHA a3e620dView commit details -
[1.9.x][MRESOLVER-483] Fix path concatenation logic (#420)
As iterator may have more, but no file check is done --- https://issues.apache.org/jira/browse/MRESOLVER-483
Configuration menu - View commit details
-
Copy full SHA for fc969c2 - Browse repository at this point
Copy the full SHA fc969c2View commit details
Commits on Apr 10, 2024
-
[MRESOLVER-522] Improve congested file locks behaviour (#455) (#461)
Instead to immediately give up and sleep, they will sit a while to enter critical region. This is important for "hot" locks. Explanation: currently a "loser" will _immediately give up_ and will go to sleep 100ms if cannot enter critical region, even if winner exits critical region within next 5ms. The retry is needed to ensure that it is retried as much as given time/unit takes, that was before consumed by constant retries+sleeps. The logic still works, as if tryLock spends time/unit waiting on criticalRegion (which is possible only on VERY HIGHLY congested locks), there will be no retry happening. Backport of 089796b --- https://issues.apache.org/jira/browse/MRESOLVER-522
Configuration menu - View commit details
-
Copy full SHA for b225076 - Browse repository at this point
Copy the full SHA b225076View commit details -
[1.9.x] Update dependencies (#462)
Changes: * hazelcast 5.3.7 * redisson 3.28.0 * commons-codec 1.16.1 * sisu 0.9.0.M2 * guice 6.0.0 (and guava 33.1.0) * jetty 9.4.54 (used in tests) * maven 3.9.6 (used in demos) --- https://issues.apache.org/jira/browse/MRESOLVER-527 https://issues.apache.org/jira/browse/MRESOLVER-528 https://issues.apache.org/jira/browse/MRESOLVER-529 https://issues.apache.org/jira/browse/MRESOLVER-530 https://issues.apache.org/jira/browse/MRESOLVER-531 https://issues.apache.org/jira/browse/MRESOLVER-532 https://issues.apache.org/jira/browse/MRESOLVER-533
Configuration menu - View commit details
-
Copy full SHA for 31df8a3 - Browse repository at this point
Copy the full SHA 31df8a3View commit details
Commits on Apr 16, 2024
-
[MRESOLVER-536] Do not belly up if FS does not support setting mtime (#…
…469) This seems more logical step, simply use File.setLastModified as it does not throws, and is used all over the 1.9.x codebase. --- https://issues.apache.org/jira/browse/MRESOLVER-536
Configuration menu - View commit details
-
Copy full SHA for adadd42 - Browse repository at this point
Copy the full SHA adadd42View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1b0357 - Browse repository at this point
Copy the full SHA c1b0357View commit details
Loading
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 dc0cd87...c1b0357