Commit 8bca6ae
Sync master into querydsl-7.0 (#1096)
* Bump io.projectreactor:reactor-bom from 2024.0.4 to 2024.0.5
Bumps [io.projectreactor:reactor-bom](https://github.com/reactor/reactor) from 2024.0.4 to 2024.0.5.
- [Release notes](https://github.com/reactor/reactor/releases)
- [Commits](reactor/reactor@2024.0.4...2024.0.5)
---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-bom
dependency-version: 2024.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump quarkus.version from 3.21.2 to 3.21.3
Bumps `quarkus.version` from 3.21.2 to 3.21.3.
Updates `io.quarkus.platform:quarkus-bom` from 3.21.2 to 3.21.3
- [Commits](quarkusio/quarkus-platform@3.21.2...3.21.3)
Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.21.2 to 3.21.3
- [Commits](quarkusio/quarkus-platform@3.21.2...3.21.3)
---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
dependency-version: 3.21.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
dependency-version: 3.21.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* Enable easy-jacoco for project (#1091)
* Enable easy-jacoco for project
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Upload coverage reports
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Upload codecov on windows
* Using newer image with codecov support
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Enable missing db2 testing
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Setup codecov to upload project wide coverage report
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Give db2 more time to start
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Setup codecov to upload project wide coverage report
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Remove codecov orb
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Reports are only generated at verify phase, need change build
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Download latest version of codecov
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Add badges
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Include new package on coverage reports
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Use internal @generated annotations
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* Fix kotlin-codegen build
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
---------
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* feat(@QueryProjection): support builder-based Q class generation (#1078)
* feature: add builder properties in QueryProjection annotation
* feature: add builder properties in Constructor class
* feature: add public static inner class write methods
* feature: add QueryProjection Builder feature on annotation processor
* feature: add inner builder class and factory method to generated QClass
* test: add QueryProjectionBuilderTestEntity for test
* feature, test: add QueryProjectionBuilderTestEntity for GenericExporter
* question: how can i resolve binary incompatible change without this commit
* feature: add duplicate builder name check in TypeElementHandler
* docs: update javadoc for QueryProjection
* feature: enhance builder name validation in TypeElementHandler
* test: add unit tests for QueryProjectionBuilder
* Skip API validation on tooling projects
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
* modify: remove inner class, methods binary compatibility validation bypass option
---------
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
Co-authored-by: Marvin Froeder <velo.br@gmail.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Marvin Froeder <velo.br@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Marvin <velo@users.noreply.github.com>
Co-authored-by: Cole-SJ <91147303+Cole-SJ@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo.br@gmail.com>1 parent ed298a3 commit 8bca6ae
File tree
22 files changed
+512
-106
lines changed- .circleci
- .mvn
- querydsl-examples/querydsl-example-jpa-quarkus
- querydsl-libraries
- querydsl-core/src/main/java/com/querydsl/core/annotations
- querydsl-scala
- querydsl-tooling
- querydsl-apt/src
- main/java/com/querydsl/apt
- test/java/com/querydsl/apt
- domain
- querydsl-codegen-utils/src/main/java/com/querydsl/codegen/utils
- model
- querydsl-codegen/src/main/java/com/querydsl/codegen
- querydsl-kotlin-codegen/src/test/kotlin/com/querydsl/kotlin/codegen
22 files changed
+512
-106
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 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 | + | |
41 | 67 | | |
42 | 68 | | |
43 | 69 | | |
| |||
80 | 106 | | |
81 | 107 | | |
82 | 108 | | |
83 | | - | |
| 109 | + | |
84 | 110 | | |
85 | 111 | | |
86 | 112 | | |
87 | 113 | | |
88 | 114 | | |
89 | | - | |
90 | 115 | | |
91 | 116 | | |
92 | 117 | | |
| |||
96 | 121 | | |
97 | 122 | | |
98 | 123 | | |
99 | | - | |
| 124 | + | |
100 | 125 | | |
101 | 126 | | |
102 | 127 | | |
103 | 128 | | |
104 | 129 | | |
105 | | - | |
106 | 130 | | |
107 | 131 | | |
108 | 132 | | |
| |||
119 | 143 | | |
120 | 144 | | |
121 | 145 | | |
122 | | - | |
123 | 146 | | |
124 | 147 | | |
125 | 148 | | |
| |||
130 | 153 | | |
131 | 154 | | |
132 | 155 | | |
133 | | - | |
| 156 | + | |
134 | 157 | | |
135 | 158 | | |
136 | 159 | | |
137 | 160 | | |
138 | 161 | | |
139 | | - | |
140 | 162 | | |
141 | 163 | | |
142 | 164 | | |
143 | 165 | | |
144 | 166 | | |
145 | 167 | | |
146 | 168 | | |
147 | | - | |
| 169 | + | |
148 | 170 | | |
149 | 171 | | |
150 | 172 | | |
| |||
164 | 186 | | |
165 | 187 | | |
166 | 188 | | |
167 | | - | |
| 189 | + | |
168 | 190 | | |
169 | 191 | | |
170 | 192 | | |
| |||
189 | 211 | | |
190 | 212 | | |
191 | 213 | | |
192 | | - | |
| 214 | + | |
193 | 215 | | |
194 | 216 | | |
195 | 217 | | |
| |||
201 | 223 | | |
202 | 224 | | |
203 | 225 | | |
204 | | - | |
205 | 226 | | |
206 | 227 | | |
207 | 228 | | |
208 | | - | |
| 229 | + | |
209 | 230 | | |
210 | 231 | | |
211 | 232 | | |
212 | 233 | | |
213 | 234 | | |
214 | | - | |
| 235 | + | |
215 | 236 | | |
216 | 237 | | |
217 | 238 | | |
| |||
222 | 243 | | |
223 | 244 | | |
224 | 245 | | |
225 | | - | |
226 | 246 | | |
227 | 247 | | |
228 | 248 | | |
229 | | - | |
| 249 | + | |
230 | 250 | | |
231 | 251 | | |
232 | 252 | | |
233 | 253 | | |
234 | 254 | | |
235 | | - | |
| 255 | + | |
236 | 256 | | |
237 | 257 | | |
238 | 258 | | |
| |||
241 | 261 | | |
242 | 262 | | |
243 | 263 | | |
244 | | - | |
245 | 264 | | |
246 | 265 | | |
247 | 266 | | |
248 | | - | |
| 267 | + | |
249 | 268 | | |
250 | 269 | | |
251 | 270 | | |
252 | 271 | | |
253 | 272 | | |
254 | | - | |
| 273 | + | |
255 | 274 | | |
256 | 275 | | |
257 | 276 | | |
| |||
263 | 282 | | |
264 | 283 | | |
265 | 284 | | |
266 | | - | |
267 | 285 | | |
268 | 286 | | |
269 | 287 | | |
270 | | - | |
| 288 | + | |
271 | 289 | | |
272 | 290 | | |
273 | 291 | | |
274 | 292 | | |
275 | 293 | | |
276 | | - | |
| 294 | + | |
277 | 295 | | |
278 | 296 | | |
279 | 297 | | |
280 | 298 | | |
281 | 299 | | |
282 | 300 | | |
283 | | - | |
284 | 301 | | |
285 | 302 | | |
286 | 303 | | |
287 | | - | |
| 304 | + | |
288 | 305 | | |
289 | 306 | | |
290 | 307 | | |
291 | 308 | | |
292 | 309 | | |
293 | | - | |
| 310 | + | |
294 | 311 | | |
295 | 312 | | |
296 | 313 | | |
| |||
303 | 320 | | |
304 | 321 | | |
305 | 322 | | |
306 | | - | |
307 | 323 | | |
308 | 324 | | |
309 | 325 | | |
310 | | - | |
| 326 | + | |
311 | 327 | | |
312 | 328 | | |
313 | 329 | | |
314 | 330 | | |
315 | 331 | | |
316 | | - | |
| 332 | + | |
317 | 333 | | |
318 | 334 | | |
319 | 335 | | |
320 | 336 | | |
321 | 337 | | |
322 | | - | |
323 | 338 | | |
324 | 339 | | |
325 | 340 | | |
326 | | - | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
327 | 392 | | |
328 | 393 | | |
329 | 394 | | |
| |||
335 | 400 | | |
336 | 401 | | |
337 | 402 | | |
338 | | - | |
339 | 403 | | |
340 | 404 | | |
341 | 405 | | |
| |||
352 | 416 | | |
353 | 417 | | |
354 | 418 | | |
355 | | - | |
356 | 419 | | |
357 | 420 | | |
358 | 421 | | |
| |||
436 | 499 | | |
437 | 500 | | |
438 | 501 | | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
439 | 508 | | |
440 | 509 | | |
441 | 510 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments