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 #1272

Closed
wants to merge 1 commit into from

Conversation

ehumber
Copy link
Member

@ehumber ehumber commented Jun 5, 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 5, 2024 13:59
@ehumber ehumber requested review from msn-tldr and trnguyencflt June 5, 2024 13:59
@akhileshchg
Copy link
Member

Restarted the build

@ehumber
Copy link
Member Author

ehumber commented Jun 6, 2024

The build failure is due to https://confluentinc.atlassian.net/browse/KNET-15458 so we need to wait for that to be resolved before this will run through.

@ehumber
Copy link
Member Author

ehumber commented Jun 7, 2024

Pint merged up from 7.7 instead, closing

@ehumber ehumber closed this Jun 7, 2024
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.

4 participants