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

OAK-10003: Upgrade tika to 1.28.5 #758

Merged
merged 2 commits into from Aug 2, 2023
Merged

Conversation

tihom88
Copy link
Contributor

@tihom88 tihom88 commented Nov 17, 2022

No description provided.

, wrappedBundle(mavenBundle("com.drewnoakes", "metadata-extractor", "2.6.2"))
, mavenBundle("org.apache.commons", "commons-collections4", versions.get(COLLECTIONS4_VERSION))
, mavenBundle("org.apache.commons", "commons-compress", versions.get(COMPRESS_VERSION))
, mavenBundle("org.apache.commons", "commons-lang3", versions.get(LANG3_VERSION))
, mavenBundle("org.apache.commons", "commons-math3", versions.get(MATH3_VERSION))
, mavenBundle("org.apache.logging.log4j", "log4j-api", "2.17.2")
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you please document why we need this change (I suspect we need it, but it would be good to have a record on why).

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@reschke The reason was, we moved from poi 4.x to poi 5.x and log4j-api is a dependency for poi 5.x.

But now instead of log4j-api, I upgraded pax version to handle this requirement.

@tihom88 tihom88 requested a review from reschke August 1, 2023 05:47
Copy link
Contributor

@reschke reschke left a comment

Choose a reason for hiding this comment

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

OK. Please update the ticket with a short summary that dependencies in OSGI-IT needed to be updated due to the change of POI version.

@tihom88 tihom88 merged commit 045d982 into apache:trunk Aug 2, 2023
1 of 2 checks passed
tihom88 added a commit that referenced this pull request Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants