[jira] [Created] (ISIS-2233) Wicket developer bar is now semi-opaque. and cannot be interacted with.

2020-01-01 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created ISIS-2233: - Summary: Wicket developer bar is now semi-opaque. and cannot be interacted with. Key: ISIS-2233 URL: https://issues.apache.org/jira/browse/ISIS-2233

[jira] [Updated] (ISIS-2232) Remove support for domain services contributing properties, collections or actions. (Use mixins instead).

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2232: -- Description: Hit an issue where there's an error in contributed properties (from

[jira] [Updated] (ISIS-1656) Flush auditing/publishing etc to end of the ACTION phase, rather than end of RENDER phase.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-1656: -- Fix Version/s: (was: 2.0.0) 2.3.0 > Flush auditing/publishing

[jira] [Commented] (ISIS-2158) Miscellaneous tasks in preparation of Version 2

2020-01-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17006393#comment-17006393 ] ASF subversion and git services commented on ISIS-2158: --- Commit

[jira] [Commented] (ISIS-2177) Provide an ObjectManager API to decouple from JDO

2020-01-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17006395#comment-17006395 ] ASF subversion and git services commented on ISIS-2177: --- Commit

[jira] [Commented] (ISIS-2226) Dependend Args within Dialogs do not work for AutoComplet, Disable and Hide

2020-01-01 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17006394#comment-17006394 ] ASF subversion and git services commented on ISIS-2226: --- Commit

[jira] [Updated] (ISIS-2234) During the render phase, don't populate the execution call graphs with results of mixins being invoked.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2234: -- Fix Version/s: (was: 2.3.0) 2.0.0 > During the render phase,

[jira] [Updated] (ISIS-2234) During the render phase, don't populate the execution call graphs with results of mixins being invoked.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2234: -- Description: This is somewhat similar to ISIS-1656, which is to flush audit/publishing

[jira] [Updated] (ISIS-2235) Mixins declared using @Property, @Collection or @Action shouldn't need to indicate contribution style.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2235: -- Description: for example, with this mixin: {code:java} @Property public class

[jira] [Created] (ISIS-2232) Interaction's executionGraph should not be appended to during the render phase.

2020-01-01 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created ISIS-2232: - Summary: Interaction's executionGraph should not be appended to during the render phase. Key: ISIS-2232 URL: https://issues.apache.org/jira/browse/ISIS-2232

[jira] [Assigned] (ISIS-2232) Interaction's executionGraph should not be appended to during the render phase.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood reassigned ISIS-2232: - Assignee: Daniel Keir Haywood > Interaction's executionGraph should not be

[jira] [Updated] (ISIS-2232) Interaction's executionGraph should not be appended to during the render phase.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2232: -- Fix Version/s: 2.0.0 > Interaction's executionGraph should not be appended to during

[jira] [Updated] (ISIS-2232) Contributed properties (from service) throws NPE, due to mismatch in push/pop on the interaction execution graph.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2232: -- Summary: Contributed properties (from service) throws NPE, due to mismatch in push/pop

[jira] [Updated] (ISIS-2232) Remove support for domain services contributing properties, collections or actions. (Use mixins instead).

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2232: -- Summary: Remove support for domain services contributing properties, collections or

[jira] [Updated] (ISIS-2232) Interaction's executionGraph should not be appended to during the render phase.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2232: -- Description: in the current HEAD (2.0.0-M3-SNAPSHOT), I am getting an NPE as the result

[jira] [Updated] (ISIS-2234) During the render phase, don't populate the execution call graphs with results of mixins being invoked.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2234: -- Fix Version/s: (was: 2.0.0) 2.3.0 > During the render phase,

[jira] [Updated] (ISIS-2235) Mixins declared using @Property and @Collection shouldn't need to indicate contribution style.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2235: -- Summary: Mixins declared using @Property and @Collection shouldn't need to indicate

[jira] [Updated] (ISIS-2235) Mixins declared using @Property and @Collection shouldn't need to indicate contribution style.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2235: -- Description: for example, with this mixin: {code:java} @Property public class

[jira] [Updated] (ISIS-1656) Flush auditing/publishing etc to end of the ACTION phase, rather than end of RENDER phase.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-1656: -- Fix Version/s: (was: 2.3.0) 2.0.0 > Flush auditing/publishing

[jira] [Assigned] (ISIS-1656) Flush auditing/publishing etc to end of the ACTION phase, rather than end of RENDER phase.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood reassigned ISIS-1656: - Assignee: Daniel Keir Haywood > Flush auditing/publishing etc to end of the

[jira] [Created] (ISIS-2234) During the render phase, don't populate the execution call graphs with results of mixins being invoked.

2020-01-01 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created ISIS-2234: - Summary: During the render phase, don't populate the execution call graphs with results of mixins being invoked. Key: ISIS-2234 URL:

[jira] [Updated] (ISIS-2234) During the render phase, don't populate the execution call graphs with results of mixins being invoked.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2234: -- Attachment: screenshot-1.png > During the render phase, don't populate the execution

[jira] [Updated] (ISIS-2235) Mixins declared using @Property, @Collection or @Action shouldn't need to indicate contribution style.

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2235: -- Summary: Mixins declared using @Property, @Collection or @Action shouldn't need to

[jira] [Updated] (ISIS-2232) Remove support for domain services contributing properties, collections or actions. (Use mixins instead).

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Keir Haywood updated ISIS-2232: -- Description: Hit an issue where there's an error in contributed properties (from

[jira] [Commented] (ISIS-2065) Allow homePageService to specify the homePage without the workaround of setting its nature to VIEW_CONTRIBUTIONS_ONLY

2020-01-01 Thread Daniel Keir Haywood (Jira)
[ https://issues.apache.org/jira/browse/ISIS-2065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17006412#comment-17006412 ] Daniel Keir Haywood commented on ISIS-2065: --- This is fixed in 2.0.0, eg {code:java} @Service

[jira] [Created] (ISIS-2235) Mixins with @Property shouldn't need to indicate contribution style.

2020-01-01 Thread Daniel Keir Haywood (Jira)
Daniel Keir Haywood created ISIS-2235: - Summary: Mixins with @Property shouldn't need to indicate contribution style. Key: ISIS-2235 URL: https://issues.apache.org/jira/browse/ISIS-2235 Project: