[
https://issues.apache.org/jira/browse/ISIS-2935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17464490#comment-17464490
]
ASF subversion and git services commented on ISIS-2935:
-------------------------------------------------------
Commit 8643ba05305011fb723677ff867f51eca41fac35 in isis's branch
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=8643ba0 ]
ISIS-2935: fixes Wrapper to properly populate argument list
- when null arguments are encountered
> 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
> Assignee: Andi Huber
> Priority: Blocker
> 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)