Upgrade to Jackson 3, built against conductor-common 4.0.0-alpha.1 - #169
Open
bradyyie wants to merge 2 commits into
Open
Upgrade to Jackson 3, built against conductor-common 4.0.0-alpha.1#169bradyyie wants to merge 2 commits into
bradyyie wants to merge 2 commits into
Conversation
…ot4 module, version 7.0.0-SNAPSHOT Jackson 3 ships under tools.jackson; annotations stay on the com.fasterxml 2.x line (2.21). jsr310/jdk8 datatypes and afterburner are part of Jackson 3 core, so those module dependencies are removed.
Package sweep com.fasterxml.jackson.{databind,core,module} -> tools.jackson.*.
ObjectMapperProvider now builds an immutable JsonMapper and keeps signature and
wire-format parity (WRITE_DATES_AS_TIMESTAMPS) with conductor-common
4.0.0-alpha.1 so both jars stay interchangeable on a shared classpath.
JsonSerializer/SerializerProvider -> ValueSerializer/SerializationContext in
the ai module; JsonProcessingException -> unchecked JacksonException; mapper
mutation sites moved to the builder.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates the SDK to Jackson 3 (tools.jackson 3.1.5) and bumps the spring-boot4 module to Boot 4.1.1. ObjectMapperProvider keeps signature and wire-format parity with org.conductoross:conductor-common:4.0.0-alpha.1 (built from conductor-oss/conductor branch feat/spring-boot-4-upgrade) so both jars are interchangeable on a shared classpath. All 1349 unit tests pass. Targets release 7.0.0-alpha.1.