Messages by Date
-
2025/04/21
[jira] [Created] (GROOVY-11632) Optimise bytecode for list addition
Oscar N (Jira)
-
2025/04/21
[jira] [Assigned] (GROOVY-11630) Extraneous bytecode generated after calls to void DGM methods
Eric Milles (Jira)
-
2025/04/21
[jira] [Created] (GROOVY-11631) Use native lookup switch for enums in TC/CS/POJO modes
Oscar N (Jira)
-
2025/04/21
[jira] [Resolved] (GROOVY-11624) Unable to use statically imported const string in annotation
Eric Milles (Jira)
-
2025/04/21
Re: [PR] GROOVY-11624: SC: post-`ResolveVisitor`, pre-`Verifier` constant inlining [groovy]
via GitHub
-
2025/04/21
[jira] [Commented] (GROOVY-11624) Unable to use statically imported const string in annotation
ASF GitHub Bot (Jira)
-
2025/04/21
[jira] [Created] (GROOVY-11630) Extraneous bytecode generated after calls to void DGM methods
Oscar N (Jira)
-
2025/04/21
[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
Eric Milles (Jira)
-
2025/04/21
[jira] [Updated] (GROOVY-11628) Support record deconstruction inside method parameter
Eric Milles (Jira)
-
2025/04/21
[jira] [Created] (GROOVY-11629) Redundant null check on @NullChecked parameter when iterating on it
Oscar N (Jira)
-
2025/04/21
[jira] [Updated] (GROOVY-11628) Support record deconstruction inside method parameter
Oscar N (Jira)
-
2025/04/21
[jira] [Created] (GROOVY-11628) Support record deconstruction inside method parameter
Oscar N (Jira)
-
2025/04/20
Re: [PR] Bump com.h3xstream.findsecbugs:findsecbugs-plugin from 1.13.0 to 1.14.0 [groovy]
via GitHub
-
2025/04/20
[PR] Bump com.h3xstream.findsecbugs:findsecbugs-plugin from 1.13.0 to 1.14.0 [groovy]
via GitHub
-
2025/04/20
[jira] [Updated] (GROOVY-11610) Inner records are marked static in bytecode but are not recognized as static during compile
Paul King (Jira)
-
2025/04/20
[jira] [Resolved] (GROOVY-11610) Inner records are marked static in bytecode but are not recognized as static during compile
Paul King (Jira)
-
2025/04/20
[jira] [Reopened] (GROOVY-11610) Inner records are marked static in bytecode but are not recognized as static during compile
Paul King (Jira)
-
2025/04/20
[jira] [Commented] (GROOVY-11610) Inner records are marked static in bytecode but are not recognized as static during compile
Eric Milles (Jira)
-
2025/04/20
[jira] [Commented] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Eric Milles (Jira)
-
2025/04/20
[jira] [Commented] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
Eric Milles (Jira)
-
2025/04/20
[jira] [Commented] (GROOVY-11618) Method reference not found for record fields
Eric Milles (Jira)
-
2025/04/20
[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
ASF GitHub Bot (Jira)
-
2025/04/20
Re: [PR] GROOVY-11614: Enums in switch/case statements that are not fully qual… [groovy]
via GitHub
-
2025/04/20
[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
ASF GitHub Bot (Jira)
-
2025/04/20
[jira] [Assigned] (GROOVY-11616) Functions that take var args will default the type of the first argument, java tries to find the common parent type from all arguments
Eric Milles (Jira)
-
2025/04/20
Re: [PR] GROOVY-11614: Enums in switch/case statements that are not fully qual… [groovy]
via GitHub
-
2025/04/20
[jira] [Commented] (GROOVY-11618) Method reference not found for record fields
Saravanan (Jira)
-
2025/04/20
[jira] [Updated] (GROOVY-11616) Functions that take var args will default the type of the first argument, java tries to find the common parent type from all arguments
Saravanan (Jira)
-
2025/04/20
[jira] [Updated] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
Saravanan (Jira)
-
2025/04/20
[jira] [Commented] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
Saravanan (Jira)
-
2025/04/20
[jira] [Commented] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Saravanan (Jira)
-
2025/04/20
[jira] [Updated] (GROOVY-11615) Groovy has trouble type inferencing for Collections. The offender is Collectors.asBlah set of methods. It needs the generic type <A.Y.X> to be added explicitly
Saravanan (Jira)
-
2025/04/20
[jira] [Commented] (GROOVY-11610) Inner records are marked static in bytecode but are not recognized as static during compile
Saravanan (Jira)
-
2025/04/19
[jira] [Resolved] (GROOVY-11623) Default values for array members in annotations
Daniel Sun (Jira)
-
2025/04/19
[jira] [Commented] (GROOVY-11623) Default values for array members in annotations
ASF GitHub Bot (Jira)
-
2025/04/19
Re: [PR] GROOVY-11623: STC: support return of list expression for array method [groovy]
via GitHub
-
2025/04/19
[jira] [Commented] (GROOVY-11623) Default values for array members in annotations
ASF GitHub Bot (Jira)
-
2025/04/19
Re: [PR] GROOVY-11623: STC: support return of list expression for array method [groovy]
via GitHub
-
2025/04/19
[jira] [Commented] (GROOVY-11627) Compile Error when private and public functions use same name in compile static mode
Eric Milles (Jira)
-
2025/04/19
Re: [PR] GROOVY-9530: use parsed static field value for constant inlining [groovy]
via GitHub
-
2025/04/19
[jira] [Commented] (GROOVY-9530) Groovy compiler inlines constants from precompiled classes when it's not safe to do so
ASF GitHub Bot (Jira)
-
2025/04/19
[jira] [Commented] (GROOVY-9530) Groovy compiler inlines constants from precompiled classes when it's not safe to do so
ASF GitHub Bot (Jira)
-
2025/04/19
[PR] GROOVY-9530: use parsed static field value for constant inlining [groovy]
via GitHub
-
2025/04/19
[jira] [Comment Edited] (GROOVY-9530) Groovy compiler inlines constants from precompiled classes when it's not safe to do so
Eric Milles (Jira)
-
2025/04/19
[jira] [Commented] (GROOVY-9530) Groovy compiler inlines constants from precompiled classes when it's not safe to do so
Eric Milles (Jira)
-
2025/04/19
[jira] [Created] (GROOVY-11627) Compile Error when private and public functions use same name in compile static mode
Saravanan (Jira)
-
2025/04/19
[jira] [Updated] (GROOVY-11287) Perform constant folding for basic math calculations in CS
Eric Milles (Jira)
-
2025/04/19
[jira] [Assigned] (GROOVY-9530) Groovy compiler inlines constants from precompiled classes when it's not safe to do so
Eric Milles (Jira)
-
2025/04/19
[jira] [Commented] (GROOVY-11624) Unable to use statically imported const string in annotation
Eric Milles (Jira)
-
2025/04/19
[jira] [Commented] (GROOVY-11624) Unable to use statically imported const string in annotation
Eric Milles (Jira)
-
2025/04/19
[jira] [Updated] (GROOVY-9530) Groovy compiler inlines constants from precompiled classes when it's not safe to do so
Eric Milles (Jira)
-
2025/04/18
[jira] [Closed] (GROOVY-11625) Bump picocli to 4.7.7
Daniel Sun (Jira)
-
2025/04/18
[jira] [Closed] (GROOVY-11626) Bump japicmp to 0.4.6
Daniel Sun (Jira)
-
2025/04/18
[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
ASF GitHub Bot (Jira)
-
2025/04/18
Re: [PR] GROOVY-11614: Enums in switch/case statements that are not fully qual… [groovy]
via GitHub
-
2025/04/18
[jira] [Created] (GROOVY-11626) Bump japicmp to 0.4.6
Daniel Sun (Jira)
-
2025/04/18
[jira] [Created] (GROOVY-11625) Bump picocli to 4.7.7
Daniel Sun (Jira)
-
2025/04/18
[jira] [Commented] (GROOVY-11624) Unable to use statically imported const string in annotation
Paul King (Jira)
-
2025/04/18
[jira] [Commented] (GROOVY-11623) Default values for array members in annotations
ASF GitHub Bot (Jira)
-
2025/04/18
Re: [PR] GROOVY-11623: STC: support return of list expression for array method [groovy]
via GitHub
-
2025/04/18
Re: [PR] GROOVY-11624: SC: post-`ResolveVisitor`, pre-`Verifier` constant inlining [groovy]
via GitHub
-
2025/04/18
[jira] [Commented] (GROOVY-11624) Unable to use statically imported const string in annotation
ASF GitHub Bot (Jira)
-
2025/04/18
[jira] [Commented] (GROOVY-11624) Unable to use statically imported const string in annotation
ASF GitHub Bot (Jira)
-
2025/04/18
[PR] GROOVY-11624: SC: post-`ResolveVisitor`, pre-`Verifier` constant inlining [groovy]
via GitHub
-
2025/04/18
Re: [PR] GROOVY-11621: STC: fix for `list[idx] = null` and `map[key] = null` [groovy]
via GitHub
-
2025/04/18
[jira] [Commented] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic
ASF GitHub Bot (Jira)
-
2025/04/18
Re: [PR] GROOVY-11621: STC: fix for `list[idx] = null` and `map[key] = null` [groovy]
via GitHub
-
2025/04/18
[jira] [Commented] (GROOVY-11624) Unable to use statically imported const string in annotation
Eric Milles (Jira)
-
2025/04/18
[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
ASF GitHub Bot (Jira)
-
2025/04/18
[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
ASF GitHub Bot (Jira)
-
2025/04/18
[jira] [Commented] (GROOVY-11607) Nested <src> in <groovyc> Ant task is not handled nicely
Jira
-
2025/04/18
[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
ASF GitHub Bot (Jira)
-
2025/04/18
Re: [PR] GROOVY-11614: Enums in switch/case statements that are not fully qual… [groovy]
via GitHub
-
2025/04/18
[jira] [Commented] (GROOVY-11623) Default values for array members in annotations
ASF GitHub Bot (Jira)
-
2025/04/18
Re: [PR] GROOVY-11623: STC: support return of list expression for array method [groovy]
via GitHub
-
2025/04/18
[jira] [Commented] (GROOVY-11623) Default values for array members in annotations
ASF GitHub Bot (Jira)
-
2025/04/18
Re: [PR] GROOVY-11623: STC: support return of list expression for array method [groovy]
via GitHub
-
2025/04/18
[jira] [Updated] (GROOVY-11320) Unable to resolve class when putting variables into brackets.
Eric Milles (Jira)
-
2025/04/17
[jira] [Commented] (GROOVY-11624) Unable to use statically imported const string in annotation
Saravanan (Jira)
-
2025/04/17
[jira] [Commented] (GROOVY-11606) Lazy findAll, collect, collectMany
ASF GitHub Bot (Jira)
-
2025/04/17
Re: [PR] GROOVY-11614: Enums in switch/case statements that are not fully qual… [groovy]
via GitHub
-
2025/04/17
[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
ASF GitHub Bot (Jira)
-
2025/04/17
[jira] [Updated] (GROOVY-11624) Unable to use statically imported const string in annotation
Saravanan (Jira)
-
2025/04/17
[jira] [Comment Edited] (GROOVY-11624) Unable to use statically imported const string in annotation
Saravanan (Jira)
-
2025/04/17
[jira] [Commented] (GROOVY-11320) Unable to resolve class when putting variables into brackets.
Eric Milles (Jira)
-
2025/04/17
[jira] [Comment Edited] (GROOVY-11624) Unable to use statically imported const string in annotation
Eric Milles (Jira)
-
2025/04/17
[jira] [Commented] (GROOVY-11624) Unable to use statically imported const string in annotation
Eric Milles (Jira)
-
2025/04/17
Re: [PR] GROOVY-11614: Enums in switch/case statements that are not fully qual… [groovy]
via GitHub
-
2025/04/17
[jira] [Updated] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic
Eric Milles (Jira)
-
2025/04/17
[jira] [Updated] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic
Eric Milles (Jira)
-
2025/04/17
[jira] [Updated] (GROOVY-10724) Parrot parser incorrectly treats an expression wrapped in parentheses as a cast
Eric Milles (Jira)
-
2025/04/17
[jira] [Resolved] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic
Eric Milles (Jira)
-
2025/04/17
[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
ASF GitHub Bot (Jira)
-
2025/04/17
Re: [PR] GROOVY-11614: Enums in switch/case statements that are not fully qual… [groovy]
via GitHub
-
2025/04/16
Re: [PR] GROOVY-11614: Enums in switch/case statements that are not fully qual… [groovy]
via GitHub
-
2025/04/16
[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
ASF GitHub Bot (Jira)
-
2025/04/16
[PR] GROOVY-11614: Enums in switch/case statements that are not fully qual… [groovy]
via GitHub
-
2025/04/16
[jira] [Commented] (GROOVY-11320) Unable to resolve class when putting variables into brackets.
Paul King (Jira)
-
2025/04/16
[jira] [Commented] (GROOVY-10724) Parrot parser incorrectly treats an expression wrapped in parentheses as a cast
Paul King (Jira)
-
2025/04/16
[PR] GROOVY-11623: STC: support return of list expression for array method [groovy]
via GitHub
-
2025/04/16
Re: [PR] Bump com.gradle.develocity from 3.19.2 to 4.0 [groovy]
via GitHub
-
2025/04/16
[jira] [Assigned] (GROOVY-11624) Unable to use statically imported const string in annotation
Eric Milles (Jira)
-
2025/04/16
Re: [PR] GROOVY-11623: STC: support return of list expression for array method [groovy]
via GitHub
-
2025/04/16
[jira] [Commented] (GROOVY-11623) Default values for array members in annotations
ASF GitHub Bot (Jira)
-
2025/04/16
Re: [PR] Bump com.gradle.develocity from 3.19.2 to 4.0 [groovy]
via GitHub
-
2025/04/16
[jira] [Commented] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic
ASF GitHub Bot (Jira)
-
2025/04/16
[jira] [Commented] (GROOVY-11623) Default values for array members in annotations
ASF GitHub Bot (Jira)
-
2025/04/16
Re: [PR] GROOVY-11621: STC: fix for `list[idx] = null` and `map[key] = null` [groovy]
via GitHub
-
2025/04/16
[jira] [Commented] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic
ASF GitHub Bot (Jira)
-
2025/04/16
[jira] [Commented] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic
ASF GitHub Bot (Jira)
-
2025/04/16
[PR] GROOVY-11621: STC: fix for `list[idx] = null` and `map['key'] = null` [groovy]
via GitHub
-
2025/04/16
[jira] [Resolved] (GROOVY-11611) Calls to the outer class's super from an inner class does not work
Eric Milles (Jira)
-
2025/04/16
[jira] [Commented] (GROOVY-11611) Calls to the outer class's super from an inner class does not work
ASF GitHub Bot (Jira)
-
2025/04/16
Re: [PR] GROOVY-11611: outer class super method invocation [groovy]
via GitHub
-
2025/04/16
[jira] [Updated] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic
Eric Milles (Jira)
-
2025/04/16
[jira] [Updated] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic
Eric Milles (Jira)
-
2025/04/16
[jira] [Updated] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic
Eric Milles (Jira)
-
2025/04/16
[jira] [Updated] (GROOVY-11623) Default values for array members in annotations
Eric Milles (Jira)
-
2025/04/16
[jira] [Assigned] (GROOVY-11623) Default values for array members in annotations
Eric Milles (Jira)
-
2025/04/16
[jira] [Commented] (GROOVY-11624) Unable to use statically imported const string in annotation
Saravanan (Jira)
-
2025/04/16
[jira] [Created] (GROOVY-11624) Unable to use statically imported const string in annotation
Saravanan (Jira)
-
2025/04/16
[jira] [Commented] (GROOVY-11615) Groovy has trouble type inferencing for Collections. The offender is Collectors.asBlah set of methods. It needs the generic type <A.Y.X> to be added explicitly
Paul King (Jira)
-
2025/04/16
[jira] [Commented] (GROOVY-11615) Groovy has trouble type inferencing for Collections. The offender is Collectors.asBlah set of methods. It needs the generic type <A.Y.X> to be added explicitly
Saravanan (Jira)
-
2025/04/16
[jira] [Comment Edited] (GROOVY-11615) Groovy has trouble type inferencing for Collections. The offender is Collectors.asBlah set of methods. It needs the generic type <A.Y.X> to be added explicitly
Saravanan (Jira)
-
2025/04/16
[jira] [Comment Edited] (GROOVY-11615) Groovy has trouble type inferencing for Collections. The offender is Collectors.asBlah set of methods. It needs the generic type <A.Y.X> to be added explicitly
Saravanan (Jira)
-
2025/04/15
Re: [PR] chore: remove duplicate words in comment [groovy]
via GitHub
-
2025/04/15
Re: [PR] chore: remove duplicate words in comment [groovy]
via GitHub
-
2025/04/15
[PR] chore: remove duplicate words in comment [groovy]
via GitHub
-
2025/04/15
[jira] [Created] (GROOVY-11623) Default values for array members in annotations
Saravanan (Jira)
-
2025/04/15
Re: [PR] Gradle 8.14 RC1 [groovy]
via GitHub
-
2025/04/15
[jira] [Commented] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
ASF GitHub Bot (Jira)
-
2025/04/15
Re: [PR] GROOVY-10904, GROOVY-11618: reference to inner class property method [groovy]
via GitHub
-
2025/04/15
[jira] [Created] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic
Per Nyfelt (Jira)
-
2025/04/15
Re: [PR] GROOVY-11613: inner class of interface with default methods is static [groovy]
via GitHub
-
2025/04/15
[jira] [Resolved] (GROOVY-11618) Method reference not found for record fields
Eric Milles (Jira)
-
2025/04/15
[jira] [Updated] (GROOVY-11615) Groovy has trouble type inferencing for Collections. The offender is Collectors.asBlah set of methods. It needs the generic type <A.Y.X> to be added explicitly
Eric Milles (Jira)
-
2025/04/15
[jira] [Resolved] (GROOVY-11607) Nested <src> in <groovyc> Ant task is not handled nicely
Eric Milles (Jira)
-
2025/04/15
[jira] [Resolved] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
Eric Milles (Jira)
-
2025/04/15
Re: [PR] Gradle 8.14 RC1 [groovy]
via GitHub
-
2025/04/15
Re: [PR] Gradle 8.14 RC1 [groovy]
via GitHub
-
2025/04/15
[jira] [Updated] (GROOVY-10904) STC doesn't find property accessor on nested class
Eric Milles (Jira)
-
2025/04/15
Re: [PR] GROOVY-11607: `groovyc`: `fileset` lists files [groovy]
via GitHub
-
2025/04/15
[jira] [Commented] (GROOVY-10904) STC doesn't find property accessor on nested class
ASF GitHub Bot (Jira)
-
2025/04/15
[jira] [Commented] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
ASF GitHub Bot (Jira)
-
2025/04/15
[jira] [Commented] (GROOVY-11614) Enums in switch/case statements that are not fully qualified will cause a groovy compile error but Java requires enums to "not" be fully qualified
Paul King (Jira)
-
2025/04/15
Re: [PR] GROOVY-11613: inner class of interface with default methods is static [groovy]
via GitHub
-
2025/04/15
Re: [PR] GROOVY-10904, GROOVY-11618: reference to inner class property method [groovy]
via GitHub
-
2025/04/15
[jira] [Assigned] (GROOVY-11621) Assigning null to a List or Map using bracket notation does not work with @CompileStatic
Eric Milles (Jira)
-
2025/04/15
[jira] [Commented] (GROOVY-10904) STC doesn't find property accessor on nested class
ASF GitHub Bot (Jira)
-
2025/04/15
Re: [PR] GROOVY-11607: `groovyc`: `fileset` lists files [groovy]
via GitHub
-
2025/04/15
Re: [PR] use src/test/groovy instead of src/test [groovy]
via GitHub
-
2025/04/15
[jira] [Commented] (GROOVY-11611) Calls to the outer class's super from an inner class does not work
ASF GitHub Bot (Jira)
-
2025/04/15
Re: [PR] GROOVY-11611: outer class super method invocation [groovy]
via GitHub
-
2025/04/15
Re: [PR] use src/test/groovy instead of src/test [groovy]
via GitHub
-
2025/04/15
Re: [PR] use src/test/groovy instead of src/test [groovy]
via GitHub
-
2025/04/15
Re: [PR] use src/test/groovy instead of src/test [groovy]
via GitHub
-
2025/04/14
[jira] [Commented] (GROOVY-11622) Unix scripts files have windows line endings in 3.0.24
Paul King (Jira)
-
2025/04/14
[jira] [Assigned] (GROOVY-11622) Unix scripts files have windows line endings in 3.0.24
Paul King (Jira)
-
2025/04/14
[jira] [Updated] (GROOVY-11622) Unix scripts files have windows line endings in 3.0.24
Paul King (Jira)
-
2025/04/14
[jira] [Created] (GROOVY-11622) Unix scripts files have windows line endings in 3.0.24
Paul King (Jira)
-
2025/04/14
[jira] [Resolved] (GROOVY-11620) Bump slf4j to 2.0.17 (test and standard install dependency)
Paul King (Jira)
-
2025/04/14
[PR] GROOVY-11611: outer class super method invocation [groovy]
via GitHub
-
2025/04/14
Re: [PR] Bump commons-io:commons-io from 2.18.0 to 2.19.0 [groovy]
via GitHub
-
2025/04/14
Re: [PR] Bump commons-io:commons-io from 2.18.0 to 2.19.0 [groovy]
via GitHub
-
2025/04/14
[jira] [Commented] (GROOVY-11578) Services loaded via the service loader not working in (some) OSGi contexts for Groovy 4+
Roy Teeuwen (Jira)
-
2025/04/14
[jira] [Updated] (GROOVY-11620) Bump slf4j to 2.0.17 (test and standard install dependency)
Paul King (Jira)
-
2025/04/14
[jira] [Created] (GROOVY-11620) Bump slf4j to 2.0.17 (test and standard install dependency)
Paul King (Jira)
-
2025/04/14
[jira] [Commented] (GROOVY-11619) Replace buildscan-recipes with simplified custom value generation
ASF GitHub Bot (Jira)
-
2025/04/13
Re: [PR] GROOVY-11619: Replace buildscan-recipes with simplified custom value … [groovy]
via GitHub
-
2025/04/13
[jira] [Commented] (GROOVY-11619) Replace buildscan-recipes with simplified custom value generation
ASF GitHub Bot (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11611) Calls to the outer class's super from an inner class does not work
ASF GitHub Bot (Jira)
-
2025/04/13
Re: [PR] GROOVY-11611: outer class super method invocation [groovy]
via GitHub
-
2025/04/13
[jira] [Commented] (GROOVY-11611) Calls to the outer class's super from an inner class does not work
ASF GitHub Bot (Jira)
-
2025/04/13
[PR] Bump commons-io:commons-io from 2.18.0 to 2.19.0 [groovy]
via GitHub
-
2025/04/13
[jira] [Commented] (GROOVY-11606) Lazy findAll, collect, collectMany
ASF GitHub Bot (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11611) Calls to the outer class's super from an inner class does not work
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11611) Calls to the outer class's super from an inner class does not work
Eric Milles (Jira)
-
2025/04/13
[jira] (GROOVY-11611) Calls to the outer class's super from an inner class does not work
Eric Milles (Jira)
-
2025/04/13
[jira] [Assigned] (GROOVY-11611) Calls to the outer class's super from an inner class does not work
Eric Milles (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11611) Calls to the outer class's super from an inner class does not work
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11611) Calls to the outer class's super from an inner class does not work
Eric Milles (Jira)
-
2025/04/13
[jira] [Resolved] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11616) Functions that take var args will default the type of the first argument, java tries to find the common parent type from all arguments
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11263) Analyze dead code
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-10054) STC: Cannot infer lambda parameter types for a stream collector
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
Eric Milles (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11618) Method reference not found for record fields
Eric Milles (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11618) Method reference not found for record fields
ASF GitHub Bot (Jira)
-
2025/04/13
[jira] [Assigned] (GROOVY-11612) Groovy incorrectly compiles the accessing of InnerClass's variables when the OuterClass has a getter for it
Eric Milles (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11618) Method reference not found for record fields
Eric Milles (Jira)
-
2025/04/13
[jira] [Assigned] (GROOVY-11618) Method reference not found for record fields
Eric Milles (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11613) Cannot call on outerclass's default method if the inner class extends that outerclass
ASF GitHub Bot (Jira)
-
2025/04/13
[jira] [Commented] (GROOVY-11616) Functions that take var args will default the type of the first argument, java tries to find the common parent type from all arguments
Saravanan (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11618) Method reference not found for record fields
Saravanan (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11618) Method reference not found for record fields
Saravanan (Jira)
-
2025/04/13
[jira] [Updated] (GROOVY-11618) Method reference not found for record fields
Saravanan (Jira)