You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/05/05 17:41:48 UTC

[GitHub] [avro] pjfanning commented on pull request #2208: Bump jackson-bom from 2.14.2 to 2.15.0 in /lang/java

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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org