[jira] [Resolved] (GROOVY-11716) Bump gradle to 8.14.3

2025-07-18 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King resolved GROOVY-11716. Resolution: Fixed > Bump gradle to 8.14.3 > - > > Key: GROOVY

[jira] [Updated] (GROOVY-11716) Bump gradle to 8.14.3

2025-07-18 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-11716: --- Summary: Bump gradle to 8.14.3 (was: CLONE - Bump gradle to 8.14.2) > Bump gradle to 8.14.3 >

[jira] [Created] (GROOVY-11716) CLONE - Bump gradle to 8.14.2

2025-07-18 Thread Paul King (Jira)
Paul King created GROOVY-11716: -- Summary: CLONE - Bump gradle to 8.14.2 Key: GROOVY-11716 URL: https://issues.apache.org/jira/browse/GROOVY-11716 Project: Groovy Issue Type: Dependency upgrade

[jira] [Assigned] (GROOVY-11716) Bump gradle to 8.14.3

2025-07-18 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King reassigned GROOVY-11716: -- Assignee: Paul King (was: Daniel Sun) > Bump gradle to 8.14.3 > - > >

Re: [PR] GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering [groovy]

2025-07-18 Thread via GitHub
paulk-asert commented on code in PR #2267: URL: https://github.com/apache/groovy/pull/2267#discussion_r2217024543 ## src/main/java/org/codehaus/groovy/classgen/AsmClassGenerator.java: ## @@ -2221,10 +,11 @@ private AnnotationVisitor getAnnotationVisitor(final AnnotatedNode

[jira] [Commented] (GROOVY-11715) Grails reproducible build part 3: @DelegatesTo ordering

2025-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18008180#comment-18008180 ] ASF GitHub Bot commented on GROOVY-11715: - paulk-asert commented on code in PR

Re: [PR] Bump com.gradle.develocity from 4.0.2 to 4.1 [groovy]

2025-07-18 Thread via GitHub
paulk-asert commented on PR #2265: URL: https://github.com/apache/groovy/pull/2265#issuecomment-3091219026 @dependabot close Not compatible with the currently installed ge at apache: https://docs.gradle.com/enterprise/compatibility/#develocity_compatibility -- This is an automate

Re: [PR] Bump com.gradle.develocity from 4.0.2 to 4.1 [groovy]

2025-07-18 Thread via GitHub
dependabot[bot] closed pull request #2265: Bump com.gradle.develocity from 4.0.2 to 4.1 URL: https://github.com/apache/groovy/pull/2265 -- 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 c

[jira] [Commented] (GROOVY-11715) Grails reproducible build part 3: @DelegatesTo ordering

2025-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18008178#comment-18008178 ] ASF GitHub Bot commented on GROOVY-11715: - matrei commented on code in PR #2267

Re: [PR] GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering [groovy]

2025-07-18 Thread via GitHub
matrei commented on code in PR #2267: URL: https://github.com/apache/groovy/pull/2267#discussion_r2217020381 ## src/main/java/org/codehaus/groovy/classgen/AsmClassGenerator.java: ## @@ -2221,10 +,11 @@ private AnnotationVisitor getAnnotationVisitor(final AnnotatedNode targe

Re: [PR] GROOVY-8283: field hides getter of super class (not interface) [groovy]

2025-07-18 Thread via GitHub
Copilot commented on code in PR #1767: URL: https://github.com/apache/groovy/pull/1767#discussion_r2216334564 ## src/main/java/groovy/lang/MetaClassImpl.java: ## @@ -2089,10 +2091,25 @@ public void setProperty(final Object object, final Object newValue) { * Object#getClas

[jira] [Commented] (GROOVY-8283) Field shadowing not considered in STC

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

Re: [PR] Bump com.gradle.develocity from 4.0.2 to 4.1 [groovy]

2025-07-18 Thread via GitHub
eric-milles commented on PR #2265: URL: https://github.com/apache/groovy/pull/2265#issuecomment-3089844510 @dependabot rebase -- 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] Bump org.apache.maven:maven-core from 3.9.10 to 3.9.11 [groovy]

2025-07-18 Thread via GitHub
eric-milles commented on PR #2266: URL: https://github.com/apache/groovy/pull/2266#issuecomment-3089814738 @dependabot rebase -- 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] [Closed] (GROOVY-11677) variable and method with same name creates compile error trying to "call" variable name

2025-07-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles closed GROOVY-11677. Resolution: Information Provided It is by design that a local variable or parameter takes precede

[jira] [Assigned] (GROOVY-11677) variable and method with same name creates compile error trying to "call" variable name

2025-07-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11677?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-11677: Assignee: Eric Milles > variable and method with same name creates compile error trying

[jira] [Resolved] (GROOVY-11644) Record classes with a map parameter cause errors with duplicate map constructors

2025-07-18 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-11644. -- Fix Version/s: 5.0.0-beta-2 Resolution: Fixed > Record classes with a map parameter ca

[jira] [Commented] (GROOVY-11644) Record classes with a map parameter cause errors with duplicate map constructors

2025-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18008053#comment-18008053 ] ASF GitHub Bot commented on GROOVY-11644: - eric-milles merged PR #2264: URL: ht

Re: [PR] GROOVY-11644: check for `namedVariant` constructor duplication [groovy]

2025-07-18 Thread via GitHub
eric-milles merged PR #2264: URL: https://github.com/apache/groovy/pull/2264 -- 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] [Resolved] (GROOVY-11715) Grails reproducible build part 3: @DelegatesTo ordering

2025-07-18 Thread Daniel Sun (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Sun resolved GROOVY-11715. - Fix Version/s: 5.0.0-beta-2 Resolution: Fixed > Grails reproducible build part 3: @Deleg

[jira] [Commented] (GROOVY-11715) Grails reproducible build part 3: @DelegatesTo ordering

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

[jira] [Commented] (GROOVY-11715) Grails reproducible build part 3: @DelegatesTo ordering

2025-07-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18008041#comment-18008041 ] ASF GitHub Bot commented on GROOVY-11715: - daniellansun commented on PR #2267:

Re: [PR] GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering [groovy]

2025-07-18 Thread via GitHub
daniellansun merged PR #2267: URL: https://github.com/apache/groovy/pull/2267 -- 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...@

Re: [PR] GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering [groovy]

2025-07-18 Thread via GitHub
daniellansun commented on PR #2267: URL: https://github.com/apache/groovy/pull/2267#issuecomment-3089241974 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.