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/01/26 22:43:56 UTC

[isis] branch master updated: ISIS-2431: more 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 4ffa040  ISIS-2431: more mignotes
4ffa040 is described below

commit 4ffa04077772eaa0e682d4ecf5242b201c47aa6b
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Jan 26 23:43:41 2021 +0100

    ISIS-2431: more mignotes
---
 .../modules/ROOT/pages/2020/2.0.0-M5/mignotes.adoc | 34 ++++++++++++++++++++--
 1 file changed, 31 insertions(+), 3 deletions(-)

diff --git a/antora/components/relnotes/modules/ROOT/pages/2020/2.0.0-M5/mignotes.adoc b/antora/components/relnotes/modules/ROOT/pages/2020/2.0.0-M5/mignotes.adoc
index 55ca15c..387187f 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2020/2.0.0-M5/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2020/2.0.0-M5/mignotes.adoc
@@ -276,10 +276,38 @@ Query.named(CommandJdo.class, "findByParent") +
 in a new-ed up (entity) instance is more flexible and also more error prone, eg. it allows the compiler to check
 validity of the used constructor rather than doing construction reflective at runtime
 
-== SecMan (Extension)
+== Extensions
 
-[cols="3m,3m,3a", options="header"]
+Object type namespaces have been renamed. 
+
+WARNING: check menubars.layout.xml for any occurrences
+
+[cols="3m,3m", options="header"]
+|===
+
+| Old
+| New
+
+| isisApplib
+| isis.applib
 
+| isisSecurityApi
+| isis.security
+
+| isissecurity
+| isis.ext.secman
+
+| isisExt*
+| isis.ext.*
+
+|===
+
+
+=== SecMan (Extension)
+
+Permission are now matched against logical packages, logical object types or logical object member names and use the former fully qualified names only as fallback. 
+
+[cols="3m,3m,3a", options="header"]
 |===
 
 | What
@@ -288,7 +316,7 @@ validity of the used constructor rather than doing construction reflective at ru
 
 | Domain Object namespaces in SecMan scope like eg. objectType = "isissecurity.ApplicationUser"
 | isissecurity
-| secman
+| isis.ext.secman
 
 WARNING: check menubars.layout.xml for any occurrences