This is an automated email from the ASF dual-hosted git repository. matrei pushed a commit to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 1897bf11a29cf3dbab90dad1826ebe240c0b3634 Merge: 4e2a5850ce 2d860b2347 Author: Mattias Reichel <mattias.reic...@gmail.com> AuthorDate: Fri Apr 25 20:04:19 2025 +0200 Merge pull request #14668 from matrei/custom-timestamp-test CI, Build and Test updates .github/workflows/gradle.yml | 102 ++- gradle/hibernate5-test-config.gradle | 28 +- gradle/mongodb-forked-test-config.gradle | 28 +- gradle/mongodb-test-config.gradle | 28 +- .../grails-docs-app/grails-app/conf/logback.xml | 6 +- .../grails-tenant-app/grails-app/conf/logback.xml | 6 +- .../grails-test-app/grails-app/conf/logback.xml | 6 +- .../grails-app/conf/logback.xml | 6 +- .../grails3-neo4j/grails-app/conf/logback.xml | 6 +- .../test-data-service/grails-app/conf/logback.xml | 6 +- .../src/test/resources/logback.xml | 6 +- .../datastore/gorm/CustomAutoTimestampSpec.groovy | 34 +- .../org/grails/datastore/gorm/TckTestSuite.groovy | 2 - grails-gradle/gradle.properties | 8 +- grails-gradle/gradle/e2eTest.gradle | 23 +- grails-gradle/gradle/test-config.gradle | 28 +- .../build.gradle | 2 + .../otherProject/build.gradle | 1 + .../build.gradle | 2 + .../build.gradle | 2 + .../build.gradle | 2 + .../build.gradle | 2 + .../build.gradle | 2 + .../build.gradle | 2 + .../groovy-doc-disabled/build.gradle | 2 + .../groovy-only-project/build.gradle | 2 + .../java-already-configured/build.gradle | 2 + .../other-artifacts/java-only-project/build.gradle | 2 + .../build.gradle | 2 + .../build.gradle | 2 + .../multiple-source-sets/build.gradle | 2 + .../non-groovy-java-sources-included/build.gradle | 2 + .../other-artifacts/simple-project/build.gradle | 2 + .../build.gradle | 2 + .../otherProject/build.gradle | 2 + .../build.gradle | 2 + .../build.gradle | 2 + .../build.gradle | 2 + .../plugin/core/GrailsPluginGradlePlugin.groovy | 10 +- grails-gradle/settings.gradle | 5 +- .../org/grails/web/taglib/FormTagLibTests.groovy | 700 +++++++++------------ .../app1/grails-app/conf/logback.xml | 6 +- .../app2/grails-app/conf/logback.xml | 6 +- .../app3/grails-app/conf/logback.xml | 6 +- .../grails-app/conf/logback.xml | 4 +- .../integration-test/resources/logback-test.xml | 4 +- .../cache/grails-app/conf/logback.xml | 6 +- .../datasources/grails-app/conf/logback.xml | 6 +- .../demo33/grails-app/conf/logback.xml | 6 +- .../org/demo/spock/InheritedConfigSpec.groovy | 10 +- .../gorm/grails-app/conf/logback.xml | 6 +- .../grails-app/conf/logback-spring.xml | 4 +- .../grails-app/conf/logback.xml | 4 +- .../grails-app/conf/logback.xml | 4 +- .../grails-app/conf/logback.xml | 4 +- .../grails-hibernate/grails-app/conf/logback.xml | 4 +- .../grails-app/conf/logback.xml | 4 +- .../grails-app/conf/logback.xml | 4 +- .../grails-app/conf/logback.xml | 4 +- .../issue450/grails-app/conf/logback.xml | 6 +- .../hyphenated/grails-app/conf/logback.xml | 6 +- .../issue-11102/grails-app/conf/logback.xml | 6 +- .../issue-11767/grails-app/conf/logback.xml | 4 +- .../grails-app/conf/logback.xml | 6 +- .../issue-views-182/grails-app/conf/logback.xml | 6 +- .../micronaut/grails-app/conf/logback.xml | 6 +- .../mongodb/base/grails-app/conf/logback.xml | 4 +- .../mongodb/database-per-tenant/build.gradle | 1 + .../grails-app/conf/logback.xml | 4 +- .../mongodb/gson-templates/build.gradle | 1 + .../integration-test/resources/logback-test.xml | 4 +- .../mongodb/hibernate5/build.gradle | 3 +- .../mongodb/hibernate5/grails-app/conf/logback.xml | 4 +- .../test-data-service/grails-app/conf/logback.xml | 4 +- .../namespaces/grails-app/conf/logback.xml | 6 +- .../plugins/issue11005/grails-app/conf/logback.xml | 6 +- .../plugins/loadafter/grails-app/conf/logback.xml | 6 +- .../plugins/loadfirst/grails-app/conf/logback.xml | 6 +- .../plugins/loadsecond/grails-app/conf/logback.xml | 6 +- .../integration-test/resources/logback-test.xml | 4 +- .../src/test/resources/logback-test.xml | 4 +- grails-test-suite-uber/build.gradle | 74 +-- ...vyPageUnitTestMixinWithCustomViewDirSpec.groovy | 2 +- 83 files changed, 610 insertions(+), 742 deletions(-)