|
1 | | -Apache CXF 4.1.2 Release Notes |
| 1 | +Apache CXF 4.1.3 Release Notes |
2 | 2 |
|
3 | 3 | 1. Overview |
4 | 4 |
|
@@ -27,7 +27,7 @@ for further information and requirements for upgrading from earlier |
27 | 27 | versions of CXF. |
28 | 28 |
|
29 | 29 |
|
30 | | -4.1.2 fixes over 16 JIRA issues reported by users and the community. |
| 30 | +4.1.3 fixes over 10 JIRA issues reported by users and the community. |
31 | 31 |
|
32 | 32 |
|
33 | 33 | 2. Installation Prerequisites |
@@ -70,27 +70,25 @@ for caveats when upgrading. |
70 | 70 | 7. Specific issues, features, and improvements fixed in this version |
71 | 71 |
|
72 | 72 | ** Bug |
73 | | - * [CXF-8985] - headers masking implementation not replaceable |
74 | | - * [CXF-9005] - EE10 JAX-RS TCK Test Failures |
75 | | - * [CXF-9100] - HttpClient-1-Worker-* thread leak when throwing exception in LoggingOutInterceptor and sending large SOAP message |
76 | | - * [CXF-9113] - EntityPart.Builder does not seem to work in a Java SE environment |
77 | | - * [CXF-9115] - Race Condition in HttpClientHttpConduit Causes Writing Thread to Hang Forever |
78 | | - * [CXF-9117] - cxf-rt-ws-security fails if JCache is not on the classpath |
79 | | - * [CXF-9118] - DelayedCachedOutputStreamCleaner may expire streams prematurely |
80 | | - * [CXF-9119] - Spring Boot runtime : property placeholder in xml bean of jaxws:client not resolved correctly |
81 | | - * [CXF-9120] - OSGi jakarta.xml.bind version mismatch |
82 | | - * [CXF-9121] - LEAK: ByteBuf.release() was not called before it's garbage-collected |
83 | | - * [CXF-9124] - TransportURIResolver prints stack trace to stderr when using HTTP Authentication |
84 | | - * [CXF-9128] - swaref does not use "cid:" reference scheme |
85 | | - * [CXF-9130] - WrapperClassLoader.generate() should not add null values; createWrapperClass() should log a warning when failing to create wrapper class |
86 | | - * [CXF-9132] - HttpClientHTTPConduit releases the client while there are connection(s) still using it |
| 73 | + * [CXF-9114] - ClientRequestContext#getConfiguration always return null in the MicroProfile RestClient |
| 74 | + * [CXF-9139] - Null Safety Issue in getLocalPart Call in DataWriterImpl |
| 75 | + * [CXF-9141] - MaskSensitiveHelperMasking malfunctions for empty tags |
| 76 | + * [CXF-9146] - MemoryLeak in HttpClientHTTPConduit when used with the ThreadLocalClientState |
| 77 | + * [CXF-9148] - Using @Oneway annotation cases NullPointerException in CXF + Jetty 12 REST Service |
| 78 | + * [CXF-9150] - Deal with java.security.acl |
| 79 | + * [CXF-9153] - The class org.apache.cxf.transport.servlet.servicelist.UnformattedServiceListWriter does not work for RESTful destinations |
87 | 80 |
|
88 | 81 |
|
89 | 82 |
|
90 | 83 |
|
91 | 84 | ** Improvement |
92 | | - * [CXF-9039] - Run Jakarta RESTful Web Services 3.1 TCK |
93 | | - * [CXF-9134] - When sending Multipart request do not wrap Attachment into another Attachment |
| 85 | + * [CXF-9145] - Inconcise handling of logging features logMulitpart and logBinary |
| 86 | + * [CXF-9151] - use io.github.littleproxy:littleproxy instead of org.littleshoot:littleproxy |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | +** Task |
| 91 | + * [CXF-9142] - Change async tracing tests to be order-agnostic |
94 | 92 |
|
95 | 93 |
|
96 | 94 |
|
0 commit comments