[
https://issues.apache.org/jira/browse/TINKERPOP-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17699007#comment-17699007
]
ASF GitHub Bot commented on TINKERPOP-2373:
-------------------------------------------
kenhuuu opened a new pull request, #1986:
URL: https://github.com/apache/tinkerpop/pull/1986
Fixes https://issues.apache.org/jira/browse/TINKERPOP-2373
Groovy 4 packages the indy version by default so it isn't necessary to use
the classifier anymore. asm-util is a new dependency for groovysh but clashes
with another asm dependency so we exclude it from groovysh since it isn't
required when running (Groovy will use the version of asm from jarjarasm).
Removed usages of "def class" since this no longer seems to be supported by
Groovy. Updated the parameter size for
shouldProvideBetterExceptionForMethodCodeTooLarge test as it no longer triggers
the exception with the previous, smaller size.
> Bump to Groovy 3.0
> ------------------
>
> Key: TINKERPOP-2373
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2373
> Project: TinkerPop
> Issue Type: Improvement
> Components: groovy
> Affects Versions: 3.5.0
> Reporter: Stephen Mallette
> Priority: Major
>
> Groovy 3.0 has been out for a while now and has done several patch releases.
> Time to upgrade on 3.5.0.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)