Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade and ensure that old jackson is not used #17275

Open
kgyrtkirk opened this issue Oct 8, 2024 · 4 comments
Open

Upgrade and ensure that old jackson is not used #17275

kgyrtkirk opened this issue Oct 8, 2024 · 4 comments

Comments

@kgyrtkirk
Copy link
Member

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
Copy link
Member Author

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

@naanagon
Copy link

naanagon commented Oct 9, 2024

@kgyrtkirk Can i work on this.?

@kgyrtkirk
Copy link
Member Author

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

@naanagon
Copy link

Raised #17371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants