[jira] [Created] (GROOVY-11594) Bump junit5 to 5.12.1

2025-03-29 Thread Daniel Sun (Jira)
Daniel Sun created GROOVY-11594: --- Summary: Bump junit5 to 5.12.1 Key: GROOVY-11594 URL: https://issues.apache.org/jira/browse/GROOVY-11594 Project: Groovy Issue Type: Dependency upgrade

[jira] [Commented] (GROOVY-10683) Consider enhancing for loop to provide access to loop index or iterator

2025-03-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939455#comment-17939455 ] ASF GitHub Bot commented on GROOVY-10683: - daniellansun commented on PR #2169:

[jira] [Assigned] (GROOVY-11592) Bump asm to 9.8

2025-03-29 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-11592: -- Assignee: Paul King (was: Daniel Sun) > Bump asm to 9.8 > --- > >

Re: [PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang [groovy]

2025-03-29 Thread via GitHub
Copilot commented on code in PR #2168: URL: https://github.com/apache/groovy/pull/2168#discussion_r2020051653 ## src/test/groovy/bugs/groovy9742/CustomGroovyClassLoader.java: ## @@ -0,0 +1,73 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more con

[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang

2025-03-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939456#comment-17939456 ] ASF GitHub Bot commented on GROOVY-9742: Copilot commented on code in PR #2168:

Re: [PR] GROOVY-10683: support `for (item in list index i)` looping [groovy]

2025-03-29 Thread via GitHub
daniellansun commented on PR #2169: URL: https://github.com/apache/groovy/pull/2169#issuecomment-2764351669 How about `for (int index, var item : items)`? For example: ```groovy // ① traverse a list List names = Arrays.asList("Alice", "Bob", "Charlie"); for (int i, String name

Re: [PR] GROOVY-10683: support `for (item in list index i)` looping [groovy]

2025-03-29 Thread via GitHub
codecov-commenter commented on PR #2169: URL: https://github.com/apache/groovy/pull/2169#issuecomment-2764337307 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2169?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[jira] [Commented] (GROOVY-10683) Consider enhancing for loop to provide access to loop index or iterator

2025-03-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939453#comment-17939453 ] ASF GitHub Bot commented on GROOVY-10683: - codecov-commenter commented on PR #2

[PR] GROOVY-10683: support `for (item in list index i)` looping [groovy]

2025-03-29 Thread via GitHub
eric-milles opened a new pull request, #2169: URL: https://github.com/apache/groovy/pull/2169 This is a total experiment and a work-in-progress. I don't know quite how to represent the extra variable/parameter. `ForStatement` is already a bit of a mess in how it supports both `for(int i =

[jira] [Commented] (GROOVY-10683) Consider enhancing for loop to provide access to loop index or iterator

2025-03-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939452#comment-17939452 ] ASF GitHub Bot commented on GROOVY-10683: - eric-milles opened a new pull reques

[jira] [Updated] (GROOVY-10683) Consider enhancing for loop to provide access to loop index or iterator

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-10683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-10683: - Language: groovy > Consider enhancing for loop to provide access to loop index or iterator > --

Re: [PR] spike to test build for asm 9.8 [groovy]

2025-03-29 Thread via GitHub
paulk-asert merged PR #2161: URL: https://github.com/apache/groovy/pull/2161 -- 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: notifications-unsubscr...@g

[jira] [Updated] (GROOVY-11592) Bump asm to 9.8

2025-03-29 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-11592: --- Fix Version/s: 5.0.0-alpha-13 4.0.27 > Bump asm to 9.8 > --- > >

[jira] [Resolved] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11591. -- Fix Version/s: 5.0.0-alpha-13 Resolution: Fixed https://github.com/apache/groovy/commi

[jira] [Updated] (GROOVY-11593) Bump asm to 9.8 in Groovy 3

2025-03-29 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-11593: --- Fix Version/s: 3.0.25 (was: 3.0.24) > Bump asm to 9.8 in Groovy 3 >

[jira] [Updated] (GROOVY-11593) Bump asm to 9.8 in Groovy 3

2025-03-29 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-11593: --- Summary: Bump asm to 9.8 in Groovy 3 (was: CLONE - Bump asm to 9.7.1 in Groovy 3) > Bump asm to 9

[jira] [Created] (GROOVY-11593) CLONE - Bump asm to 9.7.1 in Groovy 3

2025-03-29 Thread Paul King (Jira)
Paul King created GROOVY-11593: -- Summary: CLONE - Bump asm to 9.7.1 in Groovy 3 Key: GROOVY-11593 URL: https://issues.apache.org/jira/browse/GROOVY-11593 Project: Groovy Issue Type: Sub-task

[jira] [Created] (GROOVY-11592) Bump asm to 9.8

2025-03-29 Thread Paul King (Jira)
Paul King created GROOVY-11592: -- Summary: Bump asm to 9.8 Key: GROOVY-11592 URL: https://issues.apache.org/jira/browse/GROOVY-11592 Project: Groovy Issue Type: Dependency upgrade Rep

[jira] [Updated] (GROOVY-11592) Bump asm to 9.8

2025-03-29 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-11592: --- Fix Version/s: (was: 5.0.0-alpha-11) (was: 4.0.24) > Bump asm to 9.8 > -

[jira] [Commented] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939444#comment-17939444 ] Eric Milles commented on GROOVY-11591: -- Just a note: static compilation does this

[jira] [Updated] (GROOVY-11229) Support instanceof variable

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11229: - Component/s: class generator > Support instanceof variable > --- > >

[jira] [Assigned] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11591: Assignee: Eric Milles > safe call evaluates arguments > --

[jira] [Updated] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11591: - Language: groovy > safe call evaluates arguments > -- > >

[jira] [Commented] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939443#comment-17939443 ] Eric Milles commented on GROOVY-11591: -- I'm able to look over the code and docs no

[jira] [Updated] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11591: - Component/s: class generator > safe call evaluates arguments > --

[jira] [Resolved] (GROOVY-11584) Bump gradle to 8.13 (build dependency)

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11584. -- Fix Version/s: 5.0.0-alpha-13 Resolution: Fixed > Bump gradle to 8.13 (build dependenc

[jira] [Updated] (GROOVY-11229) Support instanceof variable

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11229: - Priority: Minor (was: Major) > Support instanceof variable > --- > >

[jira] [Comment Edited] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread OC (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939434#comment-17939434 ] OC edited comment on GROOVY-11591 at 3/29/25 5:30 PM: -- Myself, I h

[jira] [Comment Edited] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread OC (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939434#comment-17939434 ] OC edited comment on GROOVY-11591 at 3/29/25 5:26 PM: -- Myself, I h

[jira] [Comment Edited] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread OC (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939434#comment-17939434 ] OC edited comment on GROOVY-11591 at 3/29/25 5:30 PM: -- Myself, I h

[jira] [Comment Edited] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread OC (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939434#comment-17939434 ] OC edited comment on GROOVY-11591 at 3/29/25 5:26 PM: -- Myself, I h

[jira] [Commented] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread OC (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939434#comment-17939434 ] OC commented on GROOVY-11591: - Myself, I haven't found any relevant documentation (perhaps

[jira] [Commented] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939432#comment-17939432 ] Eric Milles commented on GROOVY-11591: -- Is the order of operations defined somewhe

[jira] [Created] (GROOVY-11591) safe call evaluates arguments

2025-03-29 Thread OC (Jira)
OC created GROOVY-11591: --- Summary: safe call evaluates arguments Key: GROOVY-11591 URL: https://issues.apache.org/jira/browse/GROOVY-11591 Project: Groovy Issue Type: Bug Reporter: OC A

[jira] [Updated] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang

2025-03-29 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun updated GROOVY-9742: --- Summary: GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang (was: Groovy 3.0.5 Groo

[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang

2025-03-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939417#comment-17939417 ] ASF GitHub Bot commented on GROOVY-9742: daniellansun opened a new pull request,

[jira] [Updated] (GROOVY-11229) Support instanceof pattern variable

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11229: - Description: See also: [https://openjdk.org/jeps/394] was: See also: [https://openjdk.org/je

[jira] [Commented] (GROOVY-9742) GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang

2025-03-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-9742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939420#comment-17939420 ] ASF GitHub Bot commented on GROOVY-9742: codecov-commenter commented on PR #2168

Re: [PR] GROOVY-9742: GroovyClassLoader.parseClass() StampedCommonCache.getAndPut() hang [groovy]

2025-03-29 Thread via GitHub
codecov-commenter commented on PR #2168: URL: https://github.com/apache/groovy/pull/2168#issuecomment-2763568264 ## [Codecov](https://app.codecov.io/gh/apache/groovy/pull/2168?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&ut

[jira] [Comment Edited] (GROOVY-11229) Support instanceof variable

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937643#comment-17937643 ] Eric Milles edited comment on GROOVY-11229 at 3/29/25 3:31 PM: --

[jira] [Comment Edited] (GROOVY-11229) Support instanceof variable

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937643#comment-17937643 ] Eric Milles edited comment on GROOVY-11229 at 3/29/25 2:04 PM: --

[jira] [Updated] (GROOVY-11229) Support instanceof variable

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11229: - Summary: Support instanceof variable (was: Support instanceof pattern variable) > Support ins

[jira] [Updated] (GROOVY-11229) Support instanceof variable

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11229: - Component/s: parser-antlr4 > Support instanceof variable > --- > >

[jira] [Updated] (GROOVY-11589) Support instanceof destructuring

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11589: - Component/s: parser-antlr4 > Support instanceof destructuring > ---

[jira] [Resolved] (GROOVY-11229) Support instanceof variable

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11229. -- Resolution: Fixed > Support instanceof variable > --- > >

[jira] [Created] (GROOVY-11589) Support instanceof destructuring

2025-03-29 Thread Eric Milles (Jira)
Eric Milles created GROOVY-11589: Summary: Support instanceof destructuring Key: GROOVY-11589 URL: https://issues.apache.org/jira/browse/GROOVY-11589 Project: Groovy Issue Type: New Feature

[jira] [Updated] (GROOVY-11589) Support instanceof destructuring

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11589: - Priority: Minor (was: Major) > Support instanceof destructuring >

[jira] [Created] (GROOVY-11590) Support switch pattern matching

2025-03-29 Thread Eric Milles (Jira)
Eric Milles created GROOVY-11590: Summary: Support switch pattern matching Key: GROOVY-11590 URL: https://issues.apache.org/jira/browse/GROOVY-11590 Project: Groovy Issue Type: New Feature

[jira] [Updated] (GROOVY-11229) Support instanceof variable

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11229: - Language: groovy > Support instanceof variable > --- > >

[jira] [Updated] (GROOVY-11229) Support instanceof pattern variable

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11229: - Summary: Support instanceof pattern variable (was: Support pattern matching and destructure)

[jira] [Updated] (GROOVY-11229) Support instanceof pattern variable

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11229: - Description: https://openjdk.org/jeps/394 (was: See also: [https://openjdk.org/jeps/394]) > Su

[jira] [Updated] (GROOVY-11229) Support pattern matching and destructure

2025-03-29 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-11229: - Description: See also: [https://openjdk.org/jeps/394] [https://openjdk.org/jeps/440] [https://o

Re: [PR] GROOVY-11586: Provide an injectAll DGM method [groovy]

2025-03-29 Thread via GitHub
daniellansun commented on PR #2166: URL: https://github.com/apache/groovy/pull/2166#issuecomment-2763245775 Merged. Thanks. -- 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.

[jira] [Commented] (GROOVY-11486) DGM flatten return type is often incorrect

2025-03-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939393#comment-17939393 ] ASF GitHub Bot commented on GROOVY-11486: - daniellansun merged PR #2157: URL: h

[jira] [Resolved] (GROOVY-11586) Provide an injectAll DGM method

2025-03-29 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-11586. - Fix Version/s: 5.0.0-alpha-13 Assignee: Paul King Resolution: Fixed > Provide a

Re: [PR] GROOVY-11568: try `invokeMethod(Class,Object,Object[],boolean,boolean)` [groovy]

2025-03-29 Thread via GitHub
daniellansun commented on PR #2158: URL: https://github.com/apache/groovy/pull/2158#issuecomment-2763248536 Merged. Thanks. -- 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.

Re: [PR] GROOVY-11486: rework `flatten` type parameters, similar to `collectMany` [groovy]

2025-03-29 Thread via GitHub
daniellansun commented on PR #2157: URL: https://github.com/apache/groovy/pull/2157#issuecomment-2763249502 Merged. Thanks -- 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. T

[jira] [Resolved] (GROOVY-11486) DGM flatten return type is often incorrect

2025-03-29 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-11486. - Fix Version/s: 5.0.0-alpha-13 Resolution: Fixed > DGM flatten return type is often incor

Re: [PR] GROOVY-11486: rework `flatten` type parameters, similar to `collectMany` [groovy]

2025-03-29 Thread via GitHub
daniellansun merged PR #2157: URL: https://github.com/apache/groovy/pull/2157 -- 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: notifications-unsubscr...@

[jira] [Resolved] (GROOVY-11568) Call to private method fails when using Custom MetaClass

2025-03-29 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-11568. - Fix Version/s: 5.0.0-alpha-13 Resolution: Fixed > Call to private method fails when usin

[jira] [Commented] (GROOVY-11568) Call to private method fails when using Custom MetaClass

2025-03-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939391#comment-17939391 ] ASF GitHub Bot commented on GROOVY-11568: - daniellansun merged PR #2158: URL: h

[jira] [Commented] (GROOVY-11568) Call to private method fails when using Custom MetaClass

2025-03-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939392#comment-17939392 ] ASF GitHub Bot commented on GROOVY-11568: - daniellansun commented on PR #2158:

Re: [PR] GROOVY-11568: try `invokeMethod(Class,Object,Object[],boolean,boolean)` [groovy]

2025-03-29 Thread via GitHub
daniellansun merged PR #2158: URL: https://github.com/apache/groovy/pull/2158 -- 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: notifications-unsubscr...@

[jira] [Commented] (GROOVY-11586) Provide an injectAll DGM method

2025-03-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939387#comment-17939387 ] ASF GitHub Bot commented on GROOVY-11586: - daniellansun commented on PR #2166:

[jira] [Commented] (GROOVY-11586) Provide an injectAll DGM method

2025-03-29 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939386#comment-17939386 ] ASF GitHub Bot commented on GROOVY-11586: - daniellansun merged PR #2166: URL: h

[jira] [Closed] (GROOVY-11588) Bump jackson to 2.18.3

2025-03-29 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun closed GROOVY-11588. --- Fix Version/s: 5.0.0-alpha-13 4.0.27 Assignee: Daniel Sun Resolut

[jira] [Created] (GROOVY-11588) Bump jackson to 2.18.3

2025-03-29 Thread Daniel Sun (Jira)
Daniel Sun created GROOVY-11588: --- Summary: Bump jackson to 2.18.3 Key: GROOVY-11588 URL: https://issues.apache.org/jira/browse/GROOVY-11588 Project: Groovy Issue Type: Dependency upgrade

Re: [PR] Bump com.gradle.common-custom-user-data-gradle-plugin from 2.1 to 2.2.1 [groovy]

2025-03-29 Thread via GitHub
daniellansun merged PR #2167: URL: https://github.com/apache/groovy/pull/2167 -- 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: notifications-unsubscr...@