This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 6ebc60c6d0 Merge branch '7.2.x' into 8.0.x
add b4dd6cfe5e Fix Spring Boot 4 autoconfigure package paths in exclude
strings
add 70690c0a21 Stop pinning graphql-java; let spring-boot-dependencies own
its version
add 752701a8c2 Add spring-boot-hibernate dep to graphql spring-boot-app
for SB4 module split
add 2850d1082a Remove slf4j-simple from dbmigration; Logback is now the
only binding
add 13354e28b0 Repair graphql multi-datastore-app integration tests on
Grails 8 stack
add 1f53c19446 Bump gradle-groovy version to 4.0.32 to match groovy.version
add fcf1f99c40 Use testImplementation for grails-testing-support-mongodb
to match house style
add 8275577532 Address review feedback: remove unnecessary inline comments
add 4d5f32749a Pin graphql-java to 25.0 explicitly in grails-bom
new 2a40369892 Merge pull request #15673 from
apache/fix/8.0.x-merge-sb4-fallout
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:
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 | 0
.../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, 25 insertions(+), 73 deletions(-)
delete mode 100644
grails-test-examples/graphql/grails-multi-datastore-app/grails-app/conf/logback.groovy
copy grails-test-examples/{database-cleanup =>
graphql/grails-multi-datastore-app}/grails-app/conf/logback.xml (100%)