This is an automated email from the ASF dual-hosted git repository.
dkulp pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new f466c1d881 Update release notes
f466c1d881 is described below
commit f466c1d881a996e45267f3b2e3210f0ebccdfdd4
Author: Daniel Kulp <[email protected]>
AuthorDate: Tue Jun 6 11:14:17 2023 -0400
Update release notes
---
BUILDING.txt | 2 +-
SECURITY.md | 6 +++---
distribution/src/main/release/release_notes.txt | 20 +++++++++++++++++++-
pom.xml | 2 +-
4 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/BUILDING.txt b/BUILDING.txt
index a7fccabf6b..4d9bc0ea82 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -12,7 +12,7 @@ Initial Setup
JDK location, and that your PATH includes %JAVA_HOME%\bin (windows) or
$JAVA_HOME$/bin (unix).
-3) Install Maven 3.1 or newer, which can be downloaded from
+3) Install Maven 3.8 or newer, which can be downloaded from
http://maven.apache.org/download.html. Make sure that your PATH includes
the MVN_HOME/bin directory.
diff --git a/SECURITY.md b/SECURITY.md
index 04702d233d..9d234fab3f 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -4,10 +4,10 @@
| Version | Supported |
| ------- | ------------------ |
+| 4.0.x | :white_check_mark: |
+| 3.6.x | :white_check_mark: |
| 3.5.x | :white_check_mark: |
-| 3.4.x | :white_check_mark: |
-| 3.3.x | :white_check_mark: |
-| < 3.3.x | :x: |
+| <= 3.4.x | :x: |
## Reporting a Vulnerability
diff --git a/distribution/src/main/release/release_notes.txt
b/distribution/src/main/release/release_notes.txt
index 4ac57b6bf5..4bfe6796d5 100644
--- a/distribution/src/main/release/release_notes.txt
+++ b/distribution/src/main/release/release_notes.txt
@@ -1,4 +1,4 @@
-Apache CXF 3.6.0 Release Notes
+Apache CXF 3.6.1 Release Notes
1. Overview
@@ -24,6 +24,8 @@ http://cxf.apache.org/docs/36-migration-guide.html
for further information and requirements for upgrading from earlier
versions of CXF.
+3.6.1 fixes over 5 issues reported by users.
+
2. Installation Prerequisites
@@ -61,3 +63,19 @@ http://issues.apache.org/jira/browse/CXF
See the migration guide at:
http://cxf.apache.org/docs/36-migration-guide.html
for caveats when upgrading.
+
+7. Release Notes
+
+** Sub-task
+ * [CXF-8606] - Introduce HTTP/2 Transport: client-side support (Netty &
HttpClient 5)
+
+** Bug
+ * [CXF-8881] - WSDLValidator link doesn't work
+ * [CXF-8882] - Apache HttpClient 5 async conduit does not handle
authentication
+ * [CXF-8884] - Update commons-jexl3 to 3.3
+
+** Improvement
+ * [CXF-8802] - Update to Maven Remote Resources Plugin 3.1.0
+
+
+
diff --git a/pom.xml b/pom.xml
index e796e85fb6..1b732780c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
</issueManagement>
<properties>
<cxf.compiler.fork>false</cxf.compiler.fork>
- <cxf.build-utils.version>4.0.2-SNAPSHOT</cxf.build-utils.version>
+ <cxf.build-utils.version>4.0.1</cxf.build-utils.version>
<cxf.xjc-utils.version>3.3.2</cxf.xjc-utils.version>
<cxf.jdk.version>11</cxf.jdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>