Migrate multiple modules to Jackson 3 (WIP)#4774
Closed
snazy wants to merge 3 commits into
Closed
Conversation
snazy
force-pushed
the
jackson-3
branch
8 times, most recently
from
June 26, 2026 06:25
e81be7a to
aa0687f
Compare
Move core pagination, storage configuration, connection configuration, event, policy, and GCP credential JSON helpers to Jackson 3. This keeps Jackson 2 in place for Iceberg/Quarkus-bound paths while adding runtime dependency and LICENSE entries needed by the migrated core types. Migration guide: https://github.com/FasterXML/jackson/blob/main/jackson3/MIGRATING_TO_JACKSON_3.md
Move management-model serialization tests and Ranger test fixture helpers to Jackson 3. OPA remains intentionally out of scope because its schema generator dependency is still Jackson 2 based. Migration guide: https://github.com/FasterXML/jackson/blob/main/jackson3/MIGRATING_TO_JACKSON_3.md
Move NoSQL persistence, authz, realm, node, async, ID generation, and metastore serialization code to Jackson 3 APIs. The commit updates Jackson service-loader entries and custom serializers/deserializers while preserving existing storage and wire representations. Migration guide: https://github.com/FasterXML/jackson/blob/main/jackson3/MIGRATING_TO_JACKSON_3.md
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.
No description provided.