SOLR-6991: Update to Apache TIKA 1.7

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652742 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2015-01-18 11:48:17 +00:00
parent 7f38f31d2d
commit 503e738f77
32 changed files with 34 additions and 19 deletions

View File

@ -128,21 +128,22 @@ org.apache.james.apache.mime4j.version = 0.7.2
/org.apache.mahout/mahout-math = 0.6
/org.apache.mrunit/mrunit = 1.0.0
org.apache.pdfbox.version = 1.8.6
org.apache.pdfbox.version = 1.8.8
/org.apache.pdfbox/fontbox = ${org.apache.pdfbox.version}
/org.apache.pdfbox/jempbox = ${org.apache.pdfbox.version}
/org.apache.pdfbox/pdfbox = ${org.apache.pdfbox.version}
org.apache.poi.version = 3.11-beta2
org.apache.poi.version = 3.11
/org.apache.poi/poi = ${org.apache.poi.version}
/org.apache.poi/poi-ooxml = ${org.apache.poi.version}
/org.apache.poi/poi-ooxml-schemas = ${org.apache.poi.version}
/org.apache.poi/poi-scratchpad = ${org.apache.poi.version}
org.apache.tika.version = 1.6
org.apache.tika.version = 1.7
/org.apache.tika/tika-core = ${org.apache.tika.version}
/org.apache.tika/tika-parsers = ${org.apache.tika.version}
/org.apache.tika/tika-xmp = ${org.apache.tika.version}
/org.apache.tika/tika-java7 = ${org.apache.tika.version}
org.apache.uima.version = 2.3.1
/org.apache.uima/AlchemyAPIAnnotator = ${org.apache.uima.version}
@ -228,7 +229,7 @@ org.restlet.jee.version = 2.3.0
/org.simpleframework/simple-xml = 2.7
org.slf4j.version = 1.7.6
org.slf4j.version = 1.7.7
/org.slf4j/jcl-over-slf4j = ${org.slf4j.version}
/org.slf4j/jul-to-slf4j = ${org.slf4j.version}
/org.slf4j/slf4j-api = ${org.slf4j.version}

View File

@ -23,7 +23,7 @@ Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this r
Versions of Major Components
---------------------
Apache Tika 1.6
Apache Tika 1.7
Carrot2 3.9.0
Velocity 1.7 and Velocity Tools 2.0
Apache UIMA 2.3.1
@ -56,6 +56,17 @@ Other Changes
================== 5.1.0 ==================
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release
Versions of Major Components
---------------------
Apache Tika 1.7
Carrot2 3.9.0
Velocity 1.7 and Velocity Tools 2.0
Apache UIMA 2.3.1
Apache ZooKeeper 3.4.6
Jetty 9.2.6.v20141205
Detailed Change List
----------------------
@ -65,6 +76,7 @@ New Features
* SOLR-6909: Extract atomic update handling logic into AtomicUpdateDocumentMerger class
and enable subclassing. (Steve Davids, yonik)
* SOLR-6991: Update Apache TIKA to version 1.7. (Uwe Schindler)
================== 5.0.0 ==================

View File

@ -27,6 +27,7 @@
<dependency org="org.apache.tika" name="tika-core" rev="${/org.apache.tika/tika-core}" conf="compile"/>
<dependency org="org.apache.tika" name="tika-parsers" rev="${/org.apache.tika/tika-parsers}" conf="compile"/>
<dependency org="org.apache.tika" name="tika-xmp" rev="${/org.apache.tika/tika-xmp}" conf="compile"/>
<dependency org="org.apache.tika" name="tika-java7" rev="${/org.apache.tika/tika-java7}" conf="compile"/>
<!-- Tika dependencies - see http://tika.apache.org/1.3/gettingstarted.html#Using_Tika_as_a_Maven_dependency -->
<!-- When upgrading Tika, upgrade dependencies versions and add any new ones
(except slf4j-api, commons-codec, commons-logging, commons-httpclient, geronimo-stax-api_1.0_spec, jcip-annotations, xml-apis, asm)

View File

@ -1 +0,0 @@
024be806ffd12fc8ab4d69e8992377a877de36b8

View File

@ -0,0 +1 @@
d65d291533631de29b0ee61a9527d08e24ca579a

View File

@ -1 +0,0 @@
ab1648fe1dd6f1e5c2ec6d12f394672bb8c1036a

View File

@ -0,0 +1 @@
56003dcd0a31deea6391b9e2ef2f2dc90b205a92

View File

@ -1 +0,0 @@
6a2727fe097641d0a65338068aa5d9ffbc0178cc

View File

@ -0,0 +1 @@
5a6cd3d3bf9464a8d7f06127a4847d6b0e840fe6

View File

@ -1 +0,0 @@
322e2af1694ccc75d33f4d11216c852121d8fefd

View File

@ -0,0 +1 @@
def21bc1a6e648ee40b41a84f1db443132913105

View File

@ -1 +0,0 @@
b5233e1070e7a5d1b041e549b9f93712485deb50

View File

@ -0,0 +1 @@
520d4255b392f56124d693d72f2df61ba1172061

View File

@ -1 +0,0 @@
5b89faba0fd879a6a7eca16e81a47a2fd008738a

View File

@ -0,0 +1 @@
51058d9db469437a5ed0aa508e7de8937019e1d9

View File

@ -1 +0,0 @@
6ea3924178a334b5298aede99bca3feaae8765bf

View File

@ -0,0 +1 @@
e87975291fbb65888468b09fda2cf00e2996c2a0

View File

@ -1 +0,0 @@
76e88385937608ef805a040b35185220e5d95ea1

View File

@ -0,0 +1 @@
4f015e9125a65351a2e1d27c1f8c6af0ff4a34c8

View File

@ -1 +0,0 @@
77a69b5418faeeb22ad5645708711ebc59c13254

View File

@ -0,0 +1 @@
c5f7987f03d92bb6d01895f043915e897f7bb50a

View File

@ -1 +0,0 @@
562424e36df3d2327e8e9301a76027fca17d54ea

View File

@ -0,0 +1 @@
2b8019b6249bb05d81d3a3094e468753e2b21311

View File

@ -1 +0,0 @@
6953717b9850aeb26d1b8375ca07dbd9c50eca4e

View File

@ -0,0 +1 @@
58f588119ffd1702c77ccab6acb54bfb41bed8bd

View File

@ -1 +0,0 @@
fbccbe81436fc61dbe81d2a8d83c8e50b49d5771

View File

@ -0,0 +1 @@
ee92c1d9deb07e85198fe2ff69926a7a1ce068d6

View File

@ -0,0 +1 @@
f3f7f9c82fbf5ce1c3948e1f77f1469393d5eb38

View File

@ -1 +0,0 @@
13e2a8ca4bb471155663ccb72b92e5f8cc70a02c

View File

@ -0,0 +1 @@
ae2a0cdac649cf9baab01156c75a655cf50ca936

View File

@ -1 +0,0 @@
2668676f66597033d276301cc4fab3bf4b965a2c

View File

@ -0,0 +1 @@
ac7b48998ffbafa98467ed075ab5f8efb688bebc