This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-spring-security.git
commit 95c0fba6ed647a983a7af0d857f9181288e7394c Merge: 59c8972c5 49e5709b5 Author: James Daugherty <[email protected]> AuthorDate: Wed Feb 11 19:25:02 2026 -0500 Merge pull request #1201 from jdaugherty/7.0.x restore the testapp profile creator .sdkmanrc | 4 +- plugin-rest/generate-test-apps.sh | 40 ++++++++++----- .../build.gradle | 14 +++-- .../features/data1/feature.yml.tmpl | 12 +++++ .../{gorm1 => data1}/skeleton/build.gradle | 0 .../skeleton/grails-app/conf/application.groovy | 0 .../skeleton/grails-app/conf/application.yml | 8 +-- .../grails-app/domain/gorm/AccessToken.groovy | 0 .../groovy/rest/RestLogoutFilterSpec.groovy | 0 .../features/data2/feature.yml.tmpl | 12 +++++ .../{gorm2 => data2}/skeleton/build.gradle | 0 .../skeleton/grails-app/conf/application.groovy | 0 .../skeleton/grails-app/conf/application.yml | 7 +-- .../grails-app/domain/gorm/AccessToken.groovy | 0 .../groovy/rest/RestLogoutFilterSpec.groovy | 0 .../features/gorm1/feature.yml.tmpl | 13 ----- .../features/gorm2/feature.yml.tmpl | 13 ----- .../features/grailscache1/feature.yml.tmpl | 4 +- .../features/grailscache2/feature.yml.tmpl | 4 +- .../features/memcached1/feature.yml.tmpl | 4 +- .../skeleton/grails-app/conf/application.groovy | 12 ++--- .../features/memcached2/feature.yml.tmpl | 4 +- .../features/redis1/feature.yml.tmpl | 7 +-- .../features/redis2/feature.yml.tmpl | 7 +-- .../profile.yml.tmpl | 60 ++++++++++++++++------ .../skeleton/grails-app/conf/logback-spring.xml | 44 ++++++++++++++++ .../skeleton/grails-app/conf/logback.groovy | 29 ----------- 27 files changed, 183 insertions(+), 115 deletions(-)
