forked from s4u/pgpverify-maven-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MRESOLVER-320] Use strong references by default (s4u#241)
Add 3 type of pools and make them configurable: hard, weak and none. Hard increases memory usage (500MB vs 1.1G on tested project), but this is on par with Maven 3.8.7 behaviour and ceases the 10% slowdown as well (speed goes back on par as well). --- https://issues.apache.org/jira/browse/MRESOLVER-320
- Loading branch information
Showing
3 changed files
with
137 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 0 additions & 53 deletions
53
maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/collect/ObjectPool.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters