Jackson
Recipes to perform Jackson migration tasks.
Categories
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
- Jackson best practices
- Migrate classes from Jackson Codehaus (legacy) to Jackson FasterXML
- Migrate from Jackson Codehaus (legacy) to Jackson FasterXML
- Migrates from Jackson 2.x to Jackson 3.x
- Remove Jackson 2.x modules included in jackson-databind in 3.x.
- Remove redundant Jackson 3 feature flag configurations
- Rename Jackson 2.x methods to 3.x equivalents
- Rename Jackson 2.x methods to 3.x equivalents for JsonGenerator
- Rename Jackson 2.x methods to 3.x equivalents for JsonNode
- Rename Jackson 2.x methods to 3.x equivalents for JsonParser
- Update Jackson 2.x types to 3.x
- Update Jackson package names from 2.x to 3.x
- Upgrade Jackson 2.x dependencies to 3.x
Recipes
- Migrate
JSONNodefield iterator for Jackson 3 - Remove redundant
@JsonPropertyargument - Remove redundant Jackson 3 feature flag configurations
- Remove registrations of modules built-in to Jackson 3
- Replace removed
JsonGeneratorcapability methods withStreamWriteCapability - Simplify catch clauses for Jackson exceptions
- Update configuration of serialization inclusion in ObjectMapper for Jackson 3
- Use format alignment
ObjectMappers - Use modern date/time serialization defaults