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 2a63bc519 TIKA-4327: add comment
2a63bc519 is described below
commit 2a63bc519b06819032863d4ed5422ce6e3d9a5c7
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Mar 11 14:07:46 2025 +0100
TIKA-4327: add comment
---
tika-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index f6707ddf8..35eaff8f6 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -383,7 +383,7 @@
<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)
- (only on the CI, not on local Windows with Docker)
+ (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
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