Skip to content

Commit ac8060e

Browse files
JooHyukKimcowtowncoder
authored andcommitted
Ordering
1 parent e6aa131 commit ac8060e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jackson3/MIGRATING_TO_JACKSON_3.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [See discussion](https://github.com/FasterXML/jackson-future-ideas/discussions/90) for rationale behind
1212
2. Jackson 2 to 3 would be `ObjectMapper` and `JsonFactory` would now be fully immutable. Then so instances are constructed using Builder pattern
1313
- 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
1515

1616
## High-level conversation overflow, including
1717

@@ -23,13 +23,13 @@
2323
- `builderWithJackson2Defaults()` to stick to legacy configuration settings (though highly recommended not to)
2424
3. Renaming of Classes, Methods as per [JSTEP-6](https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-6)
2525
- 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
2727
- 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)
2929
- may need to override defaults, or
3030
- `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
3333

3434
## Discussions and References
3535

0 commit comments

Comments
 (0)