Skip to content

Commit f8faeec

Browse files
committed
TIKA-4327: update comment about jetty update
1 parent 37e9149 commit f8faeec

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

tika-parent/pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,12 +379,15 @@
379379
<jdom2.version>2.0.6.1</jdom2.version>
380380
<jempbox.version>1.8.17</jempbox.version>
381381
<!-- can't update to jetty 12 because of problem in solr integration tests
382-
due to Http2SolrClient (solrj 9.7.0)
382+
due to Http2SolrClient (solrj 9.10.0)
383383
(only on the CI, not on local Windows with Docker, see comment in TIKA-4327 on 14.12.2024)
384-
expecting org.eclipse.jetty.client.util.InputStreamResponseListener
384+
expecting org.eclipse.jetty.client.util.InputStreamResponseListener which is only available
385+
in Jetty up to 11.0.26
385386
but this class is now in org.eclipse.jetty.client, see also
386387
https://jetty.org/docs/jetty/12/programming-guide/migration/11-to-12.html
387-
when updating, see also TODO in PipesBiDirectionalStreamingIntegrationTest -->
388+
when updating, see also TODO in PipesBiDirectionalStreamingIntegrationTest
389+
and add jakarta.servlet jakarta.servlet-api 6.0.0 to tika-server-core
390+
-->
388391
<jetty.version>11.0.26</jetty.version>
389392
<jetty.http2.version>11.0.26</jetty.http2.version>
390393
<jhighlight.version>1.1.0</jhighlight.version>

0 commit comments

Comments
 (0)