[jira] [Commented] (GROOVY-8704) IntRange should be Serializable

2019-01-23 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750745#comment-16750745 ] Paul King commented on GROOVY-8704: --- The problem with trying to make all ranges Serial

[jira] [Resolved] (GROOVY-8704) IntRange should be Serializable

2019-01-23 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-8704. --- Resolution: Fixed Assignee: Paul King Fix Version/s: 3.0.0-alpha-5 I have just made

[GitHub] asfgit merged pull request #859: GROOVY-8704: IntRange should be Serializable

2019-01-23 Thread GitBox
asfgit merged pull request #859: GROOVY-8704: IntRange should be Serializable URL: https://github.com/apache/groovy/pull/859 This is an automated message from the Apache Git Service. To respond to the message, please log on G

[GitHub] paulk-asert commented on issue #859: GROOVY-8704: IntRange should be Serializable

2019-01-23 Thread GitBox
paulk-asert commented on issue #859: GROOVY-8704: IntRange should be Serializable URL: https://github.com/apache/groovy/pull/859#issuecomment-457053076 > It would be better if `serialVersionUID` is added. Well spotted. I added it.

[jira] [Resolved] (GROOVY-8967) @Immutable not handling property default values from map constructor

2019-01-23 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-8967. --- Resolution: Fixed Assignee: Paul King Fix Version/s: 3.0.0-alpha-5

[GitHub] paulk-asert opened a new pull request #859: GROOVY-8704: IntRange should be Serializable

2019-01-23 Thread GitBox
paulk-asert opened a new pull request #859: GROOVY-8704: IntRange should be Serializable URL: https://github.com/apache/groovy/pull/859 This is an automated message from the Apache Git Service. To respond to the message, ple

[jira] [Updated] (GROOVY-8967) @Immutable not handling property default values from map constructor

2019-01-23 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-8967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-8967: -- Description: {code:java} import groovy.transform.Immutable @Immutable class Thing { String value

[jira] [Created] (GROOVY-8967) @Immutable not handling property default values from map constructor

2019-01-23 Thread Paul King (JIRA)
Paul King created GROOVY-8967: - Summary: @Immutable not handling property default values from map constructor Key: GROOVY-8967 URL: https://issues.apache.org/jira/browse/GROOVY-8967 Project: Groovy