Skip to content

Commit b056c49

Browse files
committed
More Jackson 3 migration guide content
1 parent 662a56e commit b056c49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/fasterxml/jackson/databind/MappingJsonFactory.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
* The only addition to regular {@link JsonFactory} currently
1414
* is that {@link ObjectMapper} is constructed and passed as
1515
* the codec to use.
16+
*<p>
17+
* NOTE: this class is removed from Jackson 3.0 as it is no longer
18+
* needed (nor can implementation as-is be supported due to changes
19+
* in {@code JsonFactory}/{@code ObjectMapper} interfaces).
1620
*/
1721
public class MappingJsonFactory
1822
extends JsonFactory

0 commit comments

Comments
 (0)