This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 8.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit f55731a7484dd2fe93adf4863b38197a48a37d1b Merge: 87d9eb40e6 c083ad1844 Author: James Daugherty <[email protected]> AuthorDate: Wed Jul 29 11:12:53 2026 -0400 Merge pull request #16042 from apache/refactor-global-injector-trans Clean up GlobalGrailsClassInjectorTransformation 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 ++- grails-core/src/test/resources/logback-test.xml | 22 + .../grails/core/testing/support/LogCapture.groovy | 99 +++ 8 files changed, 1444 insertions(+), 444 deletions(-)
