This is an automated email from the ASF dual-hosted git repository.
reta pushed a change to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from a82ef01 Recording .gitmergeinfo Changes
new 04cce94 CXF-8597: CXF JAXRS client not closing HTTP connections (#851)
new 26ccb41 Recording .gitmergeinfo Changes
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitmergeinfo | 3 +
.../org/apache/cxf/jaxrs/impl/ResponseImpl.java | 22 ++-----
.../jaxrs/ClientHttpConnectionOutInterceptor.java | 71 ++++++++++++++++++++++
.../jaxrs/JAXRSMultithreadedClientTest.java | 17 ++++++
.../systest/jaxrs/JAXRSRequestDispatcherTest.java | 38 ++++++++++++
5 files changed, 133 insertions(+), 18 deletions(-)
create mode 100644
systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/ClientHttpConnectionOutInterceptor.java