This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch grails8-groovy6-canary
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 93fdd600f6 Merge branch 'grails8-groovy5-sb4' into
grails8-groovy6-canary
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 1c411f87ce Merge branch 'fix/8.0.x-merge-sb4-fallout' into
grails8-groovy5-sb4
add 8275577532 Address review feedback: remove unnecessary inline comments
add 4d5f32749a Pin graphql-java to 25.0 explicitly in grails-bom
add 2a40369892 Merge pull request #15673 from
apache/fix/8.0.x-merge-sb4-fallout
add 6ee894fe06 Merge branch '8.0.x' into grails8-groovy5-sb4
add 0a88acecc2 fix(ci): align micronaut-bom groovy version and resolve
Groovy 5 STC regressions
add 4ac7735e99 fix(test): drop generic argument from `instanceof
List<FieldError>`
add 4c25dcb2bf Merge branch 'grails8-groovy5-sb4' into
grails8-groovy6-canary
No new revisions were added by this update.
Summary of changes:
dependencies.gradle | 4 +-
.../injection/ApplicationClassInjector.groovy | 2 +-
.../injection/ApplicationClassInjectorSpec.groovy | 2 +-
.../graphql/entity/dsl/helpers/Arguable.groovy | 13 ++++-
.../graphql/entity/dsl/helpers/ComplexTyped.groovy | 13 ++++-
.../DefaultGraphQLErrorsResponseHandlerSpec.groovy | 5 +-
grails-data-hibernate5/dbmigration/build.gradle | 1 -
.../engine/codecs/PersistentEntityCodec.groovy | 10 ++--
...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 +-
16 files changed, 60 insertions(+), 79 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%)