Skip to content

Implement JsonMerge update support#1343

Open
dstepanov wants to merge 1 commit into
3.1.xfrom
jsonmerge
Open

Implement JsonMerge update support#1343
dstepanov wants to merge 1 commit into
3.1.xfrom
jsonmerge

Conversation

@dstepanov

Copy link
Copy Markdown
Contributor

Add experimental ObjectMapper updateValue overloads and stream-based JacksonJsonMapper update handling.

Support property-level @JsonMerge for mutable beans, maps, collections, and arrays through UpdatingDeserializer paths.

Add shared Serde/Jackson Databind TCK coverage plus tested documentation examples for JsonMerge.

@dstepanov dstepanov requested review from graemerocher and yawkat June 11, 2026 14:47
Add experimental ObjectMapper updateValue overloads and stream-based JacksonJsonMapper update handling.

Support property-level @JsonMerge for mutable beans, maps, collections, and arrays through UpdatingDeserializer paths.

Add shared Serde/Jackson Databind TCK coverage plus tested documentation examples for JsonMerge.
@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
65.1% Coverage on New Code (required ≥ 80%)
6 New Critical Issues (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

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.

2 participants