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

Replace outdated org.codehaus.jackson:* by com.fasterxml.jackson.core:* #6145

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

stweil
Copy link
Member

@stweil stweil commented Jul 24, 2024

org.codehaus.jackson:* is archived (= unmaintained) legacy code which should be replaced.

Copy link
Member Author

@stweil stweil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Meanwhile a new version was released.

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.17.1</version>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<version>2.17.1</version>
<version>2.17.2</version>

<version>1.9.13</version>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.1</version>
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<version>2.17.1</version>
<version>2.17.2</version>

@stweil
Copy link
Member Author

stweil commented Sep 3, 2024

@solth, I expect that the replacement might also be faster (see its name), so there seem to be several good reasons to consider this pull request.

@stweil
Copy link
Member Author

stweil commented Sep 3, 2024

If you are interested why I was motivated to create this commit: I asked an AI to analyse pom.xml and to give hints for improvements. Of course this was not the only one, and I think most suggestions were reasonable.

@solth solth merged commit eded39f into kitodo:master Sep 18, 2024
5 checks passed
@stweil stweil deleted the jackson branch September 18, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants