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

KNET-15501 work around jackson databind string length limit #1273

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

ehumber
Copy link
Member

@ehumber ehumber commented Jun 6, 2024

Implement the change from FasterXML/jackson-core#1001 (comment)

I'm using maxint for the value, as we do length checks of the stream elsewhere, and this seems safest to avoid a regression (see the code comment for more details)

Implement the change from FasterXML/jackson-core#1001 (comment)

I'm using maxint for the value, as we do length checks of the stream elsewhere, and this seems safest to avoid a regression (see the code comment for more details)
@ehumber ehumber requested a review from a team as a code owner June 6, 2024 08:51
@ehumber ehumber merged commit 23a5b5f into 7.7.x Jun 7, 2024
3 checks passed
@ehumber ehumber deleted the KNET-15501-remove-jackson-string-limit-77x branch June 7, 2024 09:17
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