From 6fa63c3ae3f2bd10d43c3c422a869404d954684b Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 5 Jun 2023 16:54:40 +0200 Subject: doc(proxy): add readme and update history --- infos/ms-proxyservice/history.txt | 13 +++++++++++++ infos/ms-proxyservice/readme_1.0.4.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 infos/ms-proxyservice/readme_1.0.4.md (limited to 'infos') diff --git a/infos/ms-proxyservice/history.txt b/infos/ms-proxyservice/history.txt index 052218a8..ce4da9a9 100644 --- a/infos/ms-proxyservice/history.txt +++ b/infos/ms-proxyservice/history.txt @@ -1,5 +1,18 @@ Dieses Dokument zeigt die Veränderungen und Erweiterungen am eIDAS MS-Proxy-Service +Version 1.0.4 (2023-06-06) + - Bugfix + - Ungültige Verarbeitung von SAML2 SubjectNameId Policies behoben + - Aktualisierung von Drittherstellerbibliotheken + - SpringBoot 2.7.12 + - Spring-Framework 5.3.26 + - Apache CXF 3.5.6 + - joda-time 1.12.5 + - jackson 2.15.2 + - guava 32.0.0-jre + - log4j 2.20.0 + - logback 1.2.12 + Version 1.0.3 (2023-03-02) - JSON basierter Statisiklog um Feld für anfragendes Land erweitert - Bugfix diff --git a/infos/ms-proxyservice/readme_1.0.4.md b/infos/ms-proxyservice/readme_1.0.4.md new file mode 100644 index 00000000..14ed8508 --- /dev/null +++ b/infos/ms-proxyservice/readme_1.0.4.md @@ -0,0 +1,32 @@ +# MS-Proxy-Service v1.0.4 Release vom 06.06.2023 + +Das MS-Proxy-Service implementiert eine Bridge zwischen dem österreichischen E-ID System und dem eIDAS Framework um österreichischen Benutzern eine Anmeldung an ausländischen Service-Providern zu ermöglichen. + +### Änderungen in dieser Version + + - Bugfix + - Ungültige Verarbeitung von SAML2 SubjectNameId Policies behoben + - Aktualisierung von Drittherstellerbibliotheken + - SpringBoot 2.7.12 + - Spring-Framework 5.3.26 + - Apache CXF 3.5.6 + - joda-time 1.12.5 + - jackson 2.15.2 + - guava 32.0.0-jre + - log4j 2.20.0 + - logback 1.2.12 + + + +### Durchführen eines Updates + +Nachfolgend finden Sie die erforderlichen Schritte für das Update eines bestehenden MS-Proxy-Service auf die aktuelle Version 1.0.4. Das vollständige Handbuch mit allen Konfigurationsparametern finden Sie im Releasepackage im Verzeichnis: _infos/handbook/_ + +### Ausgehend von einer bestehenden Version 1.0.3 + +1. Stoppen Sie die *MS-Proxy-Service* Applikation und fertigen Sie eine Sicherungskopie Ihrer Applikation inklusive Konfiguration an + +2. Entpacken Sie das Releasepacket *ms_specific_proxyservice-1.0.4-dist.zip* in ein temporäres Verzeichnis welches in weiterer Folge __MsProxyServicePackage__ bezeichnet wird. + +3. Kopieren sie die Applikation __MsProxyServicePackage__/ms_proxyservice.war nach in das Applikationsverzeichnis ihres Applikationsservers + -- cgit v1.2.3