Sign in
apache
/
groovy
/
HEAD
c7c0eab
minor items
by Eric Milles
· 8 hours ago
master
200f089
GROOVY-11997: Add @ForkedJvm JUnit extension (use classpath filtering)
by Paul King
· 19 hours ago
55c0a18
minor refactor: consistent spelling
by Paul King
· 19 hours ago
933a59c
GROOVY-11997: Add @ForkedJvm JUnit extension (allow classpath filtering)
by Paul King
· 20 hours ago
bb6c33d
minor refactor: use direct sha1 number even though infra permits friendly version name
by Paul King
· 27 hours ago
2ddeb28
minor refactor: run jmh tests also daily (prep work)
by Paul King
· 2 days ago
7fb605f
GROOVY-11997: Add @ForkedJvm and @ExpectedToFail JUnit extensions to groovy-test-junit6 (tweaks)
by Paul King
· 2 days ago
1380ed6
minor refactor: run jmh tests also daily
by Paul King
· 2 days ago
3ad10bb
minor refactor: remove javadoc warnings
by Paul King
· 2 days ago
6fde012
GROOVY-11997: Add @ForkedJvm and @ExpectedToFail JUnit extensions to groovy-test-junit6 (additional tests converted)
by Paul King
· 2 days ago
49a8738
GROOVY-11997: Add @ForkedJvm and @ExpectedToFail JUnit extensions to groovy-test-junit6 (minor tweaks and an additional test converted)
by Paul King
· 2 days ago
915895d
GROOVY-11996: Provide a groovy.truth.file.exists.enabled system property which when false reverts to Groovy 4 behavior (test)
by Paul King
· 2 days ago
7d924a8
GROOVY-11996: Provide a groovy.truth.file.exists.enabled system property which when false reverts to Groovy 4 behavior
by Paolo Di Tommaso
· 4 days ago
f97ae1b
minor refactor: run jmh tests also daily
by Paul King
· 2 days ago
443686e
minor refactor: allow jmh format to be parameterised
by Paul King
· 2 days ago
924898f
GROOVY-11993: Support serializable method reference (#2514)
by Daniel Sun
· 2 days ago
16ba916
GROOVY-11997: Add @ForkedJvm and @ExpectedToFail JUnit extensions to groovy-test-junit6
by Paul King
· 3 days ago
19826e1
GROOVY-11994: GEP-16: Missing groovy.val.enabled flag
by Paul King
· 3 days ago
5f5bf92
GROOVY-11995: groovyc ant task could support passing through system properties or jvmargs
by Paul King
· 3 days ago
f208e2f
Trivial refactor: avoid using magic number
by Daniel Sun
· 3 days ago
97e6557
GROOVY-11987: groovydoc CLI fails with "Unsupported Java Version: false" when --javaVersion omitted (#2511)
by Paul King
· 3 days ago
e7834f9
Remove duplicated `SystemRegistryImpl` already included in jline
by Daniel Sun
· 4 days ago
80160d6
Remove "@deprecated" in javadoc
by Daniel Sun
· 4 days ago
f71bbea
GROOVY-11992: Bump org.apache.maven.resolver:maven-resolver-supplier-mvn4: 2.0.16 → 2.0.17
by Daniel Sun
· 4 days ago
0fc45f4
GROOVY-11991: Bump jline to 4.0.14
by Daniel Sun
· 4 days ago
e027061
GROOVY-11990: Bump jackson to 2.21.3
by Daniel Sun
· 4 days ago
3ccf055
GROOVY-11989: Bump com.github.javaparser:javaparser-core: 3.28.0 → 3.28.1
by Daniel Sun
· 4 days ago
88c227f
fix test flakiness
by Paul King
· 4 days ago
36870fa
add testcase for GROOVY-11202
by Paul King
· 4 days ago
95283c8
possible testlens fix for JDK25
by Paul King
· 4 days ago
9ccd6a7
Add missing javadoc
by Daniel Sun
· 4 days ago
5cbb8f4
Avoid setup TestLens for Java25 build
by Daniel Sun
· 4 days ago
76a7774
Remove `@Deprecated` added by accident
by Daniel Sun
· 4 days ago
43a931f
Enhance type resolution for groovydoc
by Daniel Sun
· 4 days ago
f5057e7
add testlens to build (cont'd)
by Paul King
· 4 days ago
de3b42f
add testlens to build
by Paul King
· 4 days ago
c4b936b
Add missing javadoc
by Daniel Sun
· 4 days ago
159c983
Add missing javadoc
by Daniel Sun
· 4 days ago
40efb0b
Add missing javadoc
by Daniel Sun
· 4 days ago
4b9fcfe
fix build
by Paul King
· 4 days ago
ae8c9c0
Tweak javadoc for `getParamTypes`
by Daniel Sun
· 4 days ago
a4caaa4
GROOVY-11986: genericGetMethod registration too permissive: matches any get(X) where X is a supertype of String (test)
by Paul King
· 5 days ago
999f6dc
GROOVY-11986: genericGetMethod registration too permissive: matches any get(X) where X is a supertype of String
by Paul King
· 5 days ago
0f692ec
GROOVY-11983: STC: unsound smart-cast in else branch of if (cond && !(x instanceof Y)) (improved NOT handling)
by Paul King
· 4 days ago
e3f318e
Add missing javadoc
by Daniel Sun
· 4 days ago
4049901
Add missing javadoc
by Daniel Sun
· 4 days ago
d9e6ae1
Add missing javadoc
by Daniel Sun
· 5 days ago
2681943
Add missing package-info
by Daniel Sun
· 5 days ago
52fc245
Add missing package-info
by Daniel Sun
· 5 days ago
664e817
Fix javadoc warnings
by Daniel Sun
· 5 days ago
703121d
Rename package-info.java to package-info.groovy
by Daniel Sun
· 5 days ago
8b934f6
Add missing package-info
by Daniel Sun
· 5 days ago
a029b89
minor refactor: fix javadoc warnings
by Paul King
· 5 days ago
3c38dd3
Bump com.gradle.develocity from 4.4.0 to 4.4.1
by dependabot[bot]
· 5 days ago
af95d66
GROOVY-11983: STC: unsound smart-cast in else branch of if (cond && !(x instanceof Y))
by Paul King
· 5 days ago
88ca738
GROOVY-11982: Default methods in interface throw IncompatibleClassChangeError under indy=false
by Paul King
· 5 days ago
e6e11c1
GROOVY-11979: Consolidate XML factory hardening and document secure-by-default parsing (Part 3)
by Paul King
· 5 days ago
d652391
GROOVY-11979: Consolidate XML factory hardening and document secure-by-default parsing (Part 2)
by Paul King
· 5 days ago
9f54c3d
GROOVY-11979: Consolidate XML factory hardening and document secure-by-default parsing (Part 1)
by Paul King
· 5 days ago
ced726c
GROOVY-11980: @AutoClone clone() override adds CloneNotSupportedException not declared by superclass
by Paul King
· 5 days ago
78bd8bc
Add missing javadoc
by Daniel Sun
· 5 days ago
a47cf96
Restore `equals` deleted by accident
by Daniel Sun
· 5 days ago
ad71192
Add missing javadoc
by Daniel Sun
· 5 days ago
c12832e
Add missing javadoc
by Daniel Sun
· 5 days ago
39ab9b2
Tweak javadoc
by Daniel Sun
· 6 days ago
8e06653
Tweak javadoc
by Daniel Sun
· 6 days ago
069282f
Trivial refactor: remove unnecessary casting
by Daniel Sun
· 6 days ago
3fc15e0
Trivial refactor: use type inference for Set
by Daniel Sun
· 6 days ago
7a055c9
Trivial refactor: use switch expression instead
by Daniel Sun
· 6 days ago
a6b9afe
Trivial refactor: use collection factory call instead
by Daniel Sun
· 6 days ago
a19bc8e
Trivial refactor: remove unnecessary unboxing
by Daniel Sun
· 6 days ago
7361715
Trivial refactor: use `contains` instead
by Daniel Sun
· 6 days ago
2be80cc
Trivial refactor: use pattern variable instead
by Daniel Sun
· 6 days ago
07cbf92
tweak for windows test stability
by Paul King
· 6 days ago
99bd90a
Tweak javadoc
by Daniel Sun
· 6 days ago
c0e70da
Tweak javadoc
by Daniel Sun
· 6 days ago
4654b11
@since versions
by Paul King
· 6 days ago
ce3dc19
@since versions
by Paul King
· 6 days ago
0ecf194
Update dependency metadata
by Daniel Sun
· 6 days ago
2d54521
Add missing javadoc
by Daniel Sun
· 6 days ago
387e236
GROOVY-11978: RootLoader returns duplicate resource URLs when the same jar appears on parent and child classpaths
by Paul King
· 6 days ago
f3d8eef
Add missing javadoc
by Daniel Sun
· 6 days ago
eb91821
Add missing javadoc
by Daniel Sun
· 6 days ago
056ea54
minor refactor: fix version typo
by Paul King
· 6 days ago
7b26481
GROOVY-11970: Provide support for compound assignment operator overloading (GEP-15)
by Paul King
· 10 days ago
9c23ae1
GROOVY-11976: stub generation should better account for the shape that will exist after later transforms run when known
by Paul King
· 9 days ago
57662d1
GROOVY-11978: RootLoader duplicates the core jar already on the bootstrap classpath
by Paul King
· 6 days ago
42b9d17
GROOVY-11770: StackOverflowError processing generics for kubernetes-client library (cycle guard instead of try/catch)
by Paul King
· 10 days ago
3e45a30
minor refactor: fix asciidoc link
by Paul King
· 6 days ago
cd3296b
GEP-16/GEP-20 overlap cleanup now that both are merged.
by Paul King
· 6 days ago
30908a5
known val edge case in performance test
by Paul King
· 6 days ago
8dde1c8
GROOVY-11966: AnnotationNode.isTargetAllowed introduces concurrent write to shared ListHashMap
by Paul King
· 12 days ago
cd3f157
GROOVY-11956: refactor `RecordBase` checking
by Eric Milles
· 7 days ago
7203ff7
GROOVY-11977: val type placeholder for final declarations (#2464)
by Paul King
· 7 days ago
661e6cf
GROOVY-11964: Additional multi-assignment forms
by Paul King
· 13 days ago
406feaf
GROOVY-11967: VerifyError in @CompileStatic constructor with default-valued list parameter
by Paul King
· 12 days ago
9d59d71
Add missing javadoc for `ScopedLocal`
by Daniel Sun
· 7 days ago
413aa63
Fix javadoc warnings
by Daniel Sun
· 7 days ago
a05cffd
GROOVY-11022: StackOverflowError when having parameterized function with recursive bounds
by Paul King
· 10 days ago
c9130b9
Fix javadoc of `DefaultAsyncScope`
by Daniel Sun
· 7 days ago
Next »