Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vert.x Jackson json factory read constraint configuration should be overridable #5492

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

vietj
Copy link
Member

@vietj vietj commented Feb 27, 2025

Motivation:

Read constraints were added since Jackson 2.15 to provide upper bounds for input such as the maximum number of a name. These constraints can be configured per json factory, Vert.x static json factory should provide configurability for it.

Changes:

Add system properties that configure the Vert.x static Jackson json factory.

@vietj vietj added this to the 4.5.14 milestone Feb 27, 2025
@vietj vietj added the bug label Feb 27, 2025
@vietj vietj self-assigned this Feb 27, 2025
@vietj vietj linked an issue Feb 27, 2025 that may be closed by this pull request
…verridable.

Motivation:

Read constraints were added since Jackson 2.15 to provide upper bounds for input such as the maximum number of a name. These constraints can be configured per json factory, Vert.x static json factory should provide configurability for it.

Changes:

Add system properties that configure the Vert.x static Jackson json factory.
@vietj vietj force-pushed the jackson-factory-read-constraints-override-4.x branch from 7edfcdf to 3b5239e Compare February 27, 2025 22:07
@vietj vietj merged commit 7acf5b2 into 4.x Feb 28, 2025
7 checks passed
@vietj vietj deleted the jackson-factory-read-constraints-override-4.x branch February 28, 2025 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jackson behavior change in 2.15 can disrupt eventbus
1 participant