Skip to content

Comments

update to jackson 3#643

Merged
brharrington merged 1 commit intoNetflix:mainfrom
brharrington:jackson3
Feb 18, 2026
Merged

update to jackson 3#643
brharrington merged 1 commit intoNetflix:mainfrom
brharrington:jackson3

Conversation

@brharrington
Copy link
Contributor

Update Jackson from 2.21.0 to 3.0.3 which changes the Maven group IDs from com.fasterxml.jackson.core to tools.jackson.core and the Java package names from com.fasterxml.jackson to tools.jackson. In Jackson 3, ObjectMapper is abstract so usages are updated to use JsonMapper, JsonFactory construction uses the builder pattern, deprecated methods like getCurrentToken and getText are replaced with currentToken and getString, JsonToken.FIELD_NAME is renamed to PROPERTY_NAME, and JsonLocation is renamed to TokenStreamLocation. ErrorMessage is annotated with @JsonPropertyOrder to preserve serialization order. Unused dependencies are also cleaned up from Dependencies.scala.

Update Jackson from 2.21.0 to 3.0.3 which changes the Maven group IDs
from com.fasterxml.jackson.core to tools.jackson.core and the Java
package names from com.fasterxml.jackson to tools.jackson. In Jackson 3,
ObjectMapper is abstract so usages are updated to use JsonMapper,
JsonFactory construction uses the builder pattern, deprecated methods
like getCurrentToken and getText are replaced with currentToken and
getString, JsonToken.FIELD_NAME is renamed to PROPERTY_NAME, and
JsonLocation is renamed to TokenStreamLocation. ErrorMessage is
annotated with @JsonPropertyOrder to preserve serialization order.
Unused dependencies are also cleaned up from Dependencies.scala.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@brharrington brharrington added this to the 6.0.0 milestone Feb 18, 2026
@brharrington brharrington merged commit 3ff57a2 into Netflix:main Feb 18, 2026
4 checks passed
@brharrington brharrington deleted the jackson3 branch February 18, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant