druid
druid copied to clipboard
Upgrade and ensure that old jackson is not used
We have at least 1 use of old jackson right now at:
indexing-service/src/main/java/org/apache/druid/indexing/common/task/NativeCompactionRunner.java:import org.codehaus.jackson.annotate.JsonCreator;
Not sure if that usage could cause problems - but it would be the best to upgrade and ensure that it not gets used in the future.
one way to ensure that its not used could be to configure the openrewrite rule for it
@kgyrtkirk Can i work on this.?
@naanagon of course! thank you for picking it up! :)
Raised #17371
thank you for @naanagon for fixing this!