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

Update Apache Tika #6826

Merged
merged 7 commits into from
May 17, 2024
Merged

Update Apache Tika #6826

merged 7 commits into from
May 17, 2024

Conversation

evandongen
Copy link
Contributor

upgrade Tika dependency

@evandongen evandongen self-assigned this May 15, 2024
@evandongen evandongen linked an issue May 15, 2024 that may be closed by this pull request
aspose/pom.xml Outdated Show resolved Hide resolved
@nielsm5 nielsm5 changed the title Issue/6743 Update Apache Tika May 15, 2024
@nielsm5 nielsm5 requested a review from jkosternl May 17, 2024 07:35
core/pom.xml Outdated
@@ -646,7 +646,7 @@
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
<version>1.28.5</version>
<version>2.9.2</version>
<exclusions>
<exclusion><!-- excluded because we want to ignore this (1.2.2) version! this dependency handles javax.activation.* imports, and is NOT compatible with the IBM JRE -->
Copy link
Contributor

Choose a reason for hiding this comment

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

Are you sure this exclusion is still needed? In the above aspose/pom.xml, you've removed it.

Copy link
Sponsor Member

Choose a reason for hiding this comment

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

The comment is a bit out of date, but the version/scope etc are locked in the parent pom.xml 😄

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, but I was just thinking that this library isn't a dependency of the tika-core anymore.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point, I'll remove the comment and exclusion

Copy link

sonarcloud bot commented May 17, 2024

@nielsm5 nielsm5 merged commit 785ca3f into master May 17, 2024
15 checks passed
@nielsm5 nielsm5 deleted the issue/6743 branch May 17, 2024 09:53
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.

Upgrade Tika to most recent version or maintain tika-mimetypes.xml
4 participants