This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit ff683953b2ed253aac150c4758e8993ba220a5bb Author: Daniel Kulp <[email protected]> AuthorDate: Wed Dec 23 12:21:37 2020 -0500 3.4.2 release notes --- distribution/src/main/release/release_notes.txt | 42 ++++++++++++------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/distribution/src/main/release/release_notes.txt b/distribution/src/main/release/release_notes.txt index 468ffda..8275f52 100644 --- a/distribution/src/main/release/release_notes.txt +++ b/distribution/src/main/release/release_notes.txt @@ -1,4 +1,4 @@ -Apache CXF 3.4.1 Release Notes +Apache CXF 3.4.2 Release Notes 1. Overview @@ -23,8 +23,7 @@ http://cxf.apache.org/docs/34-migration-guide.html for further information and requirements for upgrading from earlier versions of CXF. -3.4.1 fixes over 15 JIRA issues reported by users and the community. - +3.4.2 fixes over 19 JIRA issues reported by users and the community. 2. Installation Prerequisites @@ -67,25 +66,26 @@ for caveats when upgrading. 7. Specific issues, features, and improvements fixed in this version ** Bug - * [CXF-8227] - Failure to comply with JAX-RS spec with ContainerRequestContext and WriterInterceptorContext - * [CXF-8325] - Schema validation allows invalid SOAP header - * [CXF-8329] - NPE with empty query parameters and collections - * [CXF-8331] - Reverse proxy url is not reflected when use-x-forwarded-headers is true - * [CXF-8337] - wsdl2java generates exceptions which do not follow naming convention - * [CXF-8346] - JAX-RS TCK: Resolve test cases where empty entities are checked - * [CXF-8349] - Flux Returns Mixed Response on Errors and Mono Hangs when Empty - * [CXF-8354] - Logs not redirecting to Log4J - -** New Feature - * [CXF-8213] - Add Micrometer metric support for JAX-WS Spring Boot - * [CXF-8252] - Add Micrometer metric support for JAX-RS (Spring Boot) + * [CXF-8340] - Graalvm native image fails to run + * [CXF-8356] - JAXRS Multipart-Handling broken for InputStream/Datasource parameters + * [CXF-8361] - Support for Jakarta EE9 namespace in AnnotationHandlerChainBuilder + * [CXF-8367] - Micrometer always reports outcome=UNKNOWN on success cases + * [CXF-8368] - org.apache.cxf.rs.security.oauth2.services.AuthorizationCodeGrantService#createAuthorizationData wrongly sets code_challenge + * [CXF-8369] - [oauth2] code_challenge_method not forwarded + * [CXF-8370] - org.apache.cxf.rs.security.oauth2.services.RedirectionBasedGrantService#startAuthorization(javax.ws.rs.core.MultivaluedMap<java.lang.String,java.lang.String>) shouldn't require an user + * [CXF-8376] - Misleading Error Message From UriBuilder.path(Method) + * [CXF-8378] - NoClassDefFoundError: org/apache/cxf/common/util/ReflectionUtil from ReferencingAuthenticator + * [CXF-8380] - MultipartProvider:ensure contentType is specified when initializing ByteDataSource ** Improvement - * [CXF-8338] - Add getters for iv, cypherBytes and authTag to JweJsonConsumer - * [CXF-8345] - Improve Performance by avoiding MessageImpl resizing - * [CXF-8359] - Masking sensitive elements does not work if the element has a property - * [CXF-8360] - Configurable property for Apache Velocity logs + * [CXF-7988] - SSE sink warning on tomcat + * [CXF-8363] - Jetty certificate hot reload throws exception due to usage of depreciated SslContextFactory + * [CXF-8388] - Revert OidcUserSubject "blob" changes in 3.4.0 + +** Test + * [CXF-8385] - a test to verify http-undertow transport access log ** Task - * [CXF-8355] - RxJava3: Observable / Flowable Returns Mixed Response on Errors and Hangs when Empty - * [CXF-8358] - RxJava2: Observable / Flowable Returns Mixed Response on Errors and Hangs when Empty + * [CXF-8357] - RxJava2/RxJava3: Add support of MayBe type + * [CXF-8362] - Add Micrometer metric support for JAX-RS / JAX-WS (Client) + * [CXF-8386] - Upgrade BouncyCastle to 1.67
