This is an automated email from the ASF dual-hosted git repository.
sbglasius pushed a change to branch fix/plugin-rest_pac4j_JEESessionStore
in repository https://gitbox.apache.org/repos/asf/grails-spring-security.git
from c749429a Fixed usage of client.getRedirectAction by adding CallContext
add 49f39785 Fix documentation link
add 03f9659e Update documentation link to point to location updated by
snapshot
add 4011ce69 ACL Plugin 7.0.x fixes (#1154)
add 147afc6d ci: update release drafter
add 93dab4ab chore: update rat config
add 6d21f1e7 feature: upgrade to Grails 7.0.0-RC2 & Redis 5.0.0-RC2
add d2a2a3ec ci: release auto-upload
add 75625be5 ci: switch to release drafter only
add 875b1879 Merge pull request #1158 from jdaugherty/7.0.x
add 4605a334 Merge branch '7.0.x' into update-release-drafter
add 1b11f776 Merge pull request #1157 from matrei/update-release-drafter
add aaef8460 ci: add commit hash for vote templates
add 5ddf8edf Merge pull request #1159 from jdaugherty/7.0.x
add 2ea1aeaf ci: add release abort workflow & update verification script
to check svn artifacts
add c7502f6d Merge pull request #1161 from jdaugherty/7.0.x
add 75d01c61 chore: adjust verification script to not error when no
differences remain
add 39878903 Merge pull request #1162 from jdaugherty/7.0.x
add 46a1d8c0 remove references to Grails 3 from CAS plugin documentation
add 64795cd7 Merge pull request #1163 from bkoehm/bkoehm.7.0.x.casdoc
new 93be60c9 Merge pull request #1166 from apache/7.0.x
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.asf.yaml | 7 -
.github/release-drafter.yml | 4 +
.github/renovate.json | 1 -
.github/vote_templates/announce.txt | 23 +++
.github/vote_templates/groovy_pmc.txt | 30 ++++
.github/vote_templates/staged.txt | 35 +++++
.github/workflows/release-abort.yml | 130 ++++++++++++++++
.github/workflows/release-notes.yml | 56 +++----
.github/workflows/release.yml | 163 ++++++++++++++++++++-
README.md | 10 +-
etc/bin/download-release-artifacts.sh | 42 +++++-
etc/bin/verify-reproducible.sh | 2 +
gradle.properties | 4 +-
gradle/rat-root-config.gradle | 43 +++---
.../examples/functional-test-app/build.gradle | 1 -
.../examples/integration-test-app/build.gradle | 1 -
plugin-acl/plugin/build.gradle | 1 -
.../acl/AclObjectIdentityGormService.groovy | 8 +-
.../plugin/springsecurity/acl/AclService.groovy | 50 ++++---
.../acl/AbstractAclObjectIdentity.groovy | 2 +
plugin-cas/docs/src/docs/usage.adoc | 17 ---
.../spring-security-cas-test1/build.gradle | 1 -
plugin-core/docs/src/docs/index.tmpl | 2 +-
.../examples/functional-test-app/build.gradle | 1 -
.../examples/integration-test-app/build.gradle | 1 -
.../grails-spring-security-group/build.gradle | 1 -
.../build.gradle | 1 -
.../examples/functional-test-app/build.gradle | 1 -
.../examples/retrieve-db-roles/build.gradle | 1 -
.../examples/retrieve-group-roles/build.gradle | 1 -
plugin-oauth2/plugin/build.gradle | 1 -
plugin-ui/examples/extended/build.gradle | 1 -
.../springsecurity/acl/AclObjectIdentity.groovy | 2 +
.../groovy/spec/AclEntrySpec.groovy | 8 +-
plugin-ui/examples/simple/build.gradle | 1 -
plugin-ui/plugin/build.gradle | 1 -
36 files changed, 498 insertions(+), 156 deletions(-)
create mode 100644 .github/vote_templates/announce.txt
create mode 100644 .github/vote_templates/groovy_pmc.txt
create mode 100644 .github/vote_templates/staged.txt
create mode 100644 .github/workflows/release-abort.yml