Commit b80fb6d
committed
Fix GitHub Actions build failures for Flink 1.20.1 and CDH 7.3.1.400-100 upgrade
- Update Lombok version from 1.18.22 to 1.18.30 for Java 21 compatibility
- Fix Lombok Maven plugin version to 1.18.20.0 (available version)
- Correct CSA version from csa1.15.2.0 to csa1.15.0.0 (actual available version)
- Update Flink connector versions:
- Kafka connector: 3.2-csa1.15.0.0 → 3.4.0-csa1.15.0.0
- Cloudera Registry connector: 1.0-csa1.15.0.0 → 1.2.0-csa1.15.0.0
- HBase connector: keep at 3.0-csa1.14.1.0 (newer version not available)
- Add JVM exports for Maven compiler to handle Java 21 module system with multilinestring processor
- Fix build compatibility issues between Java 8 target and Java 21 runtime
Co-authored-by: openhands <[email protected]>1 parent f970dac commit b80fb6d
1 file changed
+14
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
| 184 | + | |
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
288 | 288 | | |
289 | 289 | | |
290 | 290 | | |
291 | | - | |
| 291 | + | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| |||
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
651 | 659 | | |
652 | 660 | | |
653 | 661 | | |
| |||
0 commit comments