Commit 69dd0bb
techdebt: FME-15314: Migrate to Gradle Kotlin DSL + Java 17
Migrate from Maven to Gradle Kotlin DSL multi-module build:
- Adopt fme-version-catalog 0.6.0 for centralized dependency management
- Use fme-gradle-plugin 0.5.0 convention plugins (publishing, jacoco, spotless, sonarqube)
- Replace maven-shade-plugin with Shadow plugin for fat JAR generation
- Upgrade Java toolchain from 8 to 17
- Update CI workflow from Maven to Gradle
- Delete all pom.xml files, .ci.settings.xml, and update_maven_settings.sh
Known issues (pre-existing, not introduced by this PR):
- okhttp-modules test code references stale Impression constructor (8 args vs 9)
- Powermock-based tests fail on Java 17 (needs migration to mockito-inline)
- Checkstyle violations in test code (500 warnings)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent de36fbc commit 69dd0bbCopy full SHA for 69dd0bb
25 files changed
+668-1,016Lines changed: 668 additions & 1016 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- .github/workflows
- buildSrc
- src/main/kotlin
- client
- gradle/wrapper
- okhttp-modules
- pluggable-storage
- redis-wrapper
- testing
Expand file treeCollapse file tree
Open diff view settings
Collapse file
-41Lines changed: 0 additions & 41 deletions
This file was deleted.
Collapse file
+13-34Lines changed: 13 additions & 34 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
25 | | - |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | 25 | |
33 | 26 | |
34 | | - |
35 | | - |
36 | 27 | |
37 | | - |
38 | | - |
| 28 | + |
39 | 29 | |
40 | 30 | |
41 | 31 | |
42 | 32 | |
43 | 33 | |
44 | 34 | |
45 | 35 | |
46 | | - |
47 | | - |
| 36 | + |
| 37 | + |
48 | 38 | |
49 | | - |
50 | | - |
| 39 | + |
| 40 | + |
51 | 41 | |
52 | | - |
53 | | - |
| 42 | + |
| 43 | + |
54 | 44 | |
55 | | - |
56 | | - |
57 | | - |
58 | | - |
59 | | - |
60 | | - |
61 | | - |
62 | | - |
63 | | - |
64 | | - |
65 | | - |
| 45 | + |
| 46 | + |
66 | 47 | |
67 | 48 | |
68 | | - |
69 | | - |
70 | | - |
71 | | - |
| 49 | + |
| 50 | + |
72 | 51 | |
73 | 52 | |
74 | | - |
| 53 | + |
75 | 54 | |
76 | | - |
| 55 | + |
77 | 56 | |
78 | 57 | |
79 | 58 | |
Collapse file
+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
Collapse file
build.gradle.kts
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
Collapse file
buildSrc/build.gradle.kts
Copy file name to clipboard+23Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
Collapse file
buildSrc/src/main/kotlin/java-client.java-library.gradle.kts
Copy file name to clipboard+52Lines changed: 52 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
Collapse file
buildSrc/src/main/kotlin/java-client.java17.gradle.kts
Copy file name to clipboard+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
Collapse file
client/build.gradle.kts
Copy file name to clipboard+70Lines changed: 70 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
0 commit comments