This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-spring-security.git
from 59c8972c5 Merge pull request #1200 from jdaugherty/7.0.x
add 49e5709b5 restore the testapp profile creator
new 95c0fba6e Merge pull request #1201 from jdaugherty/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:
.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(-)
create mode 100644
plugin-rest/spring-security-rest-testapp-profile/features/data1/feature.yml.tmpl
rename plugin-rest/spring-security-rest-testapp-profile/features/{gorm1 =>
data1}/skeleton/build.gradle (100%)
rename plugin-rest/spring-security-rest-testapp-profile/features/{gorm1 =>
data1}/skeleton/grails-app/conf/application.groovy (100%)
rename plugin-rest/spring-security-rest-testapp-profile/features/{gorm2 =>
data1}/skeleton/grails-app/conf/application.yml (86%)
rename plugin-rest/spring-security-rest-testapp-profile/features/{gorm1 =>
data1}/skeleton/grails-app/domain/gorm/AccessToken.groovy (100%)
rename plugin-rest/spring-security-rest-testapp-profile/features/{gorm1 =>
data1}/skeleton/src/integration-test/groovy/rest/RestLogoutFilterSpec.groovy
(100%)
create mode 100644
plugin-rest/spring-security-rest-testapp-profile/features/data2/feature.yml.tmpl
rename plugin-rest/spring-security-rest-testapp-profile/features/{gorm2 =>
data2}/skeleton/build.gradle (100%)
rename plugin-rest/spring-security-rest-testapp-profile/features/{gorm2 =>
data2}/skeleton/grails-app/conf/application.groovy (100%)
rename plugin-rest/spring-security-rest-testapp-profile/features/{gorm1 =>
data2}/skeleton/grails-app/conf/application.yml (86%)
rename plugin-rest/spring-security-rest-testapp-profile/features/{gorm2 =>
data2}/skeleton/grails-app/domain/gorm/AccessToken.groovy (100%)
rename plugin-rest/spring-security-rest-testapp-profile/features/{gorm2 =>
data2}/skeleton/src/integration-test/groovy/rest/RestLogoutFilterSpec.groovy
(100%)
delete mode 100644
plugin-rest/spring-security-rest-testapp-profile/features/gorm1/feature.yml.tmpl
delete mode 100644
plugin-rest/spring-security-rest-testapp-profile/features/gorm2/feature.yml.tmpl
create mode 100644
plugin-rest/spring-security-rest-testapp-profile/skeleton/grails-app/conf/logback-spring.xml
delete mode 100644
plugin-rest/spring-security-rest-testapp-profile/skeleton/grails-app/conf/logback.groovy