This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch database-cleanup-feature
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 47dfa5f836 Add detailed timing to debug stats
add ccb37bb363 fix ordering & resolution of applicaiton context without
depending on grails-core
No new revisions were added by this update.
Summary of changes:
grails-testing-support-cleanup-core/build.gradle | 3 +
.../cleanup/core/DatabaseCleanupExtension.groovy | 3 +-
.../cleanup/core/DatabaseCleanupInterceptor.groovy | 51 +++++----
.../core/DefaultApplicationContextResolver.groovy | 51 +++------
.../cleanup/core/TestContextHolderListener.groovy | 60 ++++++++++
.../src/main/resources/META-INF/spring.factories | 1 +
.../core/DatabaseCleanupExtensionSpec.groovy | 4 +-
.../core/DatabaseCleanupInterceptorSpec.groovy | 126 +++++++--------------
.../DefaultApplicationContextResolverSpec.groovy | 61 ++++------
9 files changed, 175 insertions(+), 185 deletions(-)
create mode 100644
grails-testing-support-cleanup-core/src/main/groovy/org/apache/grails/testing/cleanup/core/TestContextHolderListener.groovy
create mode 100644
grails-testing-support-cleanup-core/src/main/resources/META-INF/spring.factories