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

jonnybot pushed a change to branch fix-gradle-plugin-publication
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git


    omit 41e1bd91 Update Gradle plugin IDs
     add b3637d37 Prepare next snapshot version
     add 6b27f3aa Add next version placeholder
     add faf8ea0f add 8.0.1
     add be2e75f4 Update release guide
     add 29ab9c73 Update README link to repo
     add f7c37777 Bump actions/checkout from 5 to 6
     add db9bdfe9 Bump actions/upload-artifact from 4 to 6
     add 1a426f80 Revert "Fix the driver caching so that global and per-thread 
cache do not step on each others toes"
     add e74413f2 Remove cache clear in BeforeAll/AfterAll methods
     add 8c03ca7c Restore working parallel test
     add 332b4c11 Remove CircleCI jobs already in GitHub Actions
     add c9e10c0a Delete the rest of Circle CI
     add d7355e9e Update Gradle plugin IDs

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   (41e1bd91)
            \
             N -- N -- N   refs/heads/fix-gradle-plugin-publication (d7355e9e)

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:
 .circleci/config.yml                               | 326 ---------------------
 .github/workflows/build-check.yml                  |   4 +-
 .github/workflows/check-manual.yml                 |   4 +-
 .github/workflows/dockerised-cross-browser.yml     |   4 +-
 .github/workflows/gradle-wrapper-validation.yml    |   2 +-
 .github/workflows/license-check.yml                |   4 +-
 .github/workflows/local-browser.yml                |   4 +-
 README.md                                          |   2 +-
 RELEASING.md                                       |  55 ++--
 buildSrc/src/main/groovy/geb.coordinates.gradle    |   2 +-
 doc/manual/src/docs/asciidoc/021-driver.adoc       |  15 +
 .../src/docs/asciidoc/111-cloud-browsers.adoc      |  12 +-
 doc/manual/src/docs/asciidoc/140-project.adoc      |   2 +
 doc/site/site.gradle                               |   2 +-
 .../groovy/geb/driver/CachingDriverFactory.groovy  |  23 +-
 .../geb/driver/CachingDriverFactorySpec.groovy     |  45 ---
 .../groovy/geb/junit5/ParallelExecutionTest.groovy |   6 -
 .../groovy/geb/spock/ParallelExecutionSpec.groovy  |   5 +-
 18 files changed, 90 insertions(+), 427 deletions(-)
 delete mode 100644 .circleci/config.yml
 delete mode 100644 
module/geb-core/src/test/groovy/geb/driver/CachingDriverFactorySpec.groovy

Reply via email to