You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/01/15 18:48:00 UTC

[jira] [Commented] (ISIS-1821) Metadata validation failure when no @Nullable is present

    [ https://issues.apache.org/jira/browse/ISIS-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16326510#comment-16326510 ] 

ASF subversion and git services commented on ISIS-1821:
-------------------------------------------------------

Commit 3547e93031bec9164508380288efa86a16e9d97e in isis's branch refs/heads/master from [~hobrom]
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=3547e93 ]

ISIS-1821 fix case of empty annot. list not handled correctly

> Metadata validation failure when no @Nullable is present
> --------------------------------------------------------
>
>                 Key: ISIS-1821
>                 URL: https://issues.apache.org/jira/browse/ISIS-1821
>             Project: Isis
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.0-M1
>            Reporter: Andi Huber
>            Assignee: Andi Huber
>            Priority: Major
>             Fix For: 2.0.0-M1
>
>
> Given an action like ...
> {code:java}
> @Action
> public SimpleObject create(
>     @Parameter(optionality=Optionality.MANDATORY)
>     String name    ) {
>     
>     ...
> }{code}
> Though valid, will provoke a 
> {code:java}
> Conflicting @Parameter#optionality with other optionality annotation: d.d.SimpleObjects#create(java.lang.String)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)