1- Apache CXF 4.0.8 Release Notes
1+ Apache CXF 4.0.9 Release Notes
22
331. Overview
44
@@ -21,7 +21,7 @@ for further information and requirements for upgrading from earlier
2121versions of CXF.
2222
2323
24- 4.0.8 fixes over 11 JIRA issues reported by users and the community.
24+ 4.0.9 fixes over 10 JIRA issues reported by users and the community.
2525
2626
27272. Installation Prerequisites
@@ -64,21 +64,24 @@ for caveats when upgrading.
64647. Specific issues, features, and improvements fixed in this version
6565
6666** Bug
67- * [CXF-8985] - headers masking implementation not replaceable
68- * [CXF-9100] - HttpClient-1-Worker-* thread leak when throwing exception in LoggingOutInterceptor and sending large SOAP message
69- * [CXF-9115] - Race Condition in HttpClientHttpConduit Causes Writing Thread to Hang Forever
70- * [CXF-9117] - cxf-rt-ws-security fails if JCache is not on the classpath
71- * [CXF-9118] - DelayedCachedOutputStreamCleaner may expire streams prematurely
72- * [CXF-9119] - Spring Boot runtime : property placeholder in xml bean of jaxws:client not resolved correctly
73- * [CXF-9121] - LEAK: ByteBuf.release() was not called before it's garbage-collected
74- * [CXF-9124] - TransportURIResolver prints stack trace to stderr when using HTTP Authentication
75- * [CXF-9128] - swaref does not use "cid:" reference scheme
76- * [CXF-9132] - HttpClientHTTPConduit releases the client while there are connection(s) still using it
67+ * [CXF-9114] - ClientRequestContext#getConfiguration always return null in the MicroProfile RestClient
68+ * [CXF-9139] - Null Safety Issue in getLocalPart Call in DataWriterImpl
69+ * [CXF-9141] - MaskSensitiveHelperMasking malfunctions for empty tags
70+ * [CXF-9146] - MemoryLeak in HttpClientHTTPConduit when used with the ThreadLocalClientState
71+ * [CXF-9148] - Using @Oneway annotation cases NullPointerException in CXF + Jetty 12 REST Service
72+ * [CXF-9150] - Deal with java.security.acl
73+ * [CXF-9153] - The class org.apache.cxf.transport.servlet.servicelist.UnformattedServiceListWriter does not work for RESTful destinations
7774
7875
7976
8077
8178** Improvement
82- * [CXF-9134] - When sending Multipart request do not wrap Attachment into another Attachment
79+ * [CXF-9145] - Inconcise handling of logging features logMulitpart and logBinary
80+ * [CXF-9151] - use io.github.littleproxy:littleproxy instead of org.littleshoot:littleproxy
81+
82+
83+
84+ ** Task
85+ * [CXF-8675] - jakarta.xml.bind.ModuleUtil error after jaxb 3.0.1 upgrade
8386
8487
0 commit comments