This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-spring-security.git
commit 08ddb189bce94f3ea228ad0ffc1f7c5e465b2d57 Merge: 252c47710 e7588dda1 Author: Mattias Reichel <[email protected]> AuthorDate: Thu Oct 23 10:23:17 2025 +0200 Merge pull request #1186 from apache/fix-tests Prep for release .github/scripts/releaseDistributions.sh | 19 +- .github/scripts/releaseJarFiles.sh | 9 +- .github/vote_templates/announce.txt | 12 +- .github/vote_templates/staged.txt | 16 +- .github/vote_templates/vote_succeeded.txt | 12 + .github/workflows/gradle.yml | 14 +- .github/workflows/release.yml | 407 +++++++++++---------- build.gradle | 2 +- gradle.properties | 16 +- gradle/docs-config.gradle | 2 +- gradle/examples-config.gradle | 15 +- gradle/java-config.gradle | 10 +- gradle/publish-config.gradle | 2 +- gradle/test-config.gradle | 9 +- .../groovy/test/AbstractSecuritySpec.groovy | 29 +- .../groovy/test/AdminFunctionalSpec.groovy | 87 +++-- .../groovy/test/User1FunctionalSpec.groovy | 114 +++--- .../groovy/test/User2FunctionalSpec.groovy | 92 ++--- .../groovy/specs/AbstractSecuritySpec.groovy | 28 +- .../groovy/specs/AnnotationSecuritySpec.groovy | 48 +-- .../specs/BasicAuthCacheUsersSecuritySpec.groovy | 2 +- .../groovy/specs/BasicAuthSecuritySpec.groovy | 162 ++++---- .../groovy/specs/DisableSpec.groovy | 16 +- .../integration-test/groovy/specs/MiscSpec.groovy | 262 ++++++------- .../groovy/specs/RequestmapSecuritySpec.groovy | 8 +- .../groovy/specs/StaticSecuritySpec.groovy | 50 +-- .../groovy/demo/SecuredControllerSpec.groovy | 32 +- .../groovy/demo/SecuredControllerSpec.groovy | 22 +- .../build.gradle | 2 +- .../com/test/AbstractSecurityFunctionalSpec.groovy | 28 +- ...omUserDetailsContextMapperFunctionalSpec.groovy | 24 +- .../groovy/AbstractSecurityFunctionalSpec.groovy | 26 +- .../groovy/Person1FunctionalSpec.groovy | 48 +-- .../groovy/Person2FunctionalSpec.groovy | 44 +-- .../groovy/Person3FunctionalSpec.groovy | 44 +-- .../examples/retrieve-db-roles/build.gradle | 2 +- .../com/test/AbstractSecurityFunctionalSpec.groovy | 28 +- .../com/test/RetrieveDbRolesFunctionalSpec.groovy | 52 +-- .../examples/retrieve-group-roles/build.gradle | 2 +- .../com/test/AbstractSecurityFunctionalSpec.groovy | 28 +- .../test/RetrieveGroupRolesFunctionalSpec.groovy | 73 ++-- .../groovy/page/AbstractSecurityPage.groovy | 15 - .../integration-test/groovy/page/CreatePage.groovy | 4 - .../integration-test/groovy/page/SearchPage.groovy | 16 +- .../groovy/page/aclEntry/AclEntryCreatePage.groovy | 1 + .../groovy/page/aclEntry/AclEntrySearchPage.groovy | 1 + .../AclObjectIdentityCreatePage.groovy | 1 + .../AclObjectIdentityEditPage.groovy | 1 + .../AclObjectIdentitySearchPage.groovy | 1 + .../groovy/spec/AbstractSecuritySpec.groovy | 30 +- .../groovy/spec/AclClassSpec.groovy | 53 ++- .../groovy/spec/AclEntrySpec.groovy | 103 +++--- .../groovy/spec/AclObjectIdentitySpec.groovy | 66 ++-- .../integration-test/groovy/spec/AclSidSpec.groovy | 80 ++-- .../groovy/spec/ExtendedMenuSpec.groovy | 41 +-- .../groovy/spec/ExtendedSecurityInfoSpec.groovy | 100 ++--- .../groovy/spec/PersistentLoginSpec.groovy | 50 ++- .../groovy/spec/RegisterSpec.groovy | 106 +++--- .../groovy/spec/RegistrationCodeSpec.groovy | 58 +-- .../groovy/spec/RequestmapSpec.groovy | 83 +++-- .../integration-test/groovy/spec/RoleSpec.groovy | 60 ++- .../integration-test/groovy/spec/UserSpec.groovy | 141 ++++--- .../groovy/page/AbstractSecurityPage.groovy | 15 - .../integration-test/groovy/page/CreatePage.groovy | 2 +- .../integration-test/groovy/page/SearchPage.groovy | 17 +- .../groovy/page/register/RegisterPage.groovy | 6 +- .../groovy/spec/AbstractSecuritySpec.groovy | 30 +- .../groovy/spec/DefaultMenuSpec.groovy | 39 +- .../groovy/spec/DefaultSecurityInfoSpec.groovy | 97 ++--- .../groovy/spec/RegisterSpec.groovy | 95 ++--- .../groovy/spec/RegistrationCodeSpec.groovy | 66 ++-- .../groovy/spec/RequestmapSpec.groovy | 81 ++-- .../integration-test/groovy/spec/RoleSpec.groovy | 60 ++- .../groovy/spec/UserSimpleSpec.groovy | 221 ++++++----- 74 files changed, 1774 insertions(+), 1864 deletions(-)
