pjfanning commented on PR #2208:
URL: https://github.com/apache/avro/pull/2208#issuecomment-1536576556

   @nielsbasjes Jackson 2.15.0 has some big changes in it. Some of them are 
proving problematic. I would discourage Avro team from making a release with 
Jackson 2.15.0 as a dependency. I am a Jackson committer.
   
   You should consider the impact of 
[StreamReadConstraints](https://javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.15.0/com/fasterxml/jackson/core/StreamReadConstraints.html)
 which could mean that corner case JSON inputs may now mean that Jackson will 
reject them when parsing. You should consider whether you need to allow Avro 
users to tune the StreamReadConstraints settings that are applied to the 
ObjectMappers that you create in Avro.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to