notifications
Thread
Date
Later messages
Messages by Date
2015/05/19
[jira] [Resolved] (GROOVY-7425) Add 'getBytes(Map parameters)' method to the URL class
Paul King (JIRA)
2015/05/19
[jira] [Commented] (GROOVY-4654) groovy.transform.ToString annotation does not handle cycles
Paul King (JIRA)
2015/05/19
incubator-groovy git commit: GROOVY-7430: upgrade testng dependency for groovy-testng to 6.9.4
paulk
2015/05/19
[jira] [Updated] (GROOVY-6453) groovysh in Windows 7/8 doesn't support arrow keys and Del
Paul King (JIRA)
2015/05/19
[jira] [Updated] (GROOVY-6453) groovysh in Windows 7/8 doesn't support arrow keys and Del
Paul King (JIRA)
2015/05/19
[jira] [Created] (GROOVY-7430) upgrade testng dependency for groovy-testng to 6.9.4
Paul King (JIRA)
2015/05/19
[jira] [Updated] (GROOVY-7430) upgrade testng dependency for groovy-testng to 6.9.4
Paul King (JIRA)
2015/05/19
[jira] [Resolved] (GROOVY-7338) URL getText(requestProperties) Map doesn't accept a GString
Paul King (JIRA)
2015/05/19
incubator-groovy git commit: tweak gradle classpath for docGDK
paulk
2015/05/19
incubator-groovy git commit: GROOVY-7338: URL getText(requestProperties) Map now accepts a GString (Closes #19)
paulk
2015/05/19
[jira] [Commented] (GROOVY-7338) URL getText(requestProperties) Map doesn't accept a GString
ASF GitHub Bot (JIRA)
2015/05/19
incubator-groovy git commit: GROOVY-7338: URL getText(requestProperties) Map now accepts a GString (Closes #19)
paulk
2015/05/19
[GitHub] incubator-groovy pull request: GROOVY-7338: URL getText(requestPro...
asfgit
2015/05/18
[jira] [Commented] (GROOVY-7338) URL getText(requestProperties) Map doesn't accept a GString
ASF GitHub Bot (JIRA)
2015/05/18
[GitHub] incubator-groovy pull request: GROOVY-7338: URL getText(requestPro...
eginez
2015/05/18
[3/4] incubator-groovy git commit: GROOVY-7425: Changing license header to match updated text
paulk
2015/05/18
[1/4] incubator-groovy git commit: GROOVY-7425: Adding 'getBytes(Map parameters)' method to the URL class
paulk
2015/05/18
[4/4] incubator-groovy git commit: GROOVY-7425: Add 'getBytes(Map parameters)' method to the URL class (Closes #16)
paulk
2015/05/18
[2/4] incubator-groovy git commit: GROOVY-7425: Addressing code review comments by paulk-asert
paulk
2015/05/18
[jira] [Commented] (GROOVY-7425) Add 'getBytes(Map parameters)' method to the URL class
ASF GitHub Bot (JIRA)
2015/05/18
[GitHub] incubator-groovy pull request: GROOVY-7425: Adding 'getBytes(Map p...
asfgit
2015/05/18
incubator-groovy git commit: GROOVY-7425: Add 'getBytes(Map parameters)' method to the URL class (Closes #16)
paulk
2015/05/18
[2/3] incubator-groovy git commit: GROOVY-7425: Addressing code review comments by paulk-asert
paulk
2015/05/18
[3/3] incubator-groovy git commit: GROOVY-7425: Changing license header to match updated text
paulk
2015/05/18
[1/3] incubator-groovy git commit: GROOVY-7425: Adding 'getBytes(Map parameters)' method to the URL class
paulk
2015/05/18
[jira] [Resolved] (GROOVY-7429) CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder()
Paul King (JIRA)
2015/05/18
[GitHub] incubator-groovy pull request: Upgrade to commons-cli 1.3: from Op...
asfgit
2015/05/18
[5/5] incubator-groovy git commit: GROOVY-7429: CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder() (Closes #11)
paulk
2015/05/18
[1/5] incubator-groovy git commit: Converted code using OptionBuilder, deprecated in commons-cli 1.3, to use Option.builder. Removed the synchronized modifier from buildOptions(): it is no more needed with the new commons-cli 1.3 api.
paulk
2015/05/18
[4/5] incubator-groovy git commit: Converted GrapeMain to the new commons-cli 1.3 api: replaced OptionBuilder, deprecated in 1.3, with Option.builder
paulk
2015/05/18
[2/5] incubator-groovy git commit: Converted CliBuilder to the new commons-cli 1.3 api: replaced OptionBuilder, deprecated in 1.3, with Option.builder
paulk
2015/05/18
[3/5] incubator-groovy git commit: Converted FileSystemCompiler to the new commons-cli 1.3 api: replaced OptionBuilder, deprecated in 1.3, with Option.builder
paulk
2015/05/18
[jira] [Updated] (GROOVY-7429) CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder()
Paul King (JIRA)
2015/05/18
[jira] [Updated] (GROOVY-7429) CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder()
Paul King (JIRA)
2015/05/18
[jira] [Created] (GROOVY-7429) CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder())
Paul King (JIRA)
2015/05/18
[jira] [Updated] (GROOVY-7429) CLONE - upgrade Apache Commons CLI to version 1.3 - migrate OptionBuilder to Option.builder())
Paul King (JIRA)
2015/05/18
[jira] [Commented] (GROOVY-7428) Change precedence priority of ** compared to pre/post inc/dec and unary plus/minus
ASF GitHub Bot (JIRA)
2015/05/18
[GitHub] incubator-groovy pull request: GROOVY-7428: Change precedence prio...
paulk-asert
2015/05/18
[jira] [Updated] (GROOVY-7428) Change precedence priority of ** compared to pre/post inc/dec and unary plus/minus
Paul King (JIRA)
2015/05/18
[jira] [Issue Comment Deleted] (GROOVY-7428) Change precedence priority of ** compared to pre/post inc/dec and unary plus/minus
Paul King (JIRA)
2015/05/18
[jira] [Resolved] (GROOVY-7381) Setters with non-void return type fail at runtime when statically compiled
JIRA
2015/05/18
incubator-groovy git commit: GROOVY-7381: Setters with non-void return type fail at runtime when statically compiled
cchampeau
2015/05/18
[jira] [Commented] (GROOVY-7381) Setters with non-void return type fail at runtime when statically compiled
ASF GitHub Bot (JIRA)
2015/05/18
[GitHub] incubator-groovy pull request: GROOVY-7381: Setters with non-void ...
asfgit
2015/05/18
incubator-groovy git commit: GROOVY-7381: Setters with non-void return type fail at runtime when statically compiled
cchampeau
2015/05/18
[jira] [Resolved] (GROOVY-7427) TupleConstructor should allow a mechanism to switch off automatic parameter defaults
Paul King (JIRA)
2015/05/18
[jira] [Updated] (GROOVY-7428) Change precedence priority of ** compared to pre/post inc/dec and unary plus/minus
Paul King (JIRA)
2015/05/18
[jira] [Updated] (GROOVY-7428) Change precedence priority of ** compared to pre/post inc/dec and unary plus/minus
Paul King (JIRA)
2015/05/18
incubator-groovy git commit: GROOVY-7427: TupleConstructor should allow a mechanism to switch off automatic parameter defaults
paulk
2015/05/18
[jira] [Created] (GROOVY-7428) Change precedence priority of ** compared to pre/post inc/dec and unary plus/minus
Paul King (JIRA)
2015/05/18
[jira] [Commented] (GROOVY-7377) Interpolated variable followed by asterisk in slashy-string causes compiler error
Paul King (JIRA)
2015/05/18
[jira] [Commented] (GROOVY-7078) make @Immutable play nice with constructor injection
Paul King (JIRA)
2015/05/18
[jira] [Created] (GROOVY-7427) TupleConstructor should allow a mechanism to switch off automatic parameter defaults
Paul King (JIRA)
2015/05/17
[jira] [Updated] (GROOVY-7426) Add "Clear Output" Toolbar button to Groovy Console
Paul King (JIRA)
2015/05/17
[jira] [Commented] (GROOVY-7426) Add "Clear Output" Toolbar button to Groovy Console
Paul King (JIRA)
2015/05/17
[jira] [Updated] (GROOVY-7426) Add "Clear Output" Toolbar button to Groovy Console
Paul King (JIRA)
2015/05/17
incubator-groovy git commit: operator precedence doco (make a little bit prettier)
paulk
2015/05/17
incubator-groovy git commit: operator precedence doco (make a little bit prettier)
paulk
2015/05/17
incubator-groovy git commit: operator precedence doco didn't match grammar in a few spots plus some missing operators
paulk
2015/05/17
[jira] [Created] (GROOVY-7426) Add "Clear Output" Toolbar button to Groovy Console
Adrian A. (JIRA)
2015/05/16
[jira] [Commented] (GROOVY-7381) Setters with non-void return type fail at runtime when statically compiled
ASF GitHub Bot (JIRA)
2015/05/16
[GitHub] incubator-groovy pull request: GROOVY-7381: Setters with non-void ...
shils
2015/05/16
[jira] [Commented] (GROOVY-4654) groovy.transform.ToString annotation does not handle cycles
Sebastien Arod (JIRA)
2015/05/16
incubator-groovy git commit: fix typo
pascalschumacher
2015/05/15
[jira] [Resolved] (GROOVY-7422) @AnnotationCollector could provide more control over how annotations are added in the presence of existing explicit annotations
Paul King (JIRA)
2015/05/15
[jira] [Commented] (GROOVY-7422) @AnnotationCollector could provide more control over how annotations are added in the presence of existing explicit annotations
ASF GitHub Bot (JIRA)
2015/05/15
incubator-groovy git commit: GROOVY-7422: @AnnotationCollector should provide more control over where collected annotations are placed - additional doco (Closes #14)
paulk
2015/05/15
[GitHub] incubator-groovy pull request: GROOVY-7422: @AnnotationCollector s...
asfgit
2015/05/15
incubator-groovy git commit: GROOVY-7422: @AnnotationCollector should provide more control over where collected annotations are placed
paulk
2015/05/15
incubator-groovy git commit: fix some typos
paulk
2015/05/15
incubator-groovy git commit: fix some typos
paulk
2015/05/15
[jira] [Commented] (GROOVY-7425) Add 'getBytes(Map parameters)' method to the URL class
ASF GitHub Bot (JIRA)
2015/05/15
[jira] [Commented] (GROOVY-7425) Add 'getBytes(Map parameters)' method to the URL class
ASF GitHub Bot (JIRA)
2015/05/15
[GitHub] incubator-groovy pull request: GROOVY-7425: Adding 'getBytes(Map p...
eginez
2015/05/15
[GitHub] incubator-groovy pull request: GROOVY-7425: Adding 'getBytes(Map p...
eginez
2015/05/15
[GitHub] incubator-groovy pull request: GROOVY-7425: Adding 'getBytes(Map p...
eginez
2015/05/15
[jira] [Commented] (GROOVY-7425) Add 'getBytes(Map parameters)' method to the URL class
ASF GitHub Bot (JIRA)
2015/05/15
[jira] [Commented] (GROOVY-7425) Add 'getBytes(Map parameters)' method to the URL class
ASF GitHub Bot (JIRA)
2015/05/15
[GitHub] incubator-groovy pull request: GROOVY-7425: Adding 'getBytes(Map p...
paulk-asert
2015/05/15
[jira] [Commented] (GROOVY-7425) Add 'getBytes(Map parameters)' method to the URL class
ASF GitHub Bot (JIRA)
2015/05/15
[jira] [Commented] (GROOVY-7425) Add 'getBytes(Map parameters)' method to the URL class
ASF GitHub Bot (JIRA)
2015/05/15
[GitHub] incubator-groovy pull request: GROOVY-7425: Adding 'getBytes(Map p...
paulk-asert
2015/05/15
[GitHub] incubator-groovy pull request: GROOVY-7425: Adding 'getBytes(Map p...
paulk-asert
2015/05/15
incubator-groovy git commit: tidy up some legacy parts of the build (additional changes)
paulk
2015/05/15
incubator-groovy git commit: tidy up some legacy parts of the build (additional changes)
paulk
2015/05/15
[1/2] incubator-groovy git commit: tidy up some legacy parts of the build
paulk
2015/05/15
[2/2] incubator-groovy git commit: add incubating to src zip name
paulk
2015/05/15
incubator-groovy git commit: tidy up some legacy parts of the build
paulk
2015/05/15
incubator-groovy git commit: Minor formatting fix for the properties mentioned in the section on Grape (closes #12)
pascalschumacher
2015/05/15
incubator-groovy git commit: Minor formatting fix for the properties mentioned in the section on Grape (closes #12)
pascalschumacher
2015/05/15
[GitHub] incubator-groovy pull request: Minor formatting fix for the proper...
asfgit
2015/05/15
incubator-groovy git commit: Remove Codehaus specific configuration
cchampeau
2015/05/15
incubator-groovy git commit: Remove Codehaus specific configuration
cchampeau
2015/05/15
[jira] [Commented] (GROOVY-7425) Add 'getBytes(Map parameters)' method to the URL class
ASF GitHub Bot (JIRA)
2015/05/15
[GitHub] incubator-groovy pull request: GROOVY-7425: Adding 'getBytes(Map p...
eginez
2015/05/15
incubator-groovy git commit: add incubating to src zip name
paulk
2015/05/14
incubator-groovy git commit: draft info about Java minimum requirements
paulk
2015/05/14
incubator-groovy git commit: draft info about Java minimum requirements
paulk
2015/05/14
incubator-groovy git commit: add DISCLAIMER file
paulk
2015/05/14
incubator-groovy git commit: add DISCLAIMER file
paulk
2015/05/13
[3/3] incubator-groovy git commit: fix build
paulk
2015/05/13
[2/3] incubator-groovy git commit: draft doco for groovy commandline
paulk
2015/05/13
[1/3] incubator-groovy git commit: remove some checkstyle warnings (merged with changes)
paulk
2015/05/13
incubator-groovy git commit: fix build
paulk
2015/05/13
incubator-groovy git commit: draft doco for groovy commandline
paulk
2015/05/13
[GitHub] incubator-groovy pull request: Access to Method parameter names at...
paulk-asert
2015/05/13
[GitHub] incubator-groovy pull request: Access to Method parameter names at...
roranade
2015/05/13
[jira] [Created] (GROOVY-7425) Add 'getBytes(Map parameters)' method to the URL class
Michael Fairfield (JIRA)
2015/05/13
[jira] [Created] (GROOVY-7424) NPE in SecureASTCustomizer for interface method declarations
Carsten Mjartan (JIRA)
2015/05/13
[jira] [Commented] (GROOVY-7423) Access to Method parameter names at runtime
Nick Grealy (JIRA)
2015/05/13
[jira] [Created] (GROOVY-7423) Access to Method parameter names at runtime
Nick Grealy (JIRA)
2015/05/13
[GitHub] incubator-groovy pull request: Access to Method parameter names at...
nickgrealy
2015/05/13
[jira] [Updated] (GROOVY-7422) @AnnotationCollector could provide more control over how annotations are added in the presence of existing explicit annotations
Paul King (JIRA)
2015/05/13
[jira] [Updated] (GROOVY-7422) @AnnotationCollector could provide more control over how annotations are added in the presence of existing explicit annotations
Paul King (JIRA)
2015/05/12
[jira] [Commented] (GROOVY-7350) findAll and findResults should take an optional 'collector' argument
Shil Sinha (JIRA)
2015/05/12
[GitHub] incubator-groovy pull request: GROOVY-7422: @AnnotationCollector s...
paulk-asert
2015/05/12
[jira] [Commented] (GROOVY-7422) @AnnotationCollector should provide more control over where collected annotations are placed
ASF GitHub Bot (JIRA)
2015/05/12
[jira] [Created] (GROOVY-7422) @AnnotationCollector should provide more control over where collected annotations are placed
Paul King (JIRA)
2015/05/11
[jira] [Updated] (GROOVY-7350) findAll and findResults should take an optional 'collector' argument
Shil Sinha (JIRA)
2015/05/11
[jira] [Updated] (GROOVY-7350) findAll and findResults should take an optional 'collector' argument
Shil Sinha (JIRA)
2015/05/11
[GitHub] incubator-groovy pull request: Groovy 7350 add collector to dgm me...
shils
2015/05/11
[GitHub] incubator-groovy pull request: Minor formatting fix for the proper...
roranade
2015/05/11
[jira] [Updated] (GROOVY-7156) Builders behave strange when closures throw exceptions
Jochen Kemnade (JIRA)
2015/05/11
[GitHub] incubator-groovy pull request: Upgrade to commons-cli 1.3: from Op...
jacopoc
2015/05/10
[jira] [Commented] (GROOVY-7419) Static Compilation with Diamond of local EnumMap<>
Shil Sinha (JIRA)
2015/05/10
[jira] [Resolved] (GROOVY-7421) upgrade gradle to 2.4
Paul King (JIRA)
2015/05/10
[1/2] incubator-groovy git commit: Update Gradle to latest 2.4 nightly. Disable annotation processing for stubs generated form test source set of the root project.
paulk
2015/05/10
[2/2] incubator-groovy git commit: GROOVY-7421: upgrade gradle to 2.4
paulk
2015/05/10
[jira] [Created] (GROOVY-7421) upgrade gradle to 2.4
Paul King (JIRA)
2015/05/10
[jira] [Resolved] (GROOVY-5282) upgrade Apache Commons CLI to version 1.3
Paul King (JIRA)
2015/05/10
incubator-groovy git commit: GROOVY-5282: upgrade Apache Commons CLI to version 1.3
paulk
2015/05/10
[jira] [Commented] (GROOVY-7420) Cannot choose between primitive and object variants of an overloaded method
Frank Pavageau (JIRA)
2015/05/10
[jira] [Commented] (GROOVY-7420) Cannot choose between primitive and object variants of an overloaded method
ASF GitHub Bot (JIRA)
2015/05/10
[GitHub] incubator-groovy pull request: GROOVY-7420 Add a failing test
fpavageau
2015/05/10
[jira] [Created] (GROOVY-7420) Cannot choose between primitive and object variants of an overloaded method
Frank Pavageau (JIRA)
2015/05/10
[GitHub] incubator-groovy pull request: Add includeSuper property to @Canon...
andyjduncan
2015/05/09
incubator-groovy git commit: remove some checkstyle warnings
paulk
2015/05/09
[jira] [Updated] (GROOVY-7418) upgrade xstream to 1.4.8 and also exclude optional xmlpull dependency
Paul King (JIRA)
2015/05/09
[jira] [Resolved] (GROOVY-7418) upgrade xstream to 1.4.8 and also exclude optional xmlpull dependency
Paul King (JIRA)
2015/05/08
[jira] [Created] (GROOVY-7419) Static Compilation with Diamond of local EnumMap<>
Dan Sheehan (JIRA)
2015/05/08
incubator-groovy git commit: license tweaks
paulk
2015/05/08
incubator-groovy git commit: GROOVY-7418: upgrade xstream to 1.4.8 and also exclude optional xmlpull dependency
paulk
2015/05/08
[jira] [Created] (GROOVY-7418) upgrade xstream to 1.4.8 and also exclude optional xmlpull dependency
Paul King (JIRA)
2015/05/08
incubator-groovy git commit: tweak JSR223 license
paulk
2015/05/07
[jira] [Commented] (GROOVY-7390) @EqualsAndHashCode incorrect when using non-field properties
Paul King (JIRA)
2015/05/07
[jira] [Resolved] (GROOVY-7417) @EqualsAndHashCode inconsistent when using boolean properties for classes with explicit getters
Paul King (JIRA)
2015/05/07
incubator-groovy git commit: GROOVY-7417: @EqualsAndHashCode inconsistent when using boolean properties for classes with explicit getters
paulk
2015/05/07
[jira] [Updated] (GROOVY-7417) @EqualsAndHashCode inconsistent when using boolean properties for classes with explicit getters
Paul King (JIRA)
2015/05/07
[jira] [Updated] (GROOVY-7417) @EqualsAndHashCode inconsistent when using boolean properties for classes with explicit getters
Paul King (JIRA)
2015/05/07
[jira] [Updated] (GROOVY-7417) @EqualsAndHashCode inconsistent when using boolean properties for classes with explicit getters
Paul King (JIRA)
2015/05/07
[jira] [Updated] (GROOVY-7417) @EqualsAndHashCode inconsistent when using boolean properties for classes with explicit getters
Paul King (JIRA)
2015/05/07
[jira] [Created] (GROOVY-7417) @EqualsAndHashCode inconsistent when using boolean properties for classes with explicit getters
Paul King (JIRA)
2015/05/07
incubator-groovy git commit: tweak JSR223 license
paulk
2015/05/07
[jira] [Commented] (GROOVY-7416) Problem With CompileStatic And Interface Methods In Abstract Subclass
Jeff Scott Brown (JIRA)
2015/05/07
[jira] [Created] (GROOVY-7416) Problem With CompileStatic And Interface Methods In Abstract Subclass
Jeff Scott Brown (JIRA)
2015/05/07
[jira] [Updated] (GROOVY-7416) Problem With CompileStatic And Interface Methods In Abstract Subclass
Jeff Scott Brown (JIRA)
2015/05/07
[jira] [Updated] (GROOVY-7416) Problem With CompileStatic And Interface Methods In Abstract Subclass
Jeff Scott Brown (JIRA)
2015/05/07
[jira] [Resolved] (GROOVY-7159) STC claims non-existent Diamond in Anonymous Inner Class with Generics
JIRA
2015/05/07
incubator-groovy git commit: GROOVY-7159: STC claims non-existent Diamond in Anonymous Inner Class with Generics
cchampeau
2015/05/07
[jira] [Commented] (GROOVY-7159) STC claims non-existent Diamond in Anonymous Inner Class with Generics
ASF GitHub Bot (JIRA)
2015/05/07
[GitHub] incubator-groovy pull request: GROOVY-7159: STC claims non-existen...
asfgit
2015/05/07
incubator-groovy git commit: GROOVY-7159: STC claims non-existent Diamond in Anonymous Inner Class with Generics
cchampeau
2015/05/07
incubator-groovy git commit: Update LICENSE and NOTICE files
cchampeau
2015/05/07
incubator-groovy git commit: Update LICENSE and NOTICE files
cchampeau
2015/05/07
[jira] [Commented] (GROOVY-7414) Process output not always consumed before waitFor() returns
Sergey Gromov (JIRA)
2015/05/07
[jira] [Comment Edited] (GROOVY-7414) Process output not always consumed before waitFor() returns
Paul King (JIRA)
2015/05/07
[jira] [Commented] (GROOVY-7414) Process output not always consumed before waitFor() returns
Paul King (JIRA)
2015/05/06
[jira] [Resolved] (GROOVY-7301) Closure method gets successfully called on the both delegate and the owner
Jochen Theodorou (JIRA)
2015/05/06
[jira] [Resolved] (GROOVY-6416) JsonBuilder returns blank {} format inside a mixin when using 'this' to pass to JsonBuilder
Jochen Theodorou (JIRA)
2015/05/06
[jira] [Updated] (GROOVY-6416) JsonBuilder returns blank {} format inside a mixin when using 'this' to pass to JsonBuilder
Jochen Theodorou (JIRA)
2015/05/06
[jira] [Updated] (GROOVY-7415) Cannot have abstract methods in enum when using joint compilation
Jochen Theodorou (JIRA)
2015/05/06
[jira] [Created] (GROOVY-7415) Cannot have abstract methods in enum when using joint compilation
Mark Vieira (JIRA)
2015/05/06
[jira] [Commented] (GROOVY-7414) Process output not always consumed before waitFor() returns
Sergey Gromov (JIRA)
2015/05/06
[1/2] incubator-groovy git commit: Give some visibility on how to build documentation and to run a single documentation test case.
paulk
2015/05/06
[2/2] incubator-groovy git commit: remove gradle wrapper from source dist zip
paulk
2015/05/06
[jira] [Commented] (GROOVY-7414) Process output not always consumed before waitFor() returns
Paul King (JIRA)
2015/05/06
incubator-groovy git commit: remove gradle wrapper from source dist zip
paulk
2015/05/05
[jira] [Created] (GROOVY-7414) Process output not always consumed before waitFor() returns
Sergey Gromov (JIRA)
2015/05/05
[jira] [Updated] (GROOVY-7413) String.replaceFirst - bad behavior for null objects
Jochen Theodorou (JIRA)
2015/05/05
[jira] [Commented] (GROOVY-7413) String.replaceFirst - bad behavior for null objects
Jochen Theodorou (JIRA)
2015/05/05
[jira] [Created] (GROOVY-7413) String.replaceFirst - bad behavior for null objects
Maik Igloffstein (JIRA)
2015/05/04
[jira] [Commented] (GROOVY-7410) Add missing Maven files to released groovy-all artifact
Paul King (JIRA)
2015/05/04
[jira] [Resolved] (GROOVY-7411) IllegalAccessError: Other.staticMethod() return PackagePrivateType
Daniel Huss (JIRA)
2015/05/04
[jira] [Commented] (GROOVY-7411) IllegalAccessError: Other.staticMethod() return PackagePrivateType
Daniel Huss (JIRA)
2015/05/04
[jira] [Updated] (GROOVY-7410) Add missing Maven files to released groovy-all artifact
Jochen Theodorou (JIRA)
2015/05/04
[jira] [Commented] (GROOVY-7410) Add missing Maven files to released groovy-all artifact
Jochen Theodorou (JIRA)
2015/05/04
[jira] [Updated] (GROOVY-7412) Map-to-interface cast: map method definition does not override the default method
Dmitry Ovchinnikov (JIRA)
2015/05/04
[jira] [Updated] (GROOVY-7412) Map-to-interface cast: map method definition does not override the default method
Dmitry Ovchinnikov (JIRA)
2015/05/04
[jira] [Updated] (GROOVY-7412) Map-to-interface cast: map method definition does not override the default method
Dmitry Ovchinnikov (JIRA)
2015/05/04
[jira] [Created] (GROOVY-7412) Map-to-interface cast: map method definition does not override the default method
Dmitry Ovchinnikov (JIRA)
2015/05/04
[jira] [Commented] (GROOVY-7410) Add missing Maven files to released groovy-all artifact
Goldstein Lyor (JIRA)
2015/05/04
[jira] [Commented] (GROOVY-7410) Add missing Maven files to released groovy-all artifact
Jochen Theodorou (JIRA)
2015/05/03
incubator-groovy git commit: Documentation: remove link to non-existing section
pascalschumacher
2015/05/03
incubator-groovy git commit: Documentation: remove link to non-existing section
pascalschumacher
2015/05/03
[jira] [Comment Edited] (GROOVY-7410) Add missing Maven files to released groovy-all artifact
Goldstein Lyor (JIRA)
2015/05/03
[jira] [Commented] (GROOVY-7410) Add missing Maven files to released groovy-all artifact
Goldstein Lyor (JIRA)
2015/05/03
[jira] [Commented] (GROOVY-7410) Add missing Maven files to released groovy-all artifact
Jochen Theodorou (JIRA)
2015/05/03
[jira] [Updated] (GROOVY-7411) IllegalAccessError: Other.staticMethod() return PackagePrivateType
Jochen Theodorou (JIRA)
2015/05/03
[jira] [Commented] (GROOVY-7411) IllegalAccessError: Other.staticMethod() return PackagePrivateType
Jochen Theodorou (JIRA)
2015/05/03
[4/4] incubator-groovy git commit: Documentation: add Maksym Stavytskyi as contributor
pascalschumacher
Later messages