[jira] [Commented] (GROOVY-7782) Different behavior of println and println()

2016-03-07 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184250#comment-15184250 ] Paul King commented on GROOVY-7782: --- I downgraded the priority as this is known (expected) behavior.

[jira] [Updated] (GROOVY-7782) Different behavior of println and println()

2016-03-07 Thread Paul King (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-7782: -- Priority: Minor (was: Critical) > Different behavior of println and println() >

[GitHub] groovy pull request: GROOVY-6514: groovysh: Add :grab command

2016-03-07 Thread Dispader
Github user Dispader commented on a diff in the pull request: https://github.com/apache/groovy/pull/285#discussion_r55323946 --- Diff: subprojects/groovy-groovysh/src/main/groovy/org/codehaus/groovy/tools/shell/commands/GrabCommand.groovy --- @@ -0,0 +1,92 @@ +/* + *

[jira] [Commented] (GROOVY-6514) groovysh should offer easier access to grapes

2016-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184613#comment-15184613 ] ASF GitHub Bot commented on GROOVY-6514: GitHub user Dispader opened a pull request:

[jira] [Commented] (GROOVY-6514) groovysh should offer easier access to grapes

2016-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184566#comment-15184566 ] ASF GitHub Bot commented on GROOVY-6514: GitHub user Dispader opened a pull request:

[GitHub] groovy pull request: GROOVY-6514: groovysh: Add :grab command

2016-03-07 Thread Dispader
GitHub user Dispader opened a pull request: https://github.com/apache/groovy/pull/285 GROOVY-6514: groovysh: Add :grab command This commit adds a first revision `:grab` command to the Groovy Shell. @tkruse Sorry— I know @PascalSchumacher was asking me to fork from your

[jira] [Commented] (GROOVY-6514) groovysh should offer easier access to grapes

2016-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184582#comment-15184582 ] ASF GitHub Bot commented on GROOVY-6514: Github user Dispader commented on a diff in the pull

[GitHub] groovy pull request: GROOVY-6514: groovysh: Add :grab command

2016-03-07 Thread Dispader
Github user Dispader commented on a diff in the pull request: https://github.com/apache/groovy/pull/285#discussion_r55324532 --- Diff: subprojects/groovy-groovysh/src/main/groovy/org/codehaus/groovy/tools/shell/commands/GrabCommand.groovy --- @@ -0,0 +1,92 @@ +/* + *

[jira] [Commented] (GROOVY-6514) groovysh should offer easier access to grapes

2016-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184571#comment-15184571 ] ASF GitHub Bot commented on GROOVY-6514: Github user Dispader commented on a diff in the pull

[jira] [Commented] (GROOVY-6514) groovysh should offer easier access to grapes

2016-03-07 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-6514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15184585#comment-15184585 ] ASF GitHub Bot commented on GROOVY-6514: Github user Dispader closed the pull request at:

[GitHub] groovy pull request: GROOVY-6514: groovysh: Add :grab command

2016-03-07 Thread Dispader
Github user Dispader closed the pull request at: https://github.com/apache/groovy/pull/285 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Updated] (GROOVY-7755) Add Extension Methods for JAXB Marshalling and Unmarshalling Suppport

2016-03-07 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated GROOVY-7755: -- Component/s: XML Processing > Add Extension Methods for JAXB Marshalling and

[jira] [Updated] (GROOVY-7755) Add Extension Methods for JAXB Marshalling and Unmarshalling Suppport

2016-03-07 Thread Pascal Schumacher (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pascal Schumacher updated GROOVY-7755: -- Summary: Add Extension Methods for JAXB Marshalling and Unmarshalling Suppport (was:

[GitHub] groovy pull request: Add jaxb marshalling support

2016-03-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/groovy/pull/255 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (GROOVY-7562) imports and custom class defs not working in Groovysh Interpreter Mode

2016-03-07 Thread Jason Plurad (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15183566#comment-15183566 ] Jason Plurad commented on GROOVY-7562: -- Was there a particular reason why the fix wasn't targetted

[GitHub] groovy pull request:

2016-03-07 Thread oreissig
Github user oreissig commented on the pull request: https://github.com/apache/groovy/commit/a0aed6c6e523d176ebd480075d54aa9a3e19b472#commitcomment-16545839 In src/main/org/codehaus/groovy/ast/PropertyNode.java: In src/main/org/codehaus/groovy/ast/PropertyNode.java on line 125:

[GitHub] groovy pull request:

2016-03-07 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/groovy/commit/a0aed6c6e523d176ebd480075d54aa9a3e19b472#commitcomment-16545765 In src/main/org/codehaus/groovy/ast/PropertyNode.java: In src/main/org/codehaus/groovy/ast/PropertyNode.java on line

[GitHub] groovy pull request:

2016-03-07 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/groovy/commit/a0aed6c6e523d176ebd480075d54aa9a3e19b472#commitcomment-16545920 In src/main/org/codehaus/groovy/ast/PropertyNode.java: In src/main/org/codehaus/groovy/ast/PropertyNode.java on line

[GitHub] groovy pull request:

2016-03-07 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/groovy/commit/a0aed6c6e523d176ebd480075d54aa9a3e19b472#commitcomment-16545493 In src/main/org/codehaus/groovy/ast/PropertyNode.java: In src/main/org/codehaus/groovy/ast/PropertyNode.java on line

[GitHub] groovy pull request:

2016-03-07 Thread oreissig
Github user oreissig commented on the pull request: https://github.com/apache/groovy/commit/a0aed6c6e523d176ebd480075d54aa9a3e19b472#commitcomment-16545720 In src/main/org/codehaus/groovy/ast/PropertyNode.java: In src/main/org/codehaus/groovy/ast/PropertyNode.java on line 125:

[GitHub] groovy pull request:

2016-03-07 Thread oreissig
Github user oreissig commented on the pull request: https://github.com/apache/groovy/commit/a0aed6c6e523d176ebd480075d54aa9a3e19b472#commitcomment-16545975 In src/main/org/codehaus/groovy/ast/PropertyNode.java: In src/main/org/codehaus/groovy/ast/PropertyNode.java on line 125:

[jira] [Commented] (GROOVY-7044) Cloned NodeBuilder created nodes share values (child nodes) with original node.

2016-03-07 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182779#comment-15182779 ] Jochen Theodorou commented on GROOVY-7044: -- This PR requires a testcase > Cloned NodeBuilder

[jira] [Commented] (GROOVY-7772) Class. had better to have same meaning of Class::instanceMethod of Java8

2016-03-07 Thread Jochen Theodorou (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15182782#comment-15182782 ] Jochen Theodorou commented on GROOVY-7772: -- Sure, I was probably not explaining cleanly

[jira] [Closed] (GROOVY-7082) groovy.sql: TINYINT(1) returns boolean instead of numeric

2016-03-07 Thread John Wagenleitner (JIRA)
[ https://issues.apache.org/jira/browse/GROOVY-7082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wagenleitner closed GROOVY-7082. - Resolution: Not A Bug Closing this as not a bug since it is a documented feature of the