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

ACS-6653 Bump Tika, POI, bouncycastle, commons-compress, xmlbeans #2422

Merged
merged 4 commits into from
Feb 1, 2024

Conversation

dsibilio
Copy link
Contributor

@dsibilio dsibilio commented Jan 31, 2024

Bumping a bunch of intertwined/related dependencies together to make sure everything works as intended.


Propagation tests:


Related PRs:

  • ent-share (to satisfy the new maven-enforcer-plugin requirements)

Comment on lines 218 to 219
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15to18</artifactId>
</dependency>
<dependency>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed because we don't exclude bcmail from tika-parsers-standard-package anymore so we don't need to re-declare this anymore IMO.

<dependency.truezip.version>7.7.10</dependency.truezip.version>
<dependency.poi.version>5.2.2</dependency.poi.version>
<dependency.poi-ooxml-lite.version>5.2.3</dependency.poi-ooxml-lite.version>
<dependency.poi.version>5.2.5</dependency.poi.version>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed poi-ooxml-lite.version property as it should always match the poi version anyways.

</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-lite</artifactId>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

poi-ooxml-lite is already a transitive dependency of poi-ooxml, no need to redeclare it.

<exclusions>
<exclusion>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml-schemas</artifactId>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This transitive dependency is not even really there so I'm not sure why the exclude was here, probably by mistake.

Copy link
Member

@tpage-alfresco tpage-alfresco left a comment

Choose a reason for hiding this comment

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

Thanks for the detailed explanation @dsibilio !

@dsibilio dsibilio merged commit bb0c3ea into master Feb 1, 2024
81 checks passed
@dsibilio dsibilio deleted the fix/ACS-6653_bump-tika-poi branch February 1, 2024 09:23
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.

4 participants