This is an automated email from the ASF dual-hosted git repository.
matrei pushed a change to branch refactor-global-injector-trans
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from cdad075730 refactor: make pending lists an internal instance concern
add 4fe23d49c0 refactor: another iteration after feedback
add 48e38bb1a0 refactor: extract test log capturing to reusable class
No new revisions were added by this update.
Summary of changes:
.../GlobalGrailsClassInjectorTransformation.groovy | 90 +++++++++++++---------
.../plugins/DefaultGrailsPluginManagerSpec.groovy | 16 ++--
.../grails/core/plugins/PluginDiscoverySpec.groovy | 15 +---
...balGrailsClassInjectorTransformationSpec.groovy | 30 +++-----
.../reporting/StackTraceFiltererSpec.groovy | 45 ++++-------
.../org/grails/testing/support/LogCapture.groovy | 86 +++++++++++++++++++++
6 files changed, 172 insertions(+), 110 deletions(-)
create mode 100644
grails-core/src/test/groovy/org/grails/testing/support/LogCapture.groovy