Commit 138878f
authored
Fix automatic module names and missing methanol (#1651)
They were generated as illegal. See:
https://github.com/sormuras/modules/blob/main/doc/suspicious/illegal-automatic-module-names.txt
This goes along with coordinate change of `-jdk8` and `-jdk11` constituents, but hopefully nothing addresses those (at least in Maven), as everything should use the `-jdk` MR-JAR instead (created out of those two constituents). Also, by reordering m-dependency-p invocation, it is not overwriting now the bnd generated manifest, and it also fixes its module name as well.
Another issue was Methanol, as MR-JAR did not enlist it as dependency, leading to defunct MR-JAR of jdk transport.1 parent 2e40f22 commit 138878f
File tree
13 files changed
+24
-78
lines changed- maven-resolver-transport-jdk-parent
- maven-resolver-transport-jdk-8/src/main/java/org/eclipse/aether/transport/jdk
- maven-resolver-transport-jdk11
- src
- main/java/org/eclipse/aether/transport/jdk
- test/java/org/eclipse/aether/transport/jdk
- maven-resolver-transport-jdk8
- src/main/java/org/eclipse/aether/transport/jdk
- maven-resolver-transport-jdk
13 files changed
+24
-78
lines changedLines changed: 0 additions & 67 deletions
This file was deleted.
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
57 | 61 | | |
58 | 62 | | |
59 | 63 | | |
| |||
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
107 | | - | |
| 111 | + | |
108 | 112 | | |
109 | | - | |
| 113 | + | |
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
| |||
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
120 | | - | |
| 124 | + | |
121 | 125 | | |
122 | | - | |
| 126 | + | |
123 | 127 | | |
124 | 128 | | |
125 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments