confluentinc / kafka-rest

Confluent REST Proxy for Kafka
https://docs.confluent.io/current/kafka-rest/docs/index.html
Other
2.25k stars 641 forks source link

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

Closed ehumber closed 1 month ago

ehumber commented 1 month ago

Implement the change from https://github.com/FasterXML/jackson-core/issues/1001#issuecomment-1527216221

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)

akhileshchg commented 1 month ago

Restarted the build

ehumber commented 1 month ago

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 commented 1 month ago

Pint merged up from 7.7 instead, closing