[jira] [Created] (GROOVY-11170) Fix edge cases for SecureASTCustomizer

2023-09-07 Thread Paul King (Jira)
Paul King created GROOVY-11170: -- Summary: Fix edge cases for SecureASTCustomizer Key: GROOVY-11170 URL: https://issues.apache.org/jira/browse/GROOVY-11170 Project: Groovy Issue Type: Bug

[GitHub] [groovy] paulk-asert commented on pull request #1867: GROOVY-10943: Consider additional use of _ as a placeholder

2023-09-07 Thread via GitHub
paulk-asert commented on PR #1867: URL: https://github.com/apache/groovy/pull/1867#issuecomment-1711059289 > The underscore (_) is used in groovy.cli.commons.CommandLineInterface when there is no shortDesc . I THINK this is the same usage(???) > > ex. > > ``` >

[GitHub] [groovy] daniellansun merged pull request #1949: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.1.5 to 5.1.6

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

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1950: Bump com.github.ben-manes.versions from 0.47.0 to 0.48.0

2023-09-07 Thread via GitHub
dependabot[bot] opened a new pull request, #1950: URL: https://github.com/apache/groovy/pull/1950 Bumps com.github.ben-manes.versions from 0.47.0 to 0.48.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.gi

[GitHub] [groovy] dependabot[bot] opened a new pull request, #1949: Bump org.jfrog.buildinfo:build-info-extractor-gradle from 5.1.5 to 5.1.6

2023-09-07 Thread via GitHub
dependabot[bot] opened a new pull request, #1949: URL: https://github.com/apache/groovy/pull/1949 Bumps [org.jfrog.buildinfo:build-info-extractor-gradle](https://github.com/jfrog/artifactory-gradle-plugin) from 5.1.5 to 5.1.6. Release notes Sourced from https://github.com/jfrog/ar

[jira] [Commented] (GROOVY-8587) Calling super in an overridden method results in MissingMethodException when method indirectly inherited from trait

2023-09-07 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17762839#comment-17762839 ] Eric Milles commented on GROOVY-8587: - "A.super.doSomething()" would succeed if the

[jira] [Assigned] (GROOVY-8587) Calling super in an overridden method results in MissingMethodException when method indirectly inherited from trait

2023-09-07 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-8587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles reassigned GROOVY-8587: --- Assignee: Eric Milles > Calling super in an overridden method results in MissingMethodExcep

[jira] [Commented] (GROOVY-11168) Ability to `@DelegatesTo` the return type

2023-09-07 Thread Jira
[ https://issues.apache.org/jira/browse/GROOVY-11168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17762831#comment-17762831 ] Björn Kautler commented on GROOVY-11168: Spock builds a mock object of the type

[jira] [Comment Edited] (GROOVY-11168) Ability to `@DelegatesTo` the return type

2023-09-07 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17762823#comment-17762823 ] Eric Milles edited comment on GROOVY-11168 at 9/7/23 5:16 PM: ---

[jira] [Updated] (GROOVY-6663) Incorrect order of calling super.method when depth more than two and first class is generic

2023-09-07 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-6663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-6663: Environment: (was: Java 7) > Incorrect order of calling super.method when depth more than two

[jira] [Resolved] (GROOVY-6663) Incorrect order of calling super.method when depth more than two and first class is generic

2023-09-07 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-6663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles resolved GROOVY-6663. - Fix Version/s: 5.0.0-alpha-2 Resolution: Fixed https://github.com/apache/groovy/commit/44

[jira] [Updated] (GROOVY-6663) Incorrect order of calling super.method when depth more than two and first class is generic

2023-09-07 Thread Eric Milles (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-6663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Milles updated GROOVY-6663: Affects Version/s: (was: 2.2.1) (was: 2.4.0-rc-1) > Incorrect order

[jira] [Created] (GROOVY-11169) {{DelegateHint}} like {{ClosureSignatureHint}}

2023-09-07 Thread Jira
Björn Kautler created GROOVY-11169: -- Summary: {{DelegateHint}} like {{ClosureSignatureHint}} Key: GROOVY-11169 URL: https://issues.apache.org/jira/browse/GROOVY-11169 Project: Groovy Issue T

[jira] [Updated] (GROOVY-11169) DelegateHint like ClosureSignatureHint

2023-09-07 Thread Jira
[ https://issues.apache.org/jira/browse/GROOVY-11169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Björn Kautler updated GROOVY-11169: --- Summary: DelegateHint like ClosureSignatureHint (was: {{DelegateHint}} like {{ClosureSigna

[jira] [Created] (GROOVY-11168) Ability to `@DelegatesTo` the return type

2023-09-07 Thread Jira
Björn Kautler created GROOVY-11168: -- Summary: Ability to `@DelegatesTo` the return type Key: GROOVY-11168 URL: https://issues.apache.org/jira/browse/GROOVY-11168 Project: Groovy Issue Type:

[GitHub] [groovy] paulk-asert commented on a diff in pull request #1948: GROOVY-11167: JsonOutput should handle Records like POGOs

2023-09-07 Thread via GitHub
paulk-asert commented on code in PR #1948: URL: https://github.com/apache/groovy/pull/1948#discussion_r1318268847 ## src/main/java/org/codehaus/groovy/vmplugin/VMPlugin.java: ## @@ -179,4 +181,17 @@ static String getJavaVersion() { default Map> getDefaultImportClasses(Strin

[jira] [Updated] (GROOVY-11167) JsonOutput should handle Records like POGOs

2023-09-07 Thread Paul King (Jira)
[ https://issues.apache.org/jira/browse/GROOVY-11167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul King updated GROOVY-11167: --- Fix Version/s: 4.0.15 > JsonOutput should handle Records like POGOs > -