You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Andi Huber (Jira)" <ji...@apache.org> on 2020/07/02 17:53:00 UTC

[jira] [Created] (ISIS-2388) Regression: value choice mementos are broken

Andi Huber created ISIS-2388:
--------------------------------

             Summary: Regression: value choice mementos are broken
                 Key: ISIS-2388
                 URL: https://issues.apache.org/jira/browse/ISIS-2388
             Project: Isis
          Issue Type: Bug
          Components: Isis Core
            Reporter: Andi Huber
            Assignee: Andi Huber
             Fix For: 2.0.0-M4


eg. this one does not work
{code:java}
public List<Boolean> choices0Act() {
 return Stream.of(true, false)
 .collect(Collectors.toList());
}{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)