This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 796d6b3d55 Merge branch '7.0.x' into 7.1.x
add 40be754c68 Restore lenient config handling for Spring configuration
add 58b73a8bb8 Merge branch '7.0.x' into
worktree-fix-15818-conversion-service
add c08999b0df feedback - update comment
add 105ab336fa Merge pull request #15949 from
apache/worktree-fix-15818-conversion-service
new 7a0d91199b Merge branch '7.0.x' into 7.1.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:
.../src/main/groovy/grails/boot/GrailsApp.groovy | 9 ++-
.../boot/GrailsAppEnvironmentConversionSpec.groovy | 67 ++++++++++++++++++++++
.../grails-app/conf/application.yml | 9 +++
.../test/app/RelaxedPropertyResolutionSpec.groovy | 56 ++++++++++++++++++
4 files changed, 140 insertions(+), 1 deletion(-)
create mode 100644
grails-core/src/test/groovy/grails/boot/GrailsAppEnvironmentConversionSpec.groovy
create mode 100644
grails-test-examples/external-configuration/src/integration-test/groovy/test/app/RelaxedPropertyResolutionSpec.groovy