This is an automated email from the ASF dual-hosted git repository.
ffang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.
from 2d2b644 [CXF-8564]upgrade to KARAF 4.3.3 to support JDK17-EA
new e5f1c65 [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 fc5b8fd [CXF-8565] Add support for requests with no body to the netty
client transport There were several issues with the netty client transport:
new 248c7da Merge pull request #828 from timothyjward/fix/netty-client
The 16434 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(-)