File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
- [ See discussion] ( https://github.com/FasterXML/jackson-future-ideas/discussions/90 ) for rationale behind
12
12
2 . Jackson 2 to 3 would be ` ObjectMapper ` and ` JsonFactory ` would now be fully immutable. Then so instances are constructed using Builder pattern
13
13
- Only "vanilla" instantiation of ` ObjectMapper ` is left, which is ` new ObjectMapper() `
14
- 3All issues resolved for 3.0: https://github.com/FasterXML/jackson/wiki/Jackson-Release-3.0
14
+ 3 . All issues resolved for 3.0: https://github.com/FasterXML/jackson/wiki/Jackson-Release-3.0
15
15
16
16
## High-level conversation overflow, including
17
17
23
23
- ` builderWithJackson2Defaults() ` to stick to legacy configuration settings (though highly recommended not to)
24
24
3 . Renaming of Classes, Methods as per [ JSTEP-6] ( https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-6 )
25
25
- need to update names
26
- 3 . All @Deprecated methods are removed from 3.0 -- convert as per 2.x version JavaDocs
26
+ 4 . All @Deprecated methods are removed from 3.0 -- convert as per 2.x version JavaDocs
27
27
- 2.20.0 as of writing
28
- 4 . Changes to default settings (esp various XxxFeatures) -- [ JSTEP-2] ( https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-2 )
28
+ 5 . Changes to default settings (esp various XxxFeatures) -- [ JSTEP-2] ( https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-2 )
29
29
- may need to override defaults, or
30
30
- ` builderWithJackson2Defaults() ` to stick to legacy configuration settings (though highly recommended not to)
31
- 5 . Immutable JsonFactory / TokenStreamFactory: convert direct configuration with Builder alternatives
32
- 6 . Immutable ObjectMapper: convert direct configuration with Builder alternatives
31
+ 6 . Immutable JsonFactory / TokenStreamFactory: convert direct configuration with Builder alternatives
32
+ 7 . Immutable ObjectMapper: convert direct configuration with Builder alternatives
33
33
34
34
## Discussions and References
35
35
You can’t perform that action at this time.
0 commit comments