This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit b7c29d658be0d3f83e22325e78435a10617709c9 Author: Freeman Fang <[email protected]> AuthorDate: Wed Jan 22 13:49:55 2025 -0500 [CXF-9101]Invalid api visibility in CXFHttpRequest (cherry picked from commit c6e08c3e9d51c777ddd1ec16434d4903850cf0e7) (cherry picked from commit 19e11bc865169ffce27df72abe2943a1125063eb) --- .../cxf/transport/http/asyncclient/AsyncWrappedOutputStreamBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncWrappedOutputStreamBase.java b/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncWrappedOutputStreamBase.java index 66e5b24198..4335fe036a 100644 --- a/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncWrappedOutputStreamBase.java +++ b/rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncWrappedOutputStreamBase.java @@ -24,7 +24,7 @@ import org.apache.cxf.io.CachedOutputStream; import org.apache.cxf.io.CopyingOutputStream; import org.apache.http.HttpResponse; -interface AsyncWrappedOutputStreamBase +public interface AsyncWrappedOutputStreamBase extends CopyingOutputStream, WritableByteChannel { boolean retransmitable();
