Commit b8556a5
committed
Upgrade build for Java 17 as base Java version
* Configure maven-enforcer-plugin to require Java 17
* Configure maven-enforcer-plugin to require maven 3.8+ as
done in GeoServer.
* Upgrade github actions workflows to use Java 17
* Remove cobertura-maven-plugin (modules/extension/xsd/**), as it is not
compatible with Java 11
* Update maven-javadoc-plugin configuration to use legacyMode=true and not
fail due to module-info.java not present.
* Plugin version upgrades:
* jacoco 0.8.7 -> 0.8.13
* maven-checkstyle-plugin 3.3.0 -> 3.6.0
* maven-compiler-plugin 3.11.0 -> 3.14.0
* maven-javadoc-plugin 3.6.3 -> 3.11.2
* Add .mvn/jvm.config with necessary --add-exports and --add-opens
for internal jdk.compiler packages.
This ensures that build-time tools and compiler plugins interacting
with javac internals can function correctly under Java 17's module system.
* Centralize maven plugin versions in the root pom's pluginManagement
section.1 parent 2693514 commit b8556a5
File tree
7 files changed
+160
-72
lines changed- .github/workflows
- geowebcache
- web
7 files changed
+160
-72
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 13 | | |
36 | 14 | | |
37 | 15 | | |
| |||
80 | 58 | | |
81 | 59 | | |
82 | 60 | | |
83 | | - | |
| 61 | + | |
84 | 62 | | |
85 | 63 | | |
86 | | - | |
| 64 | + | |
87 | 65 | | |
88 | 66 | | |
89 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments