Am 23.07.2022 um 19:46 schrieb PGNet Dev:
with update to
tika-server-standard-2.4.2-20220723.145242-114.jar
no more errors. so far.
dunno what change fixed it ...
Weird... all changes I did today are these in the parent pom and in the
tika-pipes pom, it updates some versions and it removes version
dependencies that were needed to avoid conflicts but these weren't
happening anymore so I removed them to simply version maintenance.
# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- a/<html>pom.xml (<b>e8ff570</b>)</html>
+++ b/<html>pom.xml (<b>3d8e7ef</b>)</html>
@@ -288,7 +288,7 @@
<!-- dependency versions -->
- <aws.version>1.12.265</aws.version>
+ <aws.version>1.12.267</aws.version>
<google.cloud.version>2.10.0</google.cloud.version>
<asm.version>9.3</asm.version>
<boilerpipe.version>1.1.0</boilerpipe.version>
@@ -473,7 +473,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.21.2</version>
+ <version>3.21.3</version>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
@@ -526,11 +526,6 @@
<version>${javax.annotation.version}</version>
</dependency>
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.5</version>
- </dependency>
- <dependency>
<groupId>javax.xml.soap</groupId>
<artifactId>javax.xml.soap-api</artifactId>
<version>1.4.0</version>
# This patch file was generated by NetBeans IDE
# It uses platform neutral UTF-8 encoding and \n newlines.
--- a/<html>pom.xml (<b>1385efc</b>)</html>
+++ b/<html><b>Current File</b></html>
@@ -112,11 +112,6 @@
</dependency>
<dependency>
<groupId>io.netty</groupId>
- <artifactId>netty-tcnative-classes</artifactId>
- <version>2.0.53.Final</version>
- </dependency>
- <dependency>
- <groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId>
<version>${netty.version}</version>
</dependency>
@@ -130,16 +125,6 @@
<artifactId>netty-transport-native-epoll</artifactId>
<version>${netty.version}</version>
</dependency>
- <dependency>
- <groupId>io.projectreactor.netty</groupId>
- <artifactId>reactor-netty-http</artifactId>
- <version>1.0.21</version>
- </dependency>
- <dependency>
- <groupId>io.projectreactor</groupId>
- <artifactId>reactor-core</artifactId>
- <version>3.4.21</version>
- </dependency>
</dependencies>
</dependencyManagement>
<build>