You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2021/08/27 05:35:00 UTC

[jira] [Resolved] (ISIS-2782) [Duplicate] Add config properties to require explicit @Property, @Collection and @MemberSupport. (isis.applib.annotation.property.explicit etc)

     [ https://issues.apache.org/jira/browse/ISIS-2782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber resolved ISIS-2782.
------------------------------
    Resolution: Duplicate

As the discussion has progressed, this tasks has become a duplicate of
https://issues.apache.org/jira/browse/ISIS-2774

> [Duplicate] Add config properties to require explicit @Property, @Collection and @MemberSupport.  (isis.applib.annotation.property.explicit etc)
> ------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ISIS-2782
>                 URL: https://issues.apache.org/jira/browse/ISIS-2782
>             Project: Isis
>          Issue Type: New Feature
>          Components: Isis Core
>    Affects Versions: 2.0.0-M5
>            Reporter: Daniel Keir Haywood
>            Assignee: Andi Huber
>            Priority: Minor
>             Fix For: 2.0.0-M7
>
>
> TO UPDATE: we are now thinking to simplify this to two uptions (As per [https://the-asf.slack.com/archives/CFC42LWBV/p1625209487155700?thread_ts=1624911448.097500&cid=CFC42LWBV):]
>  # annotations all explicit: the rigorous and strict recommended way, with the benefit of supporting non-public members and member supporters
>  # annotations all optional: only supporting public members and member supporters, and also less rigorous MM validation
>  
> We already have this for actions ([https://apache-isis-committers.github.io/isis-nightly/refguide/latest/config/sections/isis.applib.html#isis.applib.annotation.action.explicit] ). 
> This is for symmetry, but also to work with ISIS-2774 or two which is to be able to read direct from fields and support non-public supporting mehods; all of this would allow us to reduce boilerplate still further, and remove the use for @Programmatic if explicit=true for all of actions, properties and collections and supporting methods.
>  * isis.applib.annotation.action.explicit=true|false
>  * isis.applib.annotation.property.explicit=true|false
>  * isis.applib.annotation.collection.explicit=true|false
>  * isis.applib.annotation.memberSupport.explicit=true|false
> and also one for all, with the ability go ignore selected packages (eg if 3rd party)
>  * isis.applib.annotation.all.explicit=true|false
>  * isis.applib.annotation.all.explicitExceptions=com.foo,com.bar
>  
> See also discussion: [https://the-asf.slack.com/archives/CFC42LWBV/p1625205578149000?thread_ts=1624911448.097500&cid=CFC42LWBV]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)