Commit e99976b
authored
chore: Maintenance for 3.1.1 (Fix CME, update wrapper, secure test deps, clean build script) (#409)
* Fix `ConcurrentModificationException`: Eagerly evaluates configurations to a static list (`.toList()`) in `CheckSnapshotDependencies.groovy`. This prevents crashes when using the plugin alongside frameworks (like Quarkus 3.25.1+) that dynamically mutate configurations during evaluation. (Fixes #406)
* Build Script Modernization:
* Removed legacy `buildscript` block and resolved plugin version conflicts.
* Replaced deprecated `testCompile` with `testImplementation`.
* Explicitly set `sourceCompatibility` and `targetCompatibility` to `1.8` to safeguard Java 8 baseline compatibility.
* Update Test Dependencies: Bumped `guava` to `32.0.1-jre` to resolve known CVEs in the test harness.
* Matrix & Runner Changes:
* Expanded testing matrix to cover Gradle 6-9 across Java 8, 11, 17, and 21.
* Configured CI to build always build the plugin with Java 8, while testing against the full matrix of Java versions via Gradle Toolchains.
* Fixed artifact naming conflicts in the matrix to ensure consolidated JUnit reporting.1 parent cedc768 commit e99976b
5 files changed
Lines changed: 38 additions & 31 deletions
File tree
- .github/workflows
- gradle/wrapper
- src/main/groovy/net/researchgate/release/tasks
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
21 | 30 | | |
22 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
23 | 38 | | |
24 | 39 | | |
25 | 40 | | |
26 | 41 | | |
27 | 42 | | |
28 | 43 | | |
29 | | - | |
| 44 | + | |
30 | 45 | | |
31 | 46 | | |
32 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
33 | 50 | | |
34 | 51 | | |
35 | 52 | | |
| |||
49 | 66 | | |
50 | 67 | | |
51 | 68 | | |
52 | | - | |
| 69 | + | |
53 | 70 | | |
54 | 71 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 2 | | |
16 | | - | |
17 | | - | |
| 3 | + | |
| 4 | + | |
18 | 5 | | |
19 | | - | |
| 6 | + | |
| 7 | + | |
20 | 8 | | |
21 | 9 | | |
22 | 10 | | |
23 | | - | |
24 | | - | |
25 | 11 | | |
26 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
27 | 16 | | |
28 | 17 | | |
29 | 18 | | |
| |||
32 | 21 | | |
33 | 22 | | |
34 | 23 | | |
| 24 | + | |
35 | 25 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 26 | + | |
39 | 27 | | |
40 | 28 | | |
41 | 29 | | |
| |||
74 | 62 | | |
75 | 63 | | |
76 | 64 | | |
77 | | - | |
| 65 | + | |
78 | 66 | | |
79 | 67 | | |
80 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
| 6 | + | |
| 7 | + | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments