You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/05/26 08:26:05 UTC

[isis] branch master updated: ISIS-2698: adds mignotes

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 7839c8e  ISIS-2698: adds mignotes
7839c8e is described below

commit 7839c8ec634fdd8a9dd7f56c584d695e3864cd4c
Author: Andi Huber <ah...@apache.org>
AuthorDate: Wed May 26 10:25:44 2021 +0200

    ISIS-2698: adds mignotes
---
 .../modules/ROOT/pages/2021/2.0.0-M6/mignotes.adoc | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M6/mignotes.adoc b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M6/mignotes.adoc
index 623d2c8..fbbfb7f 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M6/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M6/mignotes.adoc
@@ -47,6 +47,33 @@ The _Wicket Viewer_ was migrated from using _Bootstrap 3_ to _Bootstrap 4_, whic
 
 === SecMan
 
+Following SecMan artifacts have been renamed:
+[source,xml]
+----
+<artifactId>isis-extensions-secman-model</artifactId> <!-- old --> 
+<artifactId>isis-extensions-secman-integration</artifactId> <!-- new -->
+
+<artifactId>isis-extensions-secman-api</artifactId> <!-- old -->
+<artifactId>isis-extensions-secman-applib</artifactId> <!-- new -->
+----
+
+Following SecMan packages have been renamed:
+[source,java]
+----
+org.apache.isis.extensions.secman.api.*; // old
+org.apache.isis.extensions.secman.applib.*; // new
+
+org.apache.isis.extensions.secman.model.*; // old
+org.apache.isis.extensions.secman.integration.*; // new
+----
+
+Following SecMan modules have been renamed:
+[source]
+----
+IsisModuleExtSecmanApi -> IsisModuleExtSecmanApplib
+IsisModuleExtSecmanModel -> IsisModuleExtSecmanIntegration
+----
+
 Following menu actions for User Management have been removed:
 
 [source,xml]