[
https://issues.apache.org/jira/browse/ISIS-1821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andi Huber closed ISIS-1821.
----------------------------
Resolution: Fixed
fix directly committed to master
> 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)