This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch 4.0.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/4.0.x-fixes by this push:
new 19e11bc865 [CXF-9101]Invalid api visibility in CXFHttpRequest
19e11bc865 is described below
commit 19e11bc865169ffce27df72abe2943a1125063eb
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)
---
.../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();