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
commit 1b7296211299b9ffff49ba342505851d7a6e59c6 Author: Tilman Hausherr <[email protected]> AuthorDate: Tue Mar 11 14:04:50 2025 +0100 TIKA-4327: add comment --- tika-parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml index 70f879440..f6707ddf8 100644 --- a/tika-parent/pom.xml +++ b/tika-parent/pom.xml @@ -382,7 +382,8 @@ <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.7.0) + (only on the CI, not on local Windows with Docker) expecting org.eclipse.jetty.client.util.InputStreamResponseListener 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
