Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Groovy libraries to 3.0.23 #8095

Merged
merged 3 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,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
Loading