Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
apache
/
maven-resolver
Public
Notifications
You must be signed in to change notification settings
Fork
156
Star
152
Code
Issues
69
Pull requests
12
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Fix #2013: optimize TransitiveDependencyManager performance
- #2014
#2014
Open
gnodet
wants to merge 12 commits into
master
apache/maven-resolver:master
from
fix/2013
apache/maven-resolver:fix/2013
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
Fix #2013: optimize TransitiveDependencyManager performance
#2014
gnodet
wants to merge 12 commits into
master
apache/maven-resolver:master
from
fix/2013
apache/maven-resolver:fix/2013
Copy head branch name to clipboard
Commits
Commits on Jul 24, 2026
Fix #2013: reuse DependencyManager instance when no new management data is collected
Show description for ec77f73
gnodet
and
claude
committed
ec77f73
View commit details
Copy full SHA for ec77f73
Browse repository at this point
Commits on Jul 28, 2026
Address review: add DefaultDependencyManager and nearer-to-root-wins tests
Show description for 0802960
gnodet
and
claude
committed
0802960
View commit details
Copy full SHA for 0802960
Browse repository at this point
Commits on Jul 31, 2026
Optimize Key, MMap, and AbstractDependencyManager equality checks
Show description for 69d7e39
gnodet
and
claude
committed
69d7e39
View commit details
Copy full SHA for 69d7e39
Browse repository at this point
Replace ArrayList path with parent pointer (cons-list)
Show description for 52d9d4b
gnodet
and
claude
committed
52d9d4b
View commit details
Copy full SHA for 52d9d4b
Browse repository at this point
Commits on Aug 2, 2026
Memoize deriveChildManager and defer it after pool cache check
Show description for 6205d17
gnodet
committed
6205d17
View commit details
Copy full SHA for 6205d17
Browse repository at this point
Fix transitive dependency management: check this.managedVersions in containsManaged* and fix reuse optimization
Show description for 071bbe0
gnodet
and
claude
committed
071bbe0
View commit details
Copy full SHA for 071bbe0
Browse repository at this point
Replace O(depth) parent chain walks with O(1) cumulative ancestor maps
Show description for 949d3ec
gnodet
and
claude
committed
949d3ec
View commit details
Copy full SHA for 949d3ec
Browse repository at this point
Retrigger CI: Jenkins flaky failure unrelated to changes
Show description for 936dcf5
gnodet
and
claude
committed
936dcf5
View commit details
Copy full SHA for 936dcf5
Browse repository at this point
Fix file descriptor leak in FileLockNamedLockFactory
Show description for 3f60051
gnodet
and
claude
committed
3f60051
View commit details
Copy full SHA for 3f60051
Browse repository at this point
Commits on Aug 3, 2026
Avoid Objects.hash varargs allocation in Key constructor
Show description for fed4797
gnodet
and
claude
committed
fed4797
View commit details
Copy full SHA for fed4797
Browse repository at this point
Eliminate varargs allocations and increase memo cache size
Show description for 87d5e56
gnodet
and
claude
committed
87d5e56
View commit details
Copy full SHA for 87d5e56
Browse repository at this point
Replace O(depth) parent-chain walk with O(1) HashSet lookup in PathConflictResolver
Show description for 51f1af6
gnodet
and
claude
committed
51f1af6
View commit details
Copy full SHA for 51f1af6
Browse repository at this point
You can’t perform that action at this time.