Skip to content

Commit

Permalink
Merge pull request #8095 from matthiasblaesing/groovy-update
Browse files Browse the repository at this point in the history
Update Groovy libraries to 3.0.23
  • Loading branch information
matthiasblaesing authored Jan 3, 2025
2 parents 22f24f0 + 958a05f commit 0c09359
Show file tree
Hide file tree
Showing 188 changed files with 591 additions and 17,526 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1826,7 +1826,9 @@ jobs:
timeout-minutes: 60
strategy:
matrix:
java: [ '17' ]
java: [ '17', '21' ]
exclude:
- java: ${{ github.event_name == 'pull_request' && 'nothing' || '21' }}
fail-fast: false
steps:

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
class TestCase extends ^java.lang.|>MARK_OCCURRENCES:Object<| {
def test (|>MARK_OCCURRENCES:Object<| xy = 0 ) {
def test (|>MARK_OCCURRENCES:Object<| xy = 0 ) {

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Code completion result for source line:
longField.comp|
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
------------------------------------
METHOD compare(long, long) [STATIC, int
METHOD compareTo(Character) int
METHOD compareTo(Long) [PUBLIC] int
METHOD compareTo(Number) int
METHOD compareUnsigned(long, long) [STATIC, int
METHOD compress(long, long) [STATIC, long
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Code completion result for source line:
stringField.spli|
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
------------------------------------
METHOD split() String[]
METHOD split(Closure) Collection
METHOD split(String) [PUBLIC] String[]
METHOD split(String, int) [PUBLIC] String[]
METHOD splitEachLine(CharSequence, Cl Object
METHOD splitEachLine(Pattern, Closure Object
METHOD splitWithDelimiters(String, in [PUBLIC] String[]
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Code completion result for source line:
localLong.comp|
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
------------------------------------
METHOD compare(long, long) [STATIC, int
METHOD compareTo(Character) int
METHOD compareTo(Long) [PUBLIC] int
METHOD compareTo(Number) int
METHOD compareUnsigned(long, long) [STATIC, int
METHOD compress(long, long) [STATIC, long

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ METHOD find(CharSequence, Closure) String
METHOD find(Closure) Object
METHOD find(Pattern) String
METHOD find(Pattern, Closure) String
METHOD findAll() Collection
METHOD findAll() List
METHOD findAll(CharSequence) List
METHOD findAll(CharSequence, Closure) List
METHOD findAll(Closure) Collection
METHOD findAll(Closure) List
METHOD findAll(Pattern) List
METHOD findAll(Pattern, Closure) List
METHOD findIndexOf(Closure) int
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Code completion result for source line:
l.comp|
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
------------------------------------
METHOD compare(long, long) [STATIC, int
METHOD compareTo(Character) int
METHOD compareTo(Long) [PUBLIC] int
METHOD compareTo(Number) int
METHOD compareUnsigned(long, long) [STATIC, int
METHOD compress(long, long) [STATIC, long
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Code completion result for source line:
s.spli|
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
------------------------------------
METHOD split() String[]
METHOD split(Closure) Collection
METHOD split(String) [PUBLIC] String[]
METHOD split(String, int) [PUBLIC] String[]
METHOD splitEachLine(CharSequence, Cl Object
METHOD splitEachLine(Pattern, Closure Object
METHOD splitWithDelimiters(String, in [PUBLIC] String[]
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ METHOD every(Closure) boolean
METHOD finalize() [PROTECTE void
METHOD find() Object
METHOD find(Closure) Object
METHOD findAll() Collection
METHOD findAll(Closure) Collection
METHOD findAll() List
METHOD findAll(Closure) List
METHOD findIndexOf(Closure) int
METHOD findIndexOf(int, Closure) int
METHOD findIndexValues(Closure) List
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CCTestGClass|^
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
CONSTRUCTO CamelCaseTestGroovyClass() - g null
------------------------------------
CLASS CamelCaseTestGroovyClass null
CLASS CamelCaseTestGroovyClass null
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CamelCTGC|^
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
CONSTRUCTO CamelCaseTestGroovyClass() - g null
------------------------------------
CLASS CamelCaseTestGroovyClass null
CLASS CamelCaseTestGroovyClass null
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CCT|^
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
CONSTRUCTO CamelCaseTestGroovyClass() - g null
------------------------------------
CLASS CamelCaseTestGroovyClass null
CLASS CamelCaseTestGroovyClass null
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ CamCa|^
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
CONSTRUCTO CamelCaseTestGroovyClass() - g null
------------------------------------
CLASS CamelCaseTestGroovyClass null
CLASS CamelCaseTestGroovyClass null
Loading

0 comments on commit 0c09359

Please sign in to comment.