Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/apache/groovy

Apache Groovy: A powerful multi-faceted programming language for the JVM platform
https://github.com/apache/groovy

Groovy7319

paulk-asert opened this pull request about 2 years ago
GROOVY-7319: Add primitive array min() and max()

paulk-asert opened this pull request about 2 years ago
GROOVY-10916: Provide min/max closure/comparator variants for primiti…

paulk-asert opened this pull request about 2 years ago
Minor improvements to 'Differences with Java' documentation page

Alex-Golub opened this pull request about 2 years ago
GROOVY-10905: Improve matching no-arg closures to SAM types

paulk-asert opened this pull request about 2 years ago
Tweak StringGroovyMethods

xsj24 opened this pull request about 2 years ago
Replace usages of `path.toFile().exists()` in `NioExtensions` with `Files#exists`

Matyrobbrt opened this pull request about 2 years ago
Add `asBoolean` extension methods to `File` and `Path`

Matyrobbrt opened this pull request about 2 years ago
GROOVY-10898: Provide tail/init for primitive arrays

paulk-asert opened this pull request about 2 years ago
Fix JMH Benchmarks

PaintNinja opened this pull request about 2 years ago
Bump com.gradle.enterprise from 3.12.1 to 3.12.2

dependabot[bot] opened this pull request about 2 years ago
GROOVY-10891: We should have variants of findResult/s with no Closure…

paulk-asert opened this pull request about 2 years ago
Bump build-info-extractor-gradle from 4.30.1 to 4.31.0

dependabot[bot] opened this pull request about 2 years ago
Add source dependency on task to fix task cacheability

runningcode opened this pull request about 2 years ago
GROOVY-10881: Make FastStringUtils work in an OSGi environment

royteeuwen opened this pull request about 2 years ago
Bump com.gradle.enterprise from 3.12 to 3.12.1

dependabot[bot] opened this pull request about 2 years ago
GROOVY-10879: Additional DGM collectEntries variants

paulk-asert opened this pull request about 2 years ago
Bump build-info-extractor-gradle from 4.30.0 to 4.30.1

dependabot[bot] opened this pull request about 2 years ago
GROOVY-10871: Bump Gradle version (build dependency)

paulk-asert opened this pull request about 2 years ago
Bump build-info-extractor-gradle from 4.29.4 to 4.30.0

dependabot[bot] opened this pull request about 2 years ago
Bump com.gradle.enterprise from 3.11.4 to 3.12

dependabot[bot] opened this pull request about 2 years ago
Bump build-info-extractor-gradle from 4.29.3 to 4.29.4

dependabot[bot] opened this pull request about 2 years ago
refactored TimeDuration, added AgoDate, added TimeAgoFromData;

h1alexbel opened this pull request about 2 years ago
Bump com.github.ben-manes.versions from 0.43.0 to 0.44.0

dependabot[bot] opened this pull request about 2 years ago
GROOVY-10822: Groovysh DocCommand improvements

paulk-asert opened this pull request about 2 years ago
Bump build-info-extractor-gradle from 4.29.2 to 4.29.3

dependabot[bot] opened this pull request about 2 years ago
GROOVY-10813: Fix NullPointerException for lambdas with raw types

Shadow-Devil opened this pull request about 2 years ago
GROOVY-8668: add property groovysh.disableDocCommand

tisonkun opened this pull request over 2 years ago
GROOVY-10747: Fix illegal access for object clone on JDK16+

daniellansun opened this pull request over 2 years ago
GROOVY-7992: DGM: `Comparator<? super T>` for comparator parameters

eric-milles opened this pull request over 2 years ago
GROOVY-7919: add `isCase(Iterable,Object)` for `in` and `!in` support

eric-milles opened this pull request over 2 years ago
GROOVY-8283: field hides getter of super class (not interface)

eric-milles opened this pull request over 2 years ago
GROOVY-10278: `CompilerConfiguration`: improve target bytecode selection

eric-milles opened this pull request over 2 years ago
GROOVY-5744, GROOVY-10666: multi-assign via `iterator()` or `getAt(int)`

