You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2019/06/14 09:56:14 UTC

[lucene-solr] branch branch_8_1 updated: SOLR-13413: IdleTimeout with Http2SolrClient

This is an automated email from the ASF dual-hosted git repository.

datcm pushed a commit to branch branch_8_1
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8_1 by this push:
     new f26388d  SOLR-13413: IdleTimeout with Http2SolrClient
f26388d is described below

commit f26388d034fe5eadca7416aa63b509b8db2c7688
Author: Cao Manh Dat <da...@apache.org>
AuthorDate: Fri Jun 14 10:56:05 2019 +0100

    SOLR-13413: IdleTimeout with Http2SolrClient
---
 lucene/ivy-versions.properties | 2 +-
 solr/CHANGES.txt               | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/lucene/ivy-versions.properties b/lucene/ivy-versions.properties
index 98c94d7..ec973fe 100644
--- a/lucene/ivy-versions.properties
+++ b/lucene/ivy-versions.properties
@@ -236,7 +236,7 @@ org.eclipse.jetty.version = 9.4.14.v20181114
 /org.eclipse.jetty.http2/http2-client = ${org.eclipse.jetty.version}
 /org.eclipse.jetty.http2/http2-common = ${org.eclipse.jetty.version}
 /org.eclipse.jetty.http2/http2-hpack = ${org.eclipse.jetty.version}
-/org.eclipse.jetty.http2/http2-http-client-transport = ${org.eclipse.jetty.version}
+/org.eclipse.jetty.http2/http2-http-client-transport = 9.4.19.v20190610
 /org.eclipse.jetty.http2/http2-server = ${org.eclipse.jetty.version}
 /org.eclipse.jetty/jetty-alpn-client = ${org.eclipse.jetty.version}
 /org.eclipse.jetty/jetty-alpn-java-client = ${org.eclipse.jetty.version}
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 241eabf..ebda174 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -32,6 +32,8 @@ Bug Fixes
 ----------------------
 * SOLR-13510: Intermittent 401's for internode requests with basicauth enabled (Cao Manh Dat, Colvin Cowie)
 
+* SOLR-13413: IdleTimeout with Http2SolrClient (Cao Manh Dat)
+
 ==================  8.1.1 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.