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 c3b60c8c01 test: add more coverage
add 7bcab161f3 fix: logic to handle plugin excludes over source units
add bad541ba13 fix: correct error generation in ast transform
add d86a6957e9 fix: defer resources when malformed plugin descriptor lacks
metadata
add fbc9c6ee81 fix: omit unavailable Grails version from plugin metadata
add a55d2ad186 refactor: move LogCapture to textFixtures source set
add aba16ce46a fix: LogCapture improvements
add d1c8d0e439 test: add deterministic test logging configuration
add fd87c31e28 fix: clarify nullable contracts
add 7587013983 refactor: clarify plugin XML update helper names
add b341dc5b75 fix: make Grails version fallback coverage deterministic
add 945b185a17 chore: clarify logback-classic dependency in test fixtures
add a72fa18d3e style: re-order methods more logically
No new revisions were added by this update.
Summary of changes:
grails-core/build.gradle | 5 +-
.../GlobalGrailsClassInjectorTransformation.groovy | 340 ++++++++++++---------
.../plugins/DefaultGrailsPluginManagerSpec.groovy | 15 +-
.../grails/core/plugins/PluginDiscoverySpec.groovy | 10 +-
...balGrailsClassInjectorTransformationSpec.groovy | 106 ++++++-
.../reporting/StackTraceFiltererSpec.groovy | 14 +-
.../src/test/resources/logback-test.xml | 15 +-
.../grails/core}/testing/support/LogCapture.groovy | 27 +-
8 files changed, 338 insertions(+), 194 deletions(-)
copy grails-test-examples/app1/grails-app/views/forwarding/displayFlash.gsp =>
grails-core/src/test/resources/logback-test.xml (82%)
rename grails-core/src/{test/groovy/org/grails =>
testFixtures/groovy/org/apache/grails/core}/testing/support/LogCapture.groovy
(78%)