madsager-db commented on PR #58116: URL: https://github.com/apache/spark/pull/58116#issuecomment-5343500833
> Given our policy of JVM dependency management - only allow upgrading on major version (security issue may be evaluated case by case), and the versioning policy of Jackson, maybe we should only pick the LTS Jackson to use https://github.com/FasterXML/jackson > > cc @dongjoon-hyun @LuciferYang @HyukjinKwon I'm targeting the master branch here which I believe means that this is next version (Spark 5.0) only? Also, the patch version update is to the version we are already using. We are already on 2.22.0 which looks like it is not LTS, and this is just updating to the latest patch version to address security vulnerabilities in that minor version. So, the only changes this is bringing in is this: https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.22.1. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
