update ingest-attachment to use Tika 1.17 and newer deps#27824
update ingest-attachment to use Tika 1.17 and newer deps#27824talevy merged 4 commits intoelastic:masterfrom
Conversation
talevy
commented
Dec 14, 2017
- this pr updates tika and its dependencies
- updates the SHAs
- updates the class excludes
- this pr updates tika and its dependencies - updates the SHAs - updates the class excludes
jasontedor
left a comment
There was a problem hiding this comment.
LGTM. If it's green, ship it.
|
1.17 has been released. Should we keep us up to date ? |
|
@dadoonet woops. I saw it was released on their website, but then used mvnrepository.com to let me know if the sources were actually released, and they weren't there. I didn't dive deeper, that was my mistake. You're right. I will update to 1.17 as a side note... is there a sane way to manage the excluded classes list? I am using editor-magic to merge the exception list thrown by thirdPartyAudit and the existing list, then sorting them. Feels odd. |
|
About thirdPartyAudit, yeah this a lot of manual work. Didn’t find an easy way for doing it. |
|
@dadoonet luckily 1.17 doesn't change much between 1.16... updated to latest |
|
apologies for the extra back-and-forth @jasontedor. I thought I ran |
|
Okay, I'll review this change. |
jasontedor
left a comment
There was a problem hiding this comment.
Any chance of a test for the zero-byte situation?
|
there is a test, that is what caught the change. it was failing. |
|
Sorry @talevy, I misunderstood. I found what you're referring to: I am good with this. Thanks. |
jasontedor
left a comment
There was a problem hiding this comment.
LGTM. Third time is a charm!
- this pr updates tika and its dependencies - updates the SHAs - updates the class excludes
- this pr updates tika and its dependencies - updates the SHAs - updates the class excludes
The tests explicitely check for the version of some java dependencies and thus needed to be fixed. Relates elastic#27824
- this pr updates tika and its dependencies - updates the SHAs - updates the class excludes
|
I just backported this to 6.x in 4a8f887 |
|
thanks @tlrx! |
* es/6.x: (48 commits) Bump compat version for local depdendent test to 6.2.0 Pass `java.locale.providers=COMPAT` to Java 9 onwards (#28080) Allow shrinking of indices from a previous major (#28076) Add Writeable.Reader support to TransportResponseHandler (#28010) Fix cluster.routing.allocation.enable and cluster.routing.rebalance.enable casing (#28037) [Test] Fix scores for dcg in RankEvalRequestIT and RankEvalYamlIT [Docs] Add note on limitation for significant_text with nested objects (#28052) [Test] Fix allowed delta for calculated scores in DiscountedCumulativeGainTests Enable convert processor to support Long and Double. (#27957) Enable Wildfly tests on JDK 9 and JDK 10 update ingest-attachment to use Tika 1.17 and newer deps (#27824) Only bind loopback addresses when binding to local Fix assertion in Wildfly build Fix typo in comment in Wildfly build Use ephemeral ports in Wildfly tests Update fuzzy-query.asciidoc (#28032) Add node id to shard failure message (#28024) Introduce limit to the number of terms in Terms Query (#27968) Upgrade Gradle Shadow plugin to 2.0.2 Upgrade to JMH 1.19 ...