[
https://issues.apache.org/jira/browse/ISIS-3063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17541263#comment-17541263
]
ASF subversion and git services commented on ISIS-3063:
-------------------------------------------------------
Commit dcd6b0d024ffe64b6f12bf9d2192a73457fb4e0f in isis's branch
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=dcd6b0d024 ]
ISIS-3063: adds annot. @Aliased; deprecates others in favor of @Named
> [Programming Model] Support for (Logical Type Name) Aliases
> -----------------------------------------------------------
>
> Key: ISIS-3063
> URL: https://issues.apache.org/jira/browse/ISIS-3063
> Project: Isis
> Issue Type: New Feature
> Components: Isis Applib (programming model)
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Major
> Fix For: 2.0.0-RC1
>
>
> h2. Goals:
> * Support bookmark resolution to handle alias names. (Introduce `@Aliased`
> annotation)
> * Support for `@Named` annotation on concrete types, abstract types and
> interfaces.
> * Deprecate annotation `@LogicalTypeName`.
> * Deprecate annotation attribute `@DomainObject(logicalTypeName=...)`.
> h2. Non Goals:
> * No injection point resolution based on alias names. (Naturally so, because
> it is based on types not names anyway.)
> * No modification to the Security Model (SecMan): Permissions are checked
> against primary logical member names, not involving aliases.
> h2. Implications:
> * Must be supported by SpecificationLoader#specForBookmark and Restful
> DomainObjectResource and its friends.
> * Must also support service lookup based on alias names (ServiceRegistry).
--
This message was sent by Atlassian Jira
(v8.20.7#820007)