Commit 163049b
authored
GH-3088: Add Jackson 3 support; deprecate Jackson 2
Fixes: #3088
* Manage `tools.jackson` dependencies, similar way we do for Jackson 2
* Add Jackson 3 counterparts for existing Jackson 2 based classes.
Technically, that is mostly just a copy/paste of existing classes, but with `tools.jackson` API adjustments
* Fix `AbstractJacksonMessageConverter` to catch not only `IOException`, but also `JacksonException`
* Migrate tests and docs to use new classes
* Deprecate Jackson 2 based classes
* Remove `@since` on methods in new classes
* Mark `ProjectingMessageConverter` for deprecation
* Fix local variable names in the `JacksonJsonMessageConverterTests` to reflect reality1 parent 76e7415 commit 163049b
File tree
34 files changed
+1444
-258
lines changed- spring-amqp/src
- main/java/org/springframework/amqp/support/converter
- test
- java/org/springframework/amqp/support
- converter
- resources/org/springframework/amqp/support/converter
- spring-rabbit/src/test/java/org/springframework/amqp/rabbit
- annotation
- listener
- adapter
- src/reference/antora/modules/ROOT/pages
- amqp
- appendix/previous-whats-new
34 files changed
+1444
-258
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
303 | 305 | | |
304 | 306 | | |
305 | 307 | | |
| 308 | + | |
306 | 309 | | |
307 | 310 | | |
308 | 311 | | |
| |||
312 | 315 | | |
313 | 316 | | |
314 | 317 | | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
315 | 326 | | |
316 | 327 | | |
317 | 328 | | |
| |||
387 | 398 | | |
388 | 399 | | |
389 | 400 | | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
390 | 404 | | |
391 | 405 | | |
392 | 406 | | |
| |||
405 | 419 | | |
406 | 420 | | |
407 | 421 | | |
| 422 | + | |
| 423 | + | |
408 | 424 | | |
409 | 425 | | |
410 | 426 | | |
| |||
428 | 444 | | |
429 | 445 | | |
430 | 446 | | |
| 447 | + | |
| 448 | + | |
431 | 449 | | |
432 | 450 | | |
433 | 451 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
54 | 56 | | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments