This is an automated email from the ASF dual-hosted git repository. paulk pushed a change to branch jline3 in repository https://gitbox.apache.org/repos/asf/groovy.git
omit 59c9088a16 support records and interfaces amd static imports omit cce392c1d0 support records and interfaces amd static imports omit 720dc431c7 adjust a few tests omit 5021b8c42b adjust a few tests omit d326d57a93 fix show and alias tests omit 7b66f75150 fix show and alias tests omit 83567cb714 spike for JLine3 version of Groovysh add e0a02a2873 restructure empty check add 002d1245f7 GROOVY-11708: Bump junit5 to 5.13.3 add 519f5e25db GROOVY-11709: Bump log4j2 to 2.25.0 add 4c61f8efe6 GROOVY-11710: Bump jqwik to 1.9.3 add 5c6b0681bd Bump dependency metadata add 40fe7015a5 Remove obsolete ManagedConcurrentMap stress tests (#2259) add fbfa6ec97d Trivial refactor: replace with `isEmpty()` add a1569675e9 Bump binary compatibility baseline to 4.0.27 add bf14e4ffbb Trivial refactor: replace `StringBuilder` with `String` add 6ebd888f76 Add a test case add 81098ecb52 GROOVY-11614: SC: apply enum-case transformation after STC visitation add c7cc2a069a GROOVY-11711: restore outer class generics after inner class visit add 7646f98e44 GROOVY-11707: preserve raw type for `getInterfacesAndSuperInterfaces` add ddf969a755 GROOVY-11681: add `ExecutorService#submit(Closure)` extension add 70806494fe spike for JLine3 version of Groovysh This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (59c9088a16) \ N -- N -- N refs/heads/jline3 (70806494fe) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: gradle.properties | 2 +- gradle/verification-metadata.xml | 5 + src/main/java/groovy/lang/TracingInterceptor.java | 6 +- .../java/org/apache/groovy/antlr/LexerFrame.java | 2 +- .../apache/groovy/ast/tools/ClassNodeUtils.java | 6 +- .../codehaus/groovy/ast/tools/GeneralUtils.java | 8 +- .../groovy/classgen/asm/CallSiteWriter.java | 6 +- .../codehaus/groovy/control/CompilationUnit.java | 41 ------- .../codehaus/groovy/control/ResolveVisitor.java | 9 +- .../groovy/runtime/DefaultGroovyMethods.java | 28 +++++ .../codehaus/groovy/runtime/MetaClassHelper.java | 20 +-- .../VariableExpressionTransformer.java | 16 +++ .../transform/stc/EnumTypeCheckingExtension.java | 34 ++---- .../transform/stc/StaticTypeCheckingVisitor.java | 12 +- src/test/groovy/bugs/Groovy4721.groovy | 13 ++ src/test/groovy/bugs/Groovy8444.groovy | 26 ++-- .../groovy/gls/innerClass/InnerClassTest.groovy | 19 +++ src/test/groovy/groovy/InterfaceTest.groovy | 10 ++ src/test/groovy/groovy/grape/GrapeIvyTest.groovy | 2 +- .../groovy/transform/stc/ClosuresSTCTest.groovy | 15 +++ .../groovy/groovy/transform/stc/LambdaTest.groovy | 16 +++ .../groovy/classgen/asm/TypeAnnotationsTest.groovy | 2 +- .../ui/text/StructuredSyntaxDocumentFilter.java | 6 +- .../util/ManagedConcurrentMapStressTest.java | 136 --------------------- versions.properties | 8 +- 25 files changed, 194 insertions(+), 254 deletions(-) delete mode 100644 subprojects/stress/src/stressTest/java/org/codehaus/groovy/util/ManagedConcurrentMapStressTest.java