File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 11# Týr
22
3- > Týr brings law and order. Is the god of war, law, justice, and honor
3+ > Týr is the god of war, law, justice, and honor.
44
55Problems:
66* Problem 1: Over- and misuse of dependency management.
77* Problem 2: Rogue dependencies.
88* Problem 3: Performance and security issues due 1 and 2.
9+
10+ ## Problem 1
11+
12+ TBD
13+
14+ ## Problem 2
15+
16+ TBD
17+
18+ ## Problem 3
19+
20+ Maven project received several "performance" related issues and almost all of them involved
21+ huge count of dependency management entries going back and forth between Maven and Resolver.
22+ We tried to optimize all these, applied some changes, but what if all those massive entries
23+ are simply gone?
24+
25+ With Problem 1 and Problem 2 gone, this problem is solved as well, as Maven, and especially
26+ Resolver simply has to "juggle" with way less memory => snappier and safer builds.
You can’t perform that action at this time.
0 commit comments