This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/gradle/org.apache.maven-maven-core-3.9.11 in repository https://gitbox.apache.org/repos/asf/groovy.git
discard 89bd7405e0 Bump org.apache.maven:maven-core from 3.9.10 to 3.9.11 add 3dbf3401e6 GROOVY-8162: Update Groovysh to JLine3 (make non-interpreter mode more similar ot old behavior) add d1ddfadcae GROOVY-8162: Update Groovysh to JLine3 (start updating documentation) add 5579f1b1ea GROOVY-8162: Update Groovysh to JLine3 (console variables may contain underscores) add f0112aee7b GROOVY-8162: Update Groovysh to JLine3 (further doco improvements) add 71862815d1 Remove TeamCity build badge for now add 6db9b27bbe GROOVY-9848: prep work add a49438560b GROOVY-11666: add test case add 5ac33ade3f GROOVY-11666: `groovyc`: add to classpath for incremental compilation add 1e342f1daf GROOVY-11715: Grails reproducible build part 3: @DelegatesTo ordering add 5bd68c5bb6 minor items add 2c9b454923 GROOVY-11644: check for `namedVariant` constructor duplication add 06f12de080 GROOVY-10479: enable tests add 49e1d6487e GROOVY-3069, GROOVY-11677: call expr variable or parameter precedence add 78089a5f45 Bump org.apache.maven:maven-core from 3.9.10 to 3.9.11 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 (89bd7405e0) \ N -- N -- N refs/heads/dependabot/gradle/org.apache.maven-maven-core-3.9.11 (78089a5f45) 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: README.adoc | 2 +- .../groovy/classgen/AsmClassGenerator.java | 10 +- .../groovy/classgen/VariableScopeVisitor.java | 31 +- .../groovy/runtime/DefaultGroovyMethods.java | 19 +- .../transform/RecordTypeASTTransformation.java | 29 +- .../TupleConstructorASTTransformation.java | 39 ++- .../{Groovy3069Bug.groovy => Groovy3069.groovy} | 70 +++-- src/test/groovy/groovy/GroovyMethodsTest.groovy | 286 +++++++++++++++-- src/test/groovy/groovy/MapTest.groovy | 338 +++++++++++---------- .../org/codehaus/groovy/classgen/RecordTest.groovy | 140 ++++++--- .../groovy/classgen/asm/TypeAnnotationsTest.groovy | 2 +- .../main/java/org/codehaus/groovy/ant/Groovyc.java | 93 +++--- .../org/codehaus/groovy/ant/GroovycTest.xml | 82 +++-- .../org/codehaus/groovy/ant/GroovycTest3.groovy} | 7 +- .../codehaus/groovy/ant/GroovycTest3Peer.groovy | 5 +- .../codehaus/groovy/ant/commons-lang3-3.17.0.jar | Bin 673587 -> 0 bytes .../codehaus/groovy/ant/commons-lang3-3.18.0.jar | Bin 0 -> 702952 bytes .../org/codehaus/groovy/ant/GroovycTest.java | 19 +- .../groovy/org/apache/groovy/groovysh/Main.groovy | 2 +- .../apache/groovy/groovysh/jline/GroovyEngine.java | 44 ++- .../groovy-groovysh/src/spec/doc/groovysh.adoc | 203 ++++++++----- 21 files changed, 936 insertions(+), 485 deletions(-) rename src/test/groovy/bugs/{Groovy3069Bug.groovy => Groovy3069.groovy} (56%) copy subprojects/groovy-ant/src/{test/groovy/org/codehaus/groovy/ant/GroovyTest2Class.groovy => test-resources/org/codehaus/groovy/ant/GroovycTest3.groovy} (81%) copy src/test-resources/groovy/bugs/groovy9236/Peer.groovy => subprojects/groovy-ant/src/test-resources/org/codehaus/groovy/ant/GroovycTest3Peer.groovy (90%) delete mode 100644 subprojects/groovy-ant/src/test-resources/org/codehaus/groovy/ant/commons-lang3-3.17.0.jar create mode 100644 subprojects/groovy-ant/src/test-resources/org/codehaus/groovy/ant/commons-lang3-3.18.0.jar