This is an automated email from the ASF dual-hosted git repository.

dependabot[bot] pushed a change to branch 
dependabot/gradle/org.sonarqube-7.3.0.8198
in repository https://gitbox.apache.org/repos/asf/groovy.git


 discard b01f699ced Bump org.sonarqube from 7.0.1.6134 to 7.3.0.8198
     add 8bdcbb97f6 Bump github/codeql-action from 4.35.2 to 4.35.3 (#2525)
     add dea71cc8df github actions for grape caching
     add f597292f28 improved error message for some cases when .groovy/grapes 
cache is corrupt
     add 15ffbb61b5 bump rest assured version
     add f945a2b0a3 revert: bump rest assured version
     add 82fa77b579 Add missing package-info
     add cd1ccc8a3c update GitHub actions
     add dd1fd0770c minor refactor: smaller splits for JMH github actions
     add fb56b44740 enable gh-pages for jmh dashboard
     add 3e02aeb12c info added to comment
     add 160c9d57d1 tweak performance test which has stack overflow in some 
environments
     add 1559a9d12a turn on ivy debugging temporarily
     add 07e99d65ba user agent workaround
     add c18dd839c7 test additional user agent workarounds
     add 06645cd674 test additional user agent workarounds
     add b6169df6e2 GROOVY-12004: grape command line tool should accept 
maven/ivy shorthands
     add a628cf6918 GROOVY-12002: add MarkdownSlurper support to groovysh
     add 09e912275e GROOVY-12003: Add /img command to groovysh for inline image 
and chart display
     add 799693c5df test additional user agent workarounds
     add 2e3257a562 test additional user agent workarounds
     add f68a20639e test additional user agent workarounds
     add df8fc81071 test additional user agent workarounds
     add d77adc27a7 minor refactor: reduce build/CI log noise
     add d84d9556db GROOVY-12005: flaky CDN causes some jars to appear corrupt
     add a9882132bf minor refactor: try to make JMX tests more resilient on CI
     add 77972c8366 minor refactor: skills tweaks
     add 5eb0cbdd8f minor refactor: reduce CI flakiness for JMX (cont'd)
     add 26f5fe44b0 GROOVY-12005: Harden Grape against cache corruption and CDN 
throttling (cont'd)
     add 17b9e5e0d6 GROOVY-12005: Harden Grape against cache corruption and CDN 
throttling (cont'd)
     add ecd0bbe741 AI readiness: add draft triage skill
     add 7026037bf5 AI readiness: add draft jira skill
     add 86d6e4d67d AI readiness: add draft fix workflow skill
     add efdfc3e0cc AI readiness: add draft run reproducer and reassess skills
     add 03ec3f0ea3 AI readiness: add draft meta skill about creating skills
     add 98098be691 Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3
     add 8e73b73358 GROOVY-12006: Bump gradle to 9.5.0 (build)
     add 0d290a5416 AI readiness: consolidate human and AI docs
     add 9c7fd25369 Bump testlens-app/setup-testlens from 1 to 1.9.0
     add 96711d47ba minor refactor: use latest groovy versions for performance 
checks
     add a34df976b4 GROOVY-12007: Bump log4j2 version to 2.26.0 (test 
dependency)
     add 24f610f78b Bump org.sonarqube from 7.0.1.6134 to 7.3.0.8198

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   (b01f699ced)
            \
             N -- N -- N   
refs/heads/dependabot/gradle/org.sonarqube-7.3.0.8198 (24f610f78b)

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:
 .agents/skills/groovy-build/SKILL.md               | 295 ++++++++-----
 .agents/skills/groovy-fix-workflow/SKILL.md        | 249 +++++++++++
 .agents/skills/groovy-internals/SKILL.md           | 252 ++++++++----
 .agents/skills/groovy-jira/SKILL.md                | 225 ++++++++++
 .agents/skills/groovy-reassess/SKILL.md            | 354 ++++++++++++++++
 .agents/skills/groovy-reproducer/SKILL.md          | 353 ++++++++++++++++
 .agents/skills/groovy-skills/SKILL.md              | 321 +++++++++++++++
 .agents/skills/groovy-tests/SKILL.md               | 233 ++++++-----
 .agents/skills/groovy-triage/SKILL.md              | 206 ++++++++++
 .agents/skills/groovysh/SKILL.md                   | 242 +++++------
 .asf.yaml                                          |   2 +
 .github/workflows/codeql-analysis.yml              |   6 +-
 .github/workflows/groovy-build-coverage.yml        |  42 +-
 .github/workflows/groovy-build-test.yml            |  98 ++++-
 .github/workflows/groovy-jmh-classic.yml           |  12 +-
 .github/workflows/groovy-jmh-daily.yml             |  42 +-
 .github/workflows/groovy-jmh.yml                   |  12 +-
 .github/workflows/groovy-purge-grape-cache.yml     | 166 ++++++++
 AGENTS.md                                          |  26 +-
 ARCHITECTURE.md                                    | 179 ++++++--
 CONTRIBUTING.md                                    | 454 ++++++++++++++++++++-
 build-logic/build.gradle                           |   2 +-
 .../main/groovy/org.apache.groovy-tested.gradle    | 103 ++++-
 .../groovy/gradle/TargetJavaHomeSupport.groovy     |  29 ++
 gradle.properties                                  |   2 +-
 gradle/verification-metadata.xml                   |  30 --
 gradle/wrapper/gradle-wrapper.jar                  | Bin 48966 -> 43583 bytes
 gradle/wrapper/gradle-wrapper.properties           |   2 +-
 gradlew                                            |  14 +-
 gradlew.bat                                        |   3 +-
 src/main/groovy/groovy/grape/GrapeUtil.groovy      |   9 +-
 .../org/codehaus/groovy/tools/GrapeMain.groovy     |  30 +-
 src/main/java/groovy/grape/Grape.java              |  21 +-
 .../groovy/classgen/asm}/package-info.java         |   4 +-
 .../java/org/codehaus/groovy/tools/GrapeUtil.java  |  14 +-
 .../org/codehaus/groovy/tools/GrapeUtilTest.java   |  48 +++
 .../main/groovy/groovy/grape/ivy/GrapeIvy.groovy   | 219 +++++++++-
 .../grape/ivy/StrictCachedGrapesResolver.groovy    | 196 +++++++++
 .../groovy/grape/ivy/StrictLocalM2Resolver.groovy  | 139 +++++++
 .../groovy/grape/ivy/defaultGrapeConfig.xml        |   9 +-
 ...faultGrapeConfig.xml => relaxedGrapeConfig.xml} |  11 +-
 .../grape/ivy/GrapeConfigResolutionTest.groovy     | 109 +++++
 .../ivy/StrictCachedGrapesResolverTest.groovy      | 157 +++++++
 .../grape/ivy/StrictLocalM2ResolverTest.groovy     | 195 +++++++++
 subprojects/groovy-groovysh/AGENTS.md              |  27 +-
 subprojects/groovy-groovysh/ARCHITECTURE.md        | 194 +++++++++
 subprojects/groovy-groovysh/build.gradle           |   1 +
 .../groovy/org/apache/groovy/groovysh/Main.groovy  |   2 +-
 .../groovy/groovysh/jline/GroovyCommands.groovy    | 260 +++++++++++-
 .../src/main/resources/nanorc/args.nanorc          |   2 +-
 .../src/main/resources/nanorc/groovy.nanorc        |   2 +-
 .../src/main/resources/nanorc/markdown.nanorc      |  56 +++
 .../spec/doc/assets/img/repl_img_jfreechart.png    | Bin 0 -> 109326 bytes
 .../src/spec/doc/assets/img/repl_img_orson.png     | Bin 0 -> 191999 bytes
 .../src/spec/doc/assets/img/repl_img_smile.png     | Bin 0 -> 185630 bytes
 .../src/spec/doc/assets/img/repl_img_xchart.png    | Bin 0 -> 159142 bytes
 .../groovy-groovysh/src/spec/doc/groovysh.adoc     | 143 ++++++-
 .../groovy/groovysh/commands/CompletionTest.groovy |  50 +++
 .../groovysh/commands/ConsoleCommandTest.groovy    |  49 +++
 .../apache/groovy/groovysh/commands/DocTest.groovy |  53 +++
 .../groovy/groovysh/commands/GrabTest.groovy       |  35 ++
 .../apache/groovy/groovysh/commands/ImgTest.groovy | 163 ++++++++
 .../groovy/groovysh/commands/RoundTripTest.groovy  |  63 +++
 .../groovy/groovysh/commands/SlurpTest.groovy      |  20 +
 .../groovy/groovysh/jline/GroovyEngineTest.groovy  |  56 +++
 .../jmx/builder/JmxListenerFactoryTest.groovy      |  94 ++++-
 .../groovy/junit6/plugin/ForkedJvmExtension.java   |  15 +
 .../org/apache/groovy/bench/AckermannBench.java    |   4 +-
 versions.properties                                |   6 +-
 69 files changed, 5834 insertions(+), 576 deletions(-)
 create mode 100644 .agents/skills/groovy-fix-workflow/SKILL.md
 create mode 100644 .agents/skills/groovy-jira/SKILL.md
 create mode 100644 .agents/skills/groovy-reassess/SKILL.md
 create mode 100644 .agents/skills/groovy-reproducer/SKILL.md
 create mode 100644 .agents/skills/groovy-skills/SKILL.md
 create mode 100644 .agents/skills/groovy-triage/SKILL.md
 create mode 100644 .github/workflows/groovy-purge-grape-cache.yml
 copy src/main/java/org/{apache/groovy/antlr => 
codehaus/groovy/classgen/asm}/package-info.java (86%)
 create mode 100644 
subprojects/groovy-grape-ivy/src/main/groovy/groovy/grape/ivy/StrictCachedGrapesResolver.groovy
 create mode 100644 
subprojects/groovy-grape-ivy/src/main/groovy/groovy/grape/ivy/StrictLocalM2Resolver.groovy
 copy 
subprojects/groovy-grape-ivy/src/main/resources/groovy/grape/ivy/{defaultGrapeConfig.xml
 => relaxedGrapeConfig.xml} (76%)
 create mode 100644 
subprojects/groovy-grape-ivy/src/test/groovy/groovy/grape/ivy/GrapeConfigResolutionTest.groovy
 create mode 100644 
subprojects/groovy-grape-ivy/src/test/groovy/groovy/grape/ivy/StrictCachedGrapesResolverTest.groovy
 create mode 100644 
subprojects/groovy-grape-ivy/src/test/groovy/groovy/grape/ivy/StrictLocalM2ResolverTest.groovy
 create mode 100644 subprojects/groovy-groovysh/ARCHITECTURE.md
 create mode 100644 
subprojects/groovy-groovysh/src/main/resources/nanorc/markdown.nanorc
 create mode 100644 
subprojects/groovy-groovysh/src/spec/doc/assets/img/repl_img_jfreechart.png
 create mode 100644 
subprojects/groovy-groovysh/src/spec/doc/assets/img/repl_img_orson.png
 create mode 100644 
subprojects/groovy-groovysh/src/spec/doc/assets/img/repl_img_smile.png
 create mode 100644 
subprojects/groovy-groovysh/src/spec/doc/assets/img/repl_img_xchart.png
 create mode 100644 
subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/CompletionTest.groovy
 create mode 100644 
subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/ConsoleCommandTest.groovy
 create mode 100644 
subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/DocTest.groovy
 create mode 100644 
subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/ImgTest.groovy
 create mode 100644 
subprojects/groovy-groovysh/src/test/groovy/org/apache/groovy/groovysh/commands/RoundTripTest.groovy

Reply via email to