druid icon indicating copy to clipboard operation
druid copied to clipboard

Upgrade and ensure that old jackson is not used

Open kgyrtkirk opened this issue 1 year ago • 4 comments

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.

kgyrtkirk avatar Oct 08 '24 06:10 kgyrtkirk

one way to ensure that its not used could be to configure the openrewrite rule for it

kgyrtkirk avatar Oct 08 '24 06:10 kgyrtkirk

@kgyrtkirk Can i work on this.?

naanagon avatar Oct 09 '24 09:10 naanagon

@naanagon of course! thank you for picking it up! :)

kgyrtkirk avatar Oct 09 '24 16:10 kgyrtkirk

Raised #17371

naanagon avatar Oct 17 '24 08:10 naanagon

thank you for @naanagon for fixing this!

kgyrtkirk avatar Nov 14 '24 10:11 kgyrtkirk