Commit be1a169
committed
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 classes1 parent 688fd00 commit be1a169
File tree
33 files changed
+1437
-245
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
33 files changed
+1437
-245
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 | | |
| |||
306 | 308 | | |
307 | 309 | | |
308 | 310 | | |
| 311 | + | |
309 | 312 | | |
310 | 313 | | |
311 | 314 | | |
| |||
315 | 318 | | |
316 | 319 | | |
317 | 320 | | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
318 | 329 | | |
319 | 330 | | |
320 | 331 | | |
| |||
389 | 400 | | |
390 | 401 | | |
391 | 402 | | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
392 | 406 | | |
393 | 407 | | |
394 | 408 | | |
| |||
407 | 421 | | |
408 | 422 | | |
409 | 423 | | |
| 424 | + | |
| 425 | + | |
410 | 426 | | |
411 | 427 | | |
412 | 428 | | |
| |||
430 | 446 | | |
431 | 447 | | |
432 | 448 | | |
| 449 | + | |
| 450 | + | |
433 | 451 | | |
434 | 452 | | |
435 | 453 | | |
| |||
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