[jira] [Commented] (GROOVY-9510) DelegatesTo and similar for annotation member methods

2023-08-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17751382#comment-17751382 ] Eric Milles commented on GROOVY-9510: - I’m working on isInClosure. At the moment I just have enough

[jira] [Resolved] (GROOVY-11147) Bump logback-classic to 1.4.9 (test dependency)

2023-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-11147. Resolution: Fixed > Bump logback-classic to 1.4.9 (test dependency) >

[jira] [Commented] (GROOVY-9510) DelegatesTo and similar for annotation member methods

2023-08-06 Thread Jira
[ https://issues.apache.org/jira/browse/GROOVY-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17751390#comment-17751390 ] Leonard Brünings commented on GROOVY-9510: -- I tried to do the equivalent in GDSL, but

[jira] [Created] (GROOVY-11149) Bump logback-classic to 1.3.9 (test dependency)

2023-08-06 Thread Paul King (Jira)
Paul King created GROOVY-11149: -- Summary: Bump logback-classic to 1.3.9 (test dependency) Key: GROOVY-11149 URL: https://issues.apache.org/jira/browse/GROOVY-11149 Project: Groovy Issue Type:

[jira] [Updated] (GROOVY-11149) Bump logback-classic to 1.3.9 (test dependency)

2023-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-11149: --- Fix Version/s: (was: 4.0.13) > Bump logback-classic to 1.3.9 (test dependency) >

[jira] [Commented] (GROOVY-9510) DelegatesTo and similar for annotation member methods

2023-08-06 Thread Jira
[ https://issues.apache.org/jira/browse/GROOVY-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17751378#comment-17751378 ] Leonard Brünings commented on GROOVY-9510: -- {{@Retry}} delegates to

[jira] [Comment Edited] (GROOVY-9510) DelegatesTo and similar for annotation member methods

2023-08-06 Thread Jira
[ https://issues.apache.org/jira/browse/GROOVY-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17751378#comment-17751378 ] Leonard Brünings edited comment on GROOVY-9510 at 8/6/23 10:48 AM: ---

[jira] [Created] (GROOVY-11150) Bump JMH to 1.37 (performance test dependency)

2023-08-06 Thread Paul King (Jira)
Paul King created GROOVY-11150: -- Summary: Bump JMH to 1.37 (performance test dependency) Key: GROOVY-11150 URL: https://issues.apache.org/jira/browse/GROOVY-11150 Project: Groovy Issue Type:

[jira] [Updated] (GROOVY-11149) Bump logback-classic to 1.3.9 (test dependency)

2023-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-11149: --- Fix Version/s: 4.0.14 (was: 5.0.0-alpha-1) > Bump logback-classic to 1.3.9

[jira] [Commented] (GROOVY-11146) Consider supporting flattening of Optionals in flatten/collectMany

2023-08-06 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17751432#comment-17751432 ] ASF GitHub Bot commented on GROOVY-11146: - paulk-asert merged PR #1926: URL:

[jira] [Resolved] (GROOVY-11149) Bump logback-classic to 1.3.9 (test dependency)

2023-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-11149. Fix Version/s: 5.0.0-alpha-1 Resolution: Fixed > Bump logback-classic to 1.3.9 (test

[jira] [Resolved] (GROOVY-11148) Bump JUnit Jupiter/JUnit Platform to 5.10.0/1.10.0

2023-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-11148. Fix Version/s: 4.0.14 Resolution: Fixed > Bump JUnit Jupiter/JUnit Platform to

[GitHub] [groovy] paulk-asert merged pull request #1926: GROOVY-11146: Support flattening of Optionals in flatten

2023-08-06 Thread via GitHub
paulk-asert merged PR #1926: URL: https://github.com/apache/groovy/pull/1926 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Resolved] (GROOVY-11146) Support flattening of Optionals in flatten/flattenMany

2023-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-11146. Fix Version/s: 5.0.0-alpha-1 Resolution: Fixed Proposed PR merged. > Support flattening

[jira] [Updated] (GROOVY-11146) Support flattening of Optionals in flatten/flattenMany

2023-08-06 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-11146: --- Summary: Support flattening of Optionals in flatten/flattenMany (was: Consider supporting

[jira] [Commented] (GROOVY-9510) DelegatesTo and similar for annotation member methods

2023-08-06 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17751410#comment-17751410 ] Eric Milles commented on GROOVY-9510: - Here is what I have at the moment. I worked out the hover