This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new f8faeec58 TIKA-4327: update comment about jetty update
f8faeec58 is described below
commit f8faeec585d3fd7611217bebac8449397aeeb78f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Dec 10 17:08:58 2025 +0100
TIKA-4327: update comment about jetty update
---
tika-parent/pom.xml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 0a2e69cf4..7b80b2321 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -379,12 +379,15 @@
<jdom2.version>2.0.6.1</jdom2.version>
<jempbox.version>1.8.17</jempbox.version>
<!-- can't update to jetty 12 because of problem in solr integration tests
- due to Http2SolrClient (solrj 9.7.0)
+ due to Http2SolrClient (solrj 9.10.0)
(only on the CI, not on local Windows with Docker, see comment in
TIKA-4327 on 14.12.2024)
- expecting org.eclipse.jetty.client.util.InputStreamResponseListener
+ expecting org.eclipse.jetty.client.util.InputStreamResponseListener
which is only available
+ in Jetty up to 11.0.26
but this class is now in org.eclipse.jetty.client, see also
https://jetty.org/docs/jetty/12/programming-guide/migration/11-to-12.html
- when updating, see also TODO in
PipesBiDirectionalStreamingIntegrationTest -->
+ when updating, see also TODO in
PipesBiDirectionalStreamingIntegrationTest
+ and add jakarta.servlet jakarta.servlet-api 6.0.0 to tika-server-core
+ -->
<jetty.version>11.0.26</jetty.version>
<jetty.http2.version>11.0.26</jetty.http2.version>
<jhighlight.version>1.1.0</jhighlight.version>