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

dependabot[bot] pushed a change to branch 
dependabot/github_actions/testlens-app/setup-testlens-1.9.0
in repository https://gitbox.apache.org/repos/asf/groovy.git


 discard 55cd195dda Bump testlens-app/setup-testlens from 1 to 1.9.0
     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 f8db1a5af7 Bump testlens-app/setup-testlens from 1 to 1.9.0

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   (55cd195dda)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/testlens-app/setup-testlens-1.9.0 
(f8db1a5af7)

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:
 .asf.yaml                                          |   2 +
 .github/workflows/codeql-analysis.yml              |   6 +-
 .github/workflows/groovy-build-coverage.yml        |  42 +++-
 .github/workflows/groovy-build-test.yml            |  96 ++++++++-
 .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 ++++++++++++++++
 .../main/groovy/org.apache.groovy-tested.gradle    |  77 +++++++-
 .../groovy/classgen/asm}/package-info.java         |   4 +-
 .../main/groovy/groovy/grape/ivy/GrapeIvy.groovy   |  87 ++++++++-
 .../groovy/grape/ivy/StrictLocalM2Resolver.groovy  | 145 ++++++++++++++
 .../grape/ivy/StrictLocalM2ResolverTest.groovy     | 215 +++++++++++++++++++++
 .../org/apache/groovy/bench/AckermannBench.java    |   4 +-
 14 files changed, 880 insertions(+), 30 deletions(-)
 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/StrictLocalM2Resolver.groovy
 create mode 100644 
subprojects/groovy-grape-ivy/src/test/groovy/groovy/grape/ivy/StrictLocalM2ResolverTest.groovy

Reply via email to