eric-milles opened this pull request over 2 years ago
GROOVY-10615: Bump Codenarc to 3.0.1 (build dependency)

paulk-asert opened this pull request almost 3 years ago
Groovy 3: Gradle 7.2 for Java 16+

eric-milles opened this pull request almost 3 years ago
GROOVY-10484: NamedVariant: NamedParam not checked when added by tran…

paulk-asert opened this pull request almost 3 years ago
GROOVY-10502: NamedVariant: improve consistency of default value trea…

paulk-asert opened this pull request almost 3 years ago
GROOVY-10290: Dynamic Groovy code in Gradle doesn't compile because o…

paulk-asert opened this pull request almost 3 years ago
GROOVY-10472: @AutoImplement is failing when covariant returns are in…

paulk-asert opened this pull request almost 3 years ago
GROOVY-10412: Refactor: split formatting methods out of InvokerHelper

paulk-asert opened this pull request about 3 years ago
GROOVY-10378: Provide a mechanism to prioritise AST transforms runnin…

paulk-asert opened this pull request about 3 years ago
GROOVY-10361: TupleConstructor could be improved to have a smarter mo…

paulk-asert opened this pull request about 3 years ago
GROOVY-10338: Enhance records with additional helper methods

paulk-asert opened this pull request over 3 years ago
GROOVY-10298: Refine records to not use system properties

paulk-asert opened this pull request over 3 years ago
GROOVY-9999,GROOVY-8488:STC:make decimal literal parameter can auto c…

YueZhikong opened this pull request over 3 years ago
GROOVY-10110: AST browser should show additional information

paulk-asert opened this pull request over 3 years ago
GROOVY-10050: Add additional NamedParam annotations in ResourceGroovy…

paulk-asert opened this pull request almost 4 years ago
GROOVY-9017 DGM methods

tomikoskinen opened this pull request almost 4 years ago
GROOVY-10024: Dollar slashy /$ string ending in backslash "breaks" th…

paulk-asert opened this pull request almost 4 years ago
GROOVY-10023: Remove BSF module from Groovy 4

paulk-asert opened this pull request almost 4 years ago
GROOVY-10005: Remove groovy-jaxb module from Groovy 4

paulk-asert opened this pull request almost 4 years ago
GROOVY-10004: @Lazy transform should check for explicit getters/setters

paulk-asert opened this pull request almost 4 years ago
GROOVY-6360: move @Pure to separate subproject.

paulk-asert opened this pull request almost 4 years ago
GROOVY-9801: Print default on interface methods with default implementation

keeganwitt opened this pull request about 4 years ago
avoid warning about using contains() since we are just a delegate here

paulk-asert opened this pull request over 4 years ago
avoid String.split(String) has surprising behavior

paulk-asert opened this pull request over 4 years ago
add fall through statements for JSON

paulk-asert opened this pull request over 4 years ago
add missing @Override annotations

paulk-asert opened this pull request over 4 years ago
Prefer asSubclass instead of casting the result of newInstance

paulk-asert opened this pull request over 4 years ago
GROOVY-7971: do not save instanceof types under logical or

eric-milles opened this pull request over 4 years ago
fix GROOVY-9367

vipcxj opened this pull request about 5 years ago
Fixed the Reference of the metaclass in ClassInfo.java to use a Weak…

NecOnIce opened this pull request over 5 years ago
GROOVY-7975/GROOVY-3278/GROOVY-7854: improved accessing of constants …

paulk-asert opened this pull request over 6 years ago
GROOVY-3278: Using referenced String constant as value of Annotation …

paulk-asert opened this pull request over 6 years ago
GROOVY-8386/GROOVY-8094: Final variable analysis broken with try/catc…

paulk-asert opened this pull request about 7 years ago
GROOVY-8209 simple http client without extra dependecies

dlukyanov opened this pull request over 7 years ago
GROOVY-5318: generic types in fully-qualified class names parsing error

paulk-asert opened this pull request about 8 years ago