[jira] [Resolved] (GROOVY-8867) Bump picocli to 3.7.0 from 3.6.0

2018-11-02 Thread Remko Popma (JIRA)


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

Remko Popma resolved GROOVY-8867.
-
Resolution: Fixed

> Bump picocli to 3.7.0 from 3.6.0
> 
>
> Key: GROOVY-8867
> URL: https://issues.apache.org/jira/browse/GROOVY-8867
> Project: Groovy
>  Issue Type: Dependency upgrade
>  Components: command line processing
>Affects Versions: 2.5.3
>Reporter: Remko Popma
>Assignee: Remko Popma
>Priority: Major
> Fix For: 2.5.4
>
>
> CliBuilder-related: bump picocli to 3.7.0 from 3.6.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (GROOVY-8867) Bump picocli to 3.7.0 from 3.6.0

2018-11-02 Thread Remko Popma (JIRA)


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

Remko Popma closed GROOVY-8867.
---

> Bump picocli to 3.7.0 from 3.6.0
> 
>
> Key: GROOVY-8867
> URL: https://issues.apache.org/jira/browse/GROOVY-8867
> Project: Groovy
>  Issue Type: Dependency upgrade
>  Components: command line processing
>Affects Versions: 2.5.3
>Reporter: Remko Popma
>Assignee: Remko Popma
>Priority: Major
> Fix For: 2.5.4
>
>
> CliBuilder-related: bump picocli to 3.7.0 from 3.6.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (GROOVY-8867) Bump picocli to 3.7.0 from 3.6.0

2018-11-02 Thread Remko Popma (JIRA)
Remko Popma created GROOVY-8867:
---

 Summary: Bump picocli to 3.7.0 from 3.6.0
 Key: GROOVY-8867
 URL: https://issues.apache.org/jira/browse/GROOVY-8867
 Project: Groovy
  Issue Type: Dependency upgrade
  Components: command line processing
Affects Versions: 2.5.3
Reporter: Remko Popma
Assignee: Remko Popma
 Fix For: 2.5.4


CliBuilder-related: bump picocli to 3.7.0 from 3.6.0.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GROOVY-8866) Implement `GProperties` to handle properties file smartly

2018-11-02 Thread Daniel Sun (JIRA)


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

Daniel Sun resolved GROOVY-8866.

   Resolution: Fixed
Fix Version/s: (was: 2.5.4)

Fixed by 
https://github.com/apache/groovy/commit/5de34ce58417ec48f0e1cdedfe78cb2600e9c913

> Implement `GProperties` to handle properties file smartly
> -
>
> Key: GROOVY-8866
> URL: https://issues.apache.org/jira/browse/GROOVY-8866
> Project: Groovy
>  Issue Type: New Feature
>Reporter: Daniel Sun
>Assignee: Daniel Sun
>Priority: Major
> Fix For: 3.0.0-alpha-4
>
>
> The `GProperties` supports interpolating in the values and importing other 
> properties in classpath



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] groovy pull request #818: GROOVY-8866: Implement `GProperties` to handle pro...

2018-11-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/groovy/pull/818


---


[jira] [Commented] (GROOVY-8866) Implement `GProperties` to handle properties file smartly

2018-11-02 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on GROOVY-8866:


Github user asfgit closed the pull request at:

https://github.com/apache/groovy/pull/818


> Implement `GProperties` to handle properties file smartly
> -
>
> Key: GROOVY-8866
> URL: https://issues.apache.org/jira/browse/GROOVY-8866
> Project: Groovy
>  Issue Type: New Feature
>Reporter: Daniel Sun
>Assignee: Daniel Sun
>Priority: Major
> Fix For: 3.0.0-alpha-4, 2.5.4
>
>
> The `GProperties` supports interpolating in the values and importing other 
> properties in classpath



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (GROOVY-8861) Simplify the switch for runtime groovydoc

2018-11-02 Thread Daniel Sun (JIRA)


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

Daniel Sun resolved GROOVY-8861.

   Resolution: Fixed
Fix Version/s: 3.0.0-alpha-4

Fixed by 
https://github.com/apache/groovy/commit/57fe0c7731ffba88e4d06c5e212739941c97fda6

> Simplify the switch for runtime groovydoc
> -
>
> Key: GROOVY-8861
> URL: https://issues.apache.org/jira/browse/GROOVY-8861
> Project: Groovy
>  Issue Type: Improvement
>  Components: parser-antlr4
>Reporter: Daniel Sun
>Assignee: Daniel Sun
>Priority: Major
> Fix For: 3.0.0-alpha-4
>
>
> The Original switch for runtime groovydoc:
> {code:java}
> /**
>  * @Groovydoc
> {code}
> The simplified version will be:
> {code:java}
> /**@
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] groovy pull request #817: GROOVY-8861: Simplify the switch for runtime groov...

2018-11-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/groovy/pull/817


---


[jira] [Commented] (GROOVY-8861) Simplify the switch for runtime groovydoc

2018-11-02 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on GROOVY-8861:


Github user asfgit closed the pull request at:

https://github.com/apache/groovy/pull/817


> Simplify the switch for runtime groovydoc
> -
>
> Key: GROOVY-8861
> URL: https://issues.apache.org/jira/browse/GROOVY-8861
> Project: Groovy
>  Issue Type: Improvement
>  Components: parser-antlr4
>Reporter: Daniel Sun
>Assignee: Daniel Sun
>Priority: Major
>
> The Original switch for runtime groovydoc:
> {code:java}
> /**
>  * @Groovydoc
> {code}
> The simplified version will be:
> {code:java}
> /**@
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)