This is an automated email from the ASF dual-hosted git repository. matrei pushed a change to branch geb-8 in repository https://gitbox.apache.org/repos/asf/grails-core.git
from e938b04243 fix(deps): `geb` v. `7.0` -> `8.0.0` add fca7eabe97 Remove additivity attribute from StackTrace logger add 126e6fdc15 Merge pull request #15066 from apache/stacktrace-additivity add 508bfa1a27 chore: add scripts to help automate post-vote processes add d2ce520daa chore: back to 0.0.1 now that grails publish is published add 914353cb9c [skip ci] Release v7.0.0-RC2 add ed75024e68 chore: back to 7.0.0-SNAPSHOT add d7a1e00cd9 Merge pull request #15068 from apache/merge-7.0.0-RC2 add af4e7e208d chore: grant access to actions in case there are pending changes add ef2df8af97 chore: remove punctuation that could cause an incorrect url add 7678b16226 Merge branch '7.0.x' into geb-8 add 0a79f580c2 fix: adapt to changes in Geb 8 add 93d6756171 refactor(geb): simplifications add 22cbeaf01e docs(geb): improve comments and javadoc add 07e0a36a03 chore(geb): whitespace No new revisions were added by this update. Summary of changes: .asf.yaml | 7 + .github/scripts/releaseDistributions.sh | 83 ++++++++++++ .github/scripts/releaseJarFiles.sh | 141 +++++++++++++++++++++ .github/vote_templates/announce.txt | 2 +- .github/vote_templates/groovy_pmc.txt | 1 + .github/vote_templates/staged.txt | 7 +- .github/workflows/release.yml | 109 ++++++++++++---- dependencies.gradle | 2 +- .../feature/logging/template/logback.rocker.raw | 2 +- .../grails/plugin/geb/GebOnFailureReporter.groovy | 4 +- .../plugin/geb/GrailsContainerGebExtension.groovy | 7 +- .../plugin/geb/WebDriverContainerHolder.groovy | 18 +-- .../skeleton/grails-app/conf/logback-spring.xml | 2 +- .../grails-app/conf/logback-spring.xml | 2 +- .../grails-app/conf/logback-spring.xml | 2 +- .../geb/grails-app/conf/logback-spring.xml | 2 +- 16 files changed, 335 insertions(+), 56 deletions(-) create mode 100755 .github/scripts/releaseDistributions.sh create mode 100755 .github/scripts/releaseJarFiles.sh