You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Daniel Keir Haywood (Jira)" <ji...@apache.org> on 2021/12/23 10:21:00 UTC

[jira] [Created] (ISIS-2935) Nullability not picked up from meta-annotation

Daniel Keir Haywood created ISIS-2935:
-----------------------------------------

             Summary: Nullability not picked up from meta-annotation
                 Key: ISIS-2935
                 URL: https://issues.apache.org/jira/browse/ISIS-2935
             Project: Isis
          Issue Type: Bug
          Components: Isis Core
            Reporter: Daniel Keir Haywood
             Fix For: 2.0.0-M7


as in M6 nightly : 2.0.0-M6.20211222-0235-1757e8ed

@Parameter(maxLength = VatCode.MAX_LEN, optionality = OPTIONAL) in meta annotations like @VatCode are not picked up by Isis.

Resulted in an error when invoking via wrapper within an integ test:

Method threw 'java.lang.IllegalArgumentException' exception. arguments must be specified for action Action  ...

when using wrapMixin.act(null, ...)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)