[jira] [Commented] (ISIS-2383) Regression: cannot create mementos from detached choice pojos

2020-06-30 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149137#comment-17149137
 ] 

ASF subversion and git services commented on ISIS-2383:
---

Commit 07eb8f6c27e7f7b1f879bdfa50bf08debb14a3d1 in isis's branch 
refs/heads/ISIS- from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=07eb8f6 ]

ISIS-2383: partly fixed: ensures we have attached child entities on the
target we operate on (when editing properties)

> Regression: cannot create mementos from detached choice pojos
> -
>
> Key: ISIS-2383
> URL: https://issues.apache.org/jira/browse/ISIS-2383
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> For supporting methods that provide choices of entity objects, those might 
> get detached before the framework gets a chance to create mementos for these.



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


[jira] [Commented] (ISIS-2383) Regression: cannot create mementos from detached choice pojos

2020-06-30 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149139#comment-17149139
 ] 

ASF subversion and git services commented on ISIS-2383:
---

Commit 857edb7f48780e25201627384e60da926b58e33e in isis's branch 
refs/heads/ISIS- from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=857edb7 ]

ISIS-2383: minor cleanup

> Regression: cannot create mementos from detached choice pojos
> -
>
> Key: ISIS-2383
> URL: https://issues.apache.org/jira/browse/ISIS-2383
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> For supporting methods that provide choices of entity objects, those might 
> get detached before the framework gets a chance to create mementos for these.



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


[jira] [Commented] (ISIS-2383) Regression: cannot create mementos from detached choice pojos

2020-06-30 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17149138#comment-17149138
 ] 

ASF subversion and git services commented on ISIS-2383:
---

Commit 6e4a0b97815f198103fd200c261adfd8f63c3677 in isis's branch 
refs/heads/ISIS- from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=6e4a0b9 ]

ISIS-2383: proposed fix

> Regression: cannot create mementos from detached choice pojos
> -
>
> Key: ISIS-2383
> URL: https://issues.apache.org/jira/browse/ISIS-2383
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> For supporting methods that provide choices of entity objects, those might 
> get detached before the framework gets a chance to create mementos for these.



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


[jira] [Commented] (ISIS-2383) Regression: cannot create mementos from detached choice pojos

2020-06-30 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148737#comment-17148737
 ] 

ASF subversion and git services commented on ISIS-2383:
---

Commit 7dfd10e8e73386210f89f677b92a4e0e3eee939b in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=7dfd10e ]

ISIS-2383: intermediate: re-model choice providers to use
CanVector instead of Pojo Object Arrays

- make the choice providers more robust against wrong choice spec types,
by explicitly passing over the required spec
- yet has some lines for debugging, to be removed later


> Regression: cannot create mementos from detached choice pojos
> -
>
> Key: ISIS-2383
> URL: https://issues.apache.org/jira/browse/ISIS-2383
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> For supporting methods that provide choices of entity objects, those might 
> get detached before the framework gets a chance to create mementos for these.



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


[jira] [Commented] (ISIS-2383) Regression: cannot create mementos from detached choice pojos

2020-06-30 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148648#comment-17148648
 ] 

ASF subversion and git services commented on ISIS-2383:
---

Commit d85f81db3a599974817957e7468a7b32446da362 in isis's branch 
refs/heads/ISIS- from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d85f81d ]

ISIS-2383: add CanVector a mutable, but fixed size vector of Can

> Regression: cannot create mementos from detached choice pojos
> -
>
> Key: ISIS-2383
> URL: https://issues.apache.org/jira/browse/ISIS-2383
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> For supporting methods that provide choices of entity objects, those might 
> get detached before the framework gets a chance to create mementos for these.



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


[jira] [Commented] (ISIS-2383) Regression: cannot create mementos from detached choice pojos

2020-06-30 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/ISIS-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148376#comment-17148376
 ] 

ASF subversion and git services commented on ISIS-2383:
---

Commit d85f81db3a599974817957e7468a7b32446da362 in isis's branch 
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=d85f81d ]

ISIS-2383: add CanVector a mutable, but fixed size vector of Can

> Regression: cannot create mementos from detached choice pojos
> -
>
> Key: ISIS-2383
> URL: https://issues.apache.org/jira/browse/ISIS-2383
> Project: Isis
>  Issue Type: Bug
>  Components: Isis Core
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 2.0.0-M4
>
>
> For supporting methods that provide choices of entity objects, those might 
> get detached before the framework gets a chance to create mementos for these.



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