This is an automated email from the ASF dual-hosted git repository.
ffang pushed a change to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from f0c87b6 Update Dropwizard Metrics to 4.1.25
new 817b10b [CXF-8565] A failing test demonstrating the Netty Transport
NPE A simple GET request with no body triggers an NPE because there is no
content type for the request, and CXF tries to set a null Content-Type in the
Netty Request Also add a test with a body, to ensure that Netty works reliably
there as well
new bb7754b [CXF-8565] Add support for requests with no body to the netty
client transport There were several issues with the netty client transport:
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:
.../http/netty/client/NettyHttpConduit.java | 62 +++++++++++++++++++---
systests/jaxrs/pom.xml | 6 +++
.../cxf/systest/jaxrs/JAXRSAsyncClientTest.java | 47 ++++++++++++++++
3 files changed, 107 insertions(+), 8 deletions(-)