Skip to content

Commit 9ed47da

Browse files
committed
Updated to tika 1.21
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1859681 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: b7373fe
1 parent 9c3a2dc commit 9ed47da

7 files changed

Lines changed: 14 additions & 13 deletions

File tree

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ The following software is provided under the Apache License V 2.0 (as above):
238238
* log4j-slf4j-impl-2.11.1.jar
239239
* serializer-2.7.2.jar
240240
* startbootstrap-sb-admin-2-1.0.7
241-
* tika-core-1.20.jar
242-
* tika-parsers-1.20.jar
241+
* tika-core-1.21.jar
242+
* tika-parsers-1.21.jar
243243
* xalan-2.7.2.jar
244244
* xerces-2.12.0.jar
245245
* xml-apis-1.4.01.jar

build.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,15 +366,15 @@ jtidy.loc = ${maven2.repo}/net/sf/jtidy/jtidy/${jtidy.version}
366366
jtidy.sha512 = 4C6CC198BD8CDE62B6CC9091ED95A4114EAAD035C196317C891F8F2263B28649A33B1F26F74F2B043A17CEC2A3D025EDA81ACF317FDF2D04641FA646E486B345
367367

368368
# Apache Tika to extract text from various documents
369-
tika-core.version = 1.20
369+
tika-core.version = 1.21
370370
tika-core.jar = tika-core-${tika-core.version}.jar
371371
tika-core.loc = ${maven2.repo}/org/apache/tika/tika-core/${tika-core.version}
372-
tika-core.sha512 = F2806CCE357C4A20AEC8BC4F5F5E4B70F8F4515B5D4CD1AE4C9DF84B47AEEE99505A8D0FF3077A95AB9A550A74934C97D654FEBDB5D38707F1EC3E0DC30EF120
372+
tika-core.sha512 = 9d3131d7e5fbab717f2590f4fe0df161189f29490f7d3238512e68924953a136497c37b39a9260b9c6350b335670db207fa8a45838f99d60c1e906872bda1eda
373373

374-
tika-parsers.version = 1.20
374+
tika-parsers.version = 1.21
375375
tika-parsers.jar = tika-parsers-${tika-parsers.version}.jar
376376
tika-parsers.loc = ${maven2.repo}/org/apache/tika/tika-parsers/${tika-parsers.version}
377-
tika-parsers.sha512 = D4202D13A713073225BA52BF2EF2260AF3786C6E3D9C383F9822ED15CBFD89E3105D2BAC0B9E44526C70325DF64D976881E6209893C2305816EEA4C90AAC56AE
377+
tika-parsers.sha512 = 2728ca01817f9509912e738e65bd42f4a0296e206bfa3382c0b7eb5935a3d19c93142d4c0b589de0bd582cf41ab54a3c374d0d7c2a9d555ebe086c7e90278ed9
378378

379379
# XStream can be found at: http://x-stream.github.io
380380
xstream.version = 1.4.11

eclipse.classpath

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@
104104
<classpathentry kind="lib" path="lib/Saxon-HE-9.9.1-1.jar"/>
105105
<classpathentry kind="lib" path="lib/serializer-2.7.2.jar"/>
106106
<classpathentry kind="lib" path="lib/slf4j-api-1.7.25.jar"/>
107-
<classpathentry kind="lib" path="lib/tika-core-1.20.jar"/>
108-
<classpathentry kind="lib" path="lib/tika-parsers-1.20.jar"/>
107+
<classpathentry kind="lib" path="lib/tika-core-1.21.jar"/>
108+
<classpathentry kind="lib" path="lib/tika-parsers-1.21.jar"/>
109109
<classpathentry kind="lib" path="lib/xalan-2.7.2.jar"/>
110110
<classpathentry kind="lib" path="lib/xercesImpl-2.12.0.jar"/>
111111
<classpathentry kind="lib" path="lib/xml-apis-1.4.01.jar"/>

lib/aareadme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ http://www.slf4j.org/
249249
- json-path
250250
- jmeter internal logging
251251

252-
tika-1.20
252+
tika-1.21
253253
--------------
254254
http://tika.apache.org/
255255
- Regular Expression Extractor

licenses/bin/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jorphan.jar (part of JMeter)
2727
logkit-2.0.jar
2828
oro-2.0.8.jar
2929
serializer-2.7.2.jar
30-
tika-core-1.20.jar
31-
tika-parsers-1.20.jar
30+
tika-core-1.21.jar
31+
tika-parsers-1.21.jar
3232
xalan-2.7.2.jar
3333
xercesImpl-2.12.0.jar
3434
xml-apis-1.4.01.jar

res/maven/ApacheJMeter_parent.pom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ under the License.
113113
<cglib-nodep.version>3.2.9</cglib-nodep.version>
114114
<objenesis.version>2.6</objenesis.version>
115115
<jtidy.version>r938</jtidy.version>
116-
<tika-core.version>1.20</tika-core.version>
117-
<tika-parsers.version>1.20</tika-parsers.version>
116+
<tika-core.version>1.21</tika-core.version>
117+
<tika-parsers.version>1.21</tika-parsers.version>
118118
<xmlpull.version>1.1.3.1</xmlpull.version>
119119
<xstream.version>1.4.11</xstream.version>
120120
<xpp3.version>1.1.4c</xpp3.version>

xdocs/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ to view the last major behaviors with the version 5.1.1.
125125

126126
<ch_section>Non-functional changes</ch_section>
127127
<ul>
128+
<li>Updated to tika-core and tika-parsers 1.21 (from 1.21)</li>
128129
</ul>
129130

130131
<!-- =================== Bug fixes =================== -->

0 commit comments

Comments
 (0)