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

matrei pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-spring-security.git


    from 252c47710 fix: release prep 1/2
     add 7d7312307 fix: make tests run with Grails 7.0.0
     add 23c946ab6 fix(deps): update dependencies before release
     add e220c4a0b build: fix and cleanup
     add fd6d4337f fix: release prep 2/2
     add 667c92551 build: make tests more resilient in ci
     add 604c64ecc test: cleanup
     add 4eb60bcc7 test: more cleanup
     add 062a03267 test: cleanup & add longer wait for test to pass in ci
     add 95eca77b5 test: more test cleanup
     add dc0bac421 test: try changing test settings
     add 5abd557e3 test: add more waitFor
     add ff97dafe4 test: wait for slow CI environments
     add 7343428e2 test: add --no-parallel for ci check
     add fa3ad3f46 test: downgrade to selenium 4.25.0
     add e7588dda1 test: revert timeout changes
     new 08ddb189b Merge pull request #1186 from apache/fix-tests

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:
 .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(-)
 create mode 100644 .github/vote_templates/vote_succeeded.txt

Reply via email to