This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
The following commit(s) were added to refs/heads/master by this push:
new f2508ca Updating release notes + NOTICE year
f2508ca is described below
commit f2508caf87073bc9660e63b21899d834cc5623f7
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Jun 19 10:30:05 2020 +0100
Updating release notes + NOTICE year
---
apache-fediz/src/main/release/NOTICE | 2 +-
release_notes.txt | 33 +++++++++++++++++++++++++++++++--
2 files changed, 32 insertions(+), 3 deletions(-)
diff --git a/apache-fediz/src/main/release/NOTICE
b/apache-fediz/src/main/release/NOTICE
index 8b8a4d6..457e0e9 100644
--- a/apache-fediz/src/main/release/NOTICE
+++ b/apache-fediz/src/main/release/NOTICE
@@ -1,6 +1,6 @@
Apache CXF Fediz
-Copyright 2011-2018 The Apache Software Foundation
+Copyright 2011-2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/release_notes.txt b/release_notes.txt
index 7373663..f146a38 100644
--- a/release_notes.txt
+++ b/release_notes.txt
@@ -1,4 +1,4 @@
-Apache CXF Fediz 1.4.6 Release Notes
+Apache CXF Fediz 1.5.0 Release Notes
------------------------------------
1. Overview
@@ -28,7 +28,7 @@ client authentication
Before installing Apache CXF Fediz, make sure the following products,
with the specified versions, are installed on your system:
- * Java 7 Development Kit or higher
+ * Java 8 Development Kit or higher
* Apache Maven 3.x to build the samples
3. Installation Procedures
@@ -65,6 +65,35 @@ N.A.
8. Specific issues, features, and improvements fixed in this version
+Release Notes - CXF-Fediz - Version 1.5.0
+
+Bug
+
+ [FEDIZ-232] - 'wctx' parameter mandatory but protocol does not require
+ [FEDIZ-234] - Escape logging output in LoginHintHomeRealmDiscovery
+ [FEDIZ-235] - Set unique=true for the OpenJPA Index values
+ [FEDIZ-239] - Add an underscore prefix to the SAML Ids to make them schema
compliant
+ [FEDIZ-243] - Fediz tomcat valve is broken with recent tomcat version
+
+New Feature
+
+ [FEDIZ-245] - OIDC: Client Update
+
+Improvement
+
+ [FEDIZ-242] - Remove Swagger UI from IdP
+ [FEDIZ-244] - Update to Tomcat 9.0.35
+ [FEDIZ-248] - OIDC UI: shared stylesheet
+
+Task
+
+ [FEDIZ-204] - Drop Tomcat7, Jetty8, Spring Sec 2, 3 containers
+ [FEDIZ-230] - Support Jetty 9.4
+ [FEDIZ-231] - Upgrade to Tomcat 9
+ [FEDIZ-246] - Update IdP to use Spring Security 4
+ [FEDIZ-247] - Add support for EncryptedAssertions for SAML SSO
+
+
Release Notes - CXF-Fediz - Version 1.4.6
Bug