Skip to content

Commit 7c048dd

Browse files
committed
Start from the end
1 parent c69c2e4 commit 7c048dd

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
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
55
Problems:
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.

0 commit comments

Comments
 (0)