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
The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
new 3a542e3e4b 3.4.9 release notes
3a542e3e4b is described below
commit 3a542e3e4b1e76ce352f4229984c13c4b447954b
Author: Daniel Kulp <[email protected]>
AuthorDate: Mon Oct 3 12:41:25 2022 -0400
3.4.9 release notes
---
distribution/src/main/release/release_notes.txt | 36 ++++++++++++++-----------
1 file changed, 20 insertions(+), 16 deletions(-)
diff --git a/distribution/src/main/release/release_notes.txt
b/distribution/src/main/release/release_notes.txt
index 4c8d5cad5b..05566533f7 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.8 Release Notes
+Apache CXF 3.4.9 Release Notes
1. Overview
@@ -23,7 +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.8 fixes over 13 JIRA issues reported by users and the community.
+3.4.8 fixes over 14 JIRA issues reported by users and the community.
2. Installation Prerequisites
@@ -65,24 +65,28 @@ for caveats when upgrading.
7. Specific issues, features, and improvements fixed in this version
-Release Notes - CXF - Version 3.4.8
+Release Notes - CXF - Version 3.4.9
+
** Sub-task
- * [CXF-8458] - jaxrs.api.rs.core.linkbuilder
buildNoArgsThrowsUriBuilderExceptionTest
- * [CXF-8459] - jaxrs.api.rs.core.linkbuilder
buildObjectsThrowsUriBuilderExceptionTest
- * [CXF-8460] - jaxrs.api.rs.core.linkbuilder
buildRelativizedThrowsUriBuilderExceptionTest
- * [CXF-8478] - jaxrs.ee.rs.container.requestcontext
setRequestUriTwoUrisTest
+ * [CXF-8730] - Fix org.apache.cxf.osgi.itests.jaxrs.JaxRsServiceTest
** Bug
- * [CXF-8689] - cxf-java2ws-plugin plugin running on non-modular JDK fails
with NullPointerException
- * [CXF-8694] - CXF 3.5.0 Generated WSDL root element
* [CXF-8698] - Content-ID of attachments for outgoing requests are
URL-decoded instead of URL-encoded
- * [CXF-8703] - PAX Maven URL does not take local Maven repository into
account
+ * [CXF-8712] - RetryStrategy tries one time too often
+ * [CXF-8732] - [regression] activation DataSource requires to run JAXRS
+ * [CXF-8733] - [regression] Content-ID of attachments for outgoing
requests is not URL-decoded
+ * [CXF-8735] - AbstractStaticFailoverStrategy:
UnsupportedOperationException when there are no services
+associated with the endpoint
+ * [CXF-8738] - NullPointerException when
SwaggerUiConfig.queryConfigEnabled not set
+ * [CXF-8750] - Swagger UI not working in Karaf 4.4.0 due to a double slash
+
+** New Feature
+ * [CXF-8752] - Configurable list of redirectable verbs
** Improvement
- * [CXF-8683] - Support SwaggerUI 4.10.3+
- * [CXF-8688] - Accomodate some RFC 3986 checks to filter out invalid URIs
- * [CXF-8699] - Abillity to set sensitive filters on LoggingFeature
+ * [CXF-8710] - Set `queryConfigEnabled` to `true` if any query parameters
are configured in SwaggerUiConfig
+ * [CXF-8725] - Allow RetryStrategy to optionally not retry for HTTP 404
responses
+ * [CXF-8734] - upgrade to undertow 2.2.15 or later
+ * [CXF-8756] - Update to Swagger UI 4.14.0
+ * [CXF-8757] - Swagger UI: update queryConfigEnabled documented behavior
-** Task
- * [CXF-7996] - Jakarta EE TCKs and compatibility
- * [CXF-8695] - Remove duplicate copied class from cxf-core in
cxf-rt-management when build with JDK11