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 18:57:00 UTC

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

     [ https://issues.apache.org/jira/browse/ISIS-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andi Huber resolved ISIS-2388.
------------------------------
    Resolution: Fixed

fixing specloading by id for primitive types

> 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
>            Priority: Major
>             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)