This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch 7.2.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 74391c295b Merge branch '7.1.x' into 7.2.x
add af941f4fd7 fix: prefer URL mappings with more literal segments over
generic wildcard routes
add 0e326c0cb6 fix: exclude bare ** and * tokens from literal-segment count
add 380460045b grailsSpringSecurityVersion 7.0.3-SNAPSHOT
add c607460d3f Merge pull request #15645 from
codeconsole/7.1.x-url-mapping-specificity
add 0a86719422 fix: close mongo connections between tests
add 8e522fbdf4 Merge pull request #15634 from
apache/close-mongo-between-tests
add b3b6a918e1 Merge branch '7.0.x' into 7.1.x
new a23982c581 Merge branch '7.1.x' into 7.2.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:
.../mongo/core/GrailsDataMongoTckManager.groovy | 56 +++++++-----
.../core/GrailsDataMongoTckManagerSpec.groovy | 100 +++++++++++++++++++++
.../mvc/AbstractGrailsControllerUrlMappings.groovy | 22 +++--
.../mvc/WildcardActionValidationSpec.groovy | 30 +++++++
4 files changed, 183 insertions(+), 25 deletions(-)
create mode 100644
grails-data-mongodb/core/src/test/groovy/org/apache/grails/data/mongo/core/GrailsDataMongoTckManagerSpec.groovy