This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 87d9eb40e6 Merge pull request #15666 from
codeconsole/7.1.x-grailsutil-honor-filterer-config
add 5db496701c refactor: clean up GlobalGrailsClassInjectorTransformation
add 5e9ce015d9 Add tests closing codecov gaps in
GlobalGrailsClassInjectorTransformation
add 4db83b3436 test: remove redundant javadoc
add 31875ec0a1 another iteration after review feedback
add 7860ec1d19 test: add more coverage for
`GlobalGrailsClassInjectorTransformation`
add b32e9d1907 Merge branch '8.0.x' into refactor-global-injector-trans
add 4267e77b2f test: reset static collections in cleanup()
add 8ec2dad08d Merge branch '8.0.x' into refactor-global-injector-trans
add eb90eb5c77 test: verify log warning on existing malformed plugin xml
file
add 7b35c0f4b0 fix: do not use `getClass()` in static method
add 722040412b refactor: minor
add 300b01f885 test: align on using log appender in tests and some cleanup
add 43366f1f73 test: existing resource when testing `grails-plugin.xml`
update
add c4bbf11593 build: whitespace
add 8fe145514c refactor: enhance plugin XML generation and improve error
handling
add 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
add 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
add f924d0c9d7 docs: clarify plugin XML update failure handling
add b5a15be028 test: improve test isolation and clarity by resetting trait
injectors in setup and cleanup
add ec9a530c7d fix: skip plugin XML generation after validation failure
add c083ad1844 fix: refresh plugin metadata without new artefacts
new f55731a748 Merge pull request #16042 from
apache/refactor-global-injector-trans
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:
grails-core/build.gradle | 16 +-
.../GlobalGrailsClassInjectorTransformation.groovy | 669 +++++++++++++-----
.../plugins/DefaultGrailsPluginManagerSpec.groovy | 140 ++--
.../grails/core/plugins/PluginDiscoverySpec.groovy | 98 +--
...balGrailsClassInjectorTransformationSpec.groovy | 749 ++++++++++++++++++---
.../reporting/StackTraceFiltererSpec.groovy | 95 ++-
.../src/test/resources/logback-test.xml | 15 +-
.../grails/core/testing/support/LogCapture.groovy | 99 +++
8 files changed, 1429 insertions(+), 452 deletions(-)
copy grails-test-examples/app1/grails-app/views/forwarding/displayFlash.gsp =>
grails-core/src/test/resources/logback-test.xml (82%)
create mode 100644
grails-core/src/testFixtures/groovy/org/apache/grails/core/testing/support/LogCapture.groovy