This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch 8.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 2a403698929ea4f9599e87b90589e4d4b6359f00 Merge: 6ebc60c6d0 4d5f32749a Author: James Fredley <[email protected]> AuthorDate: Fri May 22 12:15:58 2026 -0400 Merge pull request #15673 from apache/fix/8.0.x-merge-sb4-fallout Fix 8.0.x build break introduced by 7.2.x merge (6ebc60c6d0) dependencies.gradle | 4 +- .../injection/ApplicationClassInjector.groovy | 2 +- .../injection/ApplicationClassInjectorSpec.groovy | 2 +- grails-data-hibernate5/dbmigration/build.gradle | 1 - ...GrailsApplicationCompilerAutoConfiguration.java | 2 +- .../grails-multi-datastore-app/build.gradle | 1 + .../grails-app/conf/logback.groovy | 55 ---------------------- .../grails-app/conf/logback.xml | 37 +++++++++++++++ .../groovy/myapp/BarIntegrationSpec.groovy | 9 ++-- .../groovy/myapp/FooIntegrationSpec.groovy | 8 ++-- .../main/groovy/myapp/MyGraphQLCustomizer.groovy | 10 ++-- .../graphql/spring-boot-app/build.gradle | 4 +- 12 files changed, 62 insertions(+), 73 deletions(-)
