-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Ingest Attachement: Upgrade tika to v1.19.1 #33896
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
Conversation
Pinging @elastic/es-core-infra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left one comment, capturing our discussion from another thread.
@@ -33,4 +33,6 @@ grant { | |||
permission java.lang.RuntimePermission "accessDeclaredMembers"; | |||
// PDFBox checks for the existence of this class | |||
permission java.lang.RuntimePermission "accessClassInPackage.sun.java2d.cmm.kcms"; | |||
// TODO: Remove once https://issues.apache.org/jira/browse/TIKA-2731 is resolved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we discussed via another thread, let’s hold here until 1.19.1 is released so that we do not need to make this grant.
Thanks for bringing this to my attention @jaymode . I will make sure the issues are resolved with 1.19.1 and unmute them in this PR as part of the upgrade |
This reverts commit 1ae371e.
The CI failure was a transient issue:
I unmuted previously failing tests from #31456 and #31305 since we needed the extra CI run eitherway |
* elastic/master: Mute PartitionedRoutingIT#testShrinking on Windows Mute testToQuery test [TEST] Make sure there are shards started so that `ESIntegTestCase#assertSameDocIdsOnShards()` does not fail with shard not found. Change shard changes api's threadpool from get to search (elastic#34421) Update TESTING.asciidoc title (elastic#34401) Tests: Fix DateFormatter equals tests with locale (elastic#34435) Docs: Remove unnecessary qualifier from wildcard import note (elastic#34419) CCR/TEST: AwaitsFix testFailOverOnFollower [Painless] Add a Map for java names to classes for use in the custom classloader (elastic#34424) TEST: Fix indentation in FullClusterRestartIT (elastic#34420) [WIP] Ingest Attachement: Upgrade tika to v1.19.1 (elastic#33896) NETWORKING: Upgrade Netty to 4.1.30 (elastic#34417) Allow an AuthenticationResult to return metadata (elastic#34382) [ML] Add an ingest pipeline definition to structure finder (elastic#34350) Handle pre-6.x time fields (elastic#34373) ListenableFuture should preserve ThreadContext (elastic#34394)
Upgrades Apache Tika to v1.19.
Also upgrades transitive dependencies:
pdfbox : 2.0.9 -> 2.0.12
poi : 3.17 -> 4.0.0'
commons-compress:1.16.1 -> 1.18