Commit b6ef5de
committed
fix(ci): add Maven Wrapper and fix compilation/test errors
- Add Maven Wrapper (mvnw, mvnw.cmd, .mvn/wrapper/) targeting Maven 3.9.9
- Fix RestClientConfig: connectTimeout/readTimeout → setConnectTimeout/setReadTimeout
- Fix SparkEtlExample: add explicit casts for lambda ambiguity with Scala types
- Fix MockitoFeaturesTest: avoid spying on JDK classes for byte-buddy compat
- Bump java.version 17 → 21 (switch patterns require 21+)
- Bump Mockito 5.11.0 → 5.23.0, add byte-buddy 1.17.7 override for JDK 251 parent 6a71edc commit b6ef5de
7 files changed
Lines changed: 517 additions & 15 deletions
File tree
- .mvn/wrapper
- examples
- etl/src/main/java/com/example/template/etl/spark
- restful-api/src/main/java/com/example/template/restfulapi/client
- testing/src/test/java/com/example/template/testing/mockito
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
| |||
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
148 | | - | |
149 | | - | |
150 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
151 | 154 | | |
152 | 155 | | |
153 | 156 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
| 128 | + | |
130 | 129 | | |
131 | | - | |
132 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
133 | 133 | | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
138 | 137 | | |
139 | 138 | | |
140 | 139 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments