jimjoamz opened a new pull request, #12373: URL: https://github.com/apache/druid/pull/12373
### Description Druid uses deprecated Jackson methods `getGenericType`. This method was deprecated in Jackson 2.7 and is dropped in Jackson 2.11 This PR allows any version of Druid built with Jackson 2.10 to be able to run against more recent versions of Jackson in its classpath This PR also allows Druid to build against both Jackson 2.10 and Jackson 2.12, setting it up to migrate should any Jackson security issues be exposed in older version. This PR has: - [x ] been self-reviewed. - [x ] been tested in a test Druid cluster. -- 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]
