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/09/02 06:14:17 UTC

[isis] branch master updated: ISIS-2774: mignotes on disabled(Type type)

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 68fdcb8  ISIS-2774: mignotes on disabled(Type type)
68fdcb8 is described below

commit 68fdcb8a93b5999eff1a1de90db11b137429de38
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Sep 2 08:14:09 2021 +0200

    ISIS-2774: mignotes on disabled(Type type)
---
 .../relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc   | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
index c85050d..7776123 100644
--- a/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
+++ b/antora/components/relnotes/modules/ROOT/pages/2021/2.0.0-M7/mignotes.adoc
@@ -14,11 +14,14 @@
 | previously
 | new
 
-| had introspection control via global config option 
-`isis.core.meta-model.annotation.action.explicit=true/false`
-| use `@DomainObject(introspection=...)` instead ... 
+| We provided introspection control via global config option 
+`isis.core.meta-model.annotation.action.explicit=true/false`.
+| Use `@DomainObject(introspection=...)` instead ... 
 as it allows to set the policy on a per class basis, and also introduces support 
-for non-public class member introspection 
+for non-public class member introspection. 
+
+| Imperative _Object_ method `boolean disabled(Type type)` took a single argument.
+| The `Type` argument was removed, use `boolean disabled()` instead.
 
 |===