This is an automated email from the ASF dual-hosted git repository.

jamesfredley pushed a change to branch improve-gh-ci-speed
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    omit 7cd5005f21 Fix RestfulReverseUrlRenderingTests by ensuring 
grailsApplication is initialized before accessing artefacts
    omit 905445a38a Fix MIME type tests by ensuring grailsApplication is 
initialized before clearing cache
    omit 4e1616874a Fix shared constraint test by ensuring grailsApplication is 
initialized before clearing caches
    omit 02a19d79c9 Fix test isolation for system property manipulation in tests
    omit 46a2193cd4 Fix test isolation for constraint cache and MIME type cache
    omit f4e0028f29 Fix FormTagLibTests to refresh linkGenerator's 
urlMappingsHolder reference
    omit b5b589a44f Fix mockArtefact to refresh linkGenerator's 
urlMappingsHolder reference
    omit e3da883876 Fix CommandObjectsSpec by clearing 
ConstraintEvalUtils.defaultConstraintsMap in setup/cleanup
    omit f6c802e27d Fix RestfulReverseUrlRenderingTests by re-registering URL 
mappings in setup
    omit 9480a5f089 Sync Java version 17.0.18 across .sdkmanrc, release.yml, 
and Dockerfile
    omit e43bb2a729 Fix RespondMethodSpec Windows test isolation issue by 
setting explicit HTML format
    omit 4722b9754b Remove @Isolated annotations and update misleading parallel 
test comments
    omit ba00568fe3 Fix RestfulReverseUrlRenderingTests URL mapping isolation 
for parallel execution
    omit 9b88d2758c Fix CommandObjectsSpec shared constraint test isolation
    omit e221bca9bc Fix NPE in HttpServletResponseExtension.getMimeTypes() for 
parallel test execution
    omit b71a1e8b5a Fix multi-tenancy test isolation in MongoDB specs for 
parallel execution
    omit a9bb573065 Disable Groovy compilation cache in CI to ensure AST 
transformations are applied
    omit 5fbf686038 Use reflection to clear Validateable constraints cache 
instead of public API
    omit 5de706629b Rename clearConstraintsMap() to clearConstraintsMapCache() 
for clarity
    omit 891696cda5 Add cleanup for constraint caches to be good citizens in 
parallel tests
    omit 7f9cbe083e Use proper imports instead of inline fully-qualified class 
names
    omit b2a3e3c49c Add cleanup for HttpServletResponseExtension.@mimeTypes in 
all test files
    omit ae9b1abd17 Use @RestoreSystemProperties for cleaner test isolation
    omit 0bd4622d11 Enable cancel-in-progress for PR runs in all CI workflows
    omit c0446bec52 Add additional test isolation fixes for parallel execution
    omit 14675812ba Fix shared constraint cache isolation for parallel test 
execution
    omit 58689af3c0 Remove Develocity test retries now that flaky tests are 
fixed
    omit 8b101ca016 Fix MIME type lookup isolation for parallel test execution
    omit 2221de8d24 Fix URL mapping artefact isolation for parallel test 
execution
    omit e914c5d25b Enable cancel-in-progress for PR workflow runs
    omit 1908a968cf Fix additional Holders.clear() calls that could cause 
parallel test flakiness
    omit 183d0d38b4 Fix WithFormatContentTypeSpec parallel test isolation
    omit 09905cf636 Add cleanup method to RespondMethodSpec for test isolation
    omit 0e8b740959 Remove hardcoded test parallelism restriction from 
grails-gsp
    omit c3db437547 Add test isolation fixes for parallel test execution
    omit 6e2ffab755 Adjust CI Java matrix to 17 and 21
    omit 3d6bd47a28 Update Gradle tooling API to 8.14.4
    omit 9c20e1fd89 Update generated app Gradle wrapper to 8.14.4
    omit 689f54911c Fix mime type test isolation by clearing static cache
    omit da522eb24b Update Groovy version to 3.0.25 in multiple modules
    omit 116419c10a Fix command object shared constraint test isolation
    omit 61518bcb9f Adjust CI Java matrix to 17 and 25
    omit 4318883fc8 Limit CI matrix OS/Java combinations
    omit e1adc835c6 Fix database-per-tenant test isolation
    omit 6337b642fc Fix flaky tests caused by ThreadLocal pollution in parallel 
execution
    omit d85ca9e685 Optimize CI workflow to reduce build time
     add 195c8091d3 [skip ci] Release v7.0.6
     add ed4c7d54ff [skip ci] Bump version to 7.0.7-SNAPSHOT
     add 3b4a541c36 Merge pull request #15345 from apache/merge-back-7.0.6
     add c8fb6af583 docs: fix links
     add 0709f688dd Merge pull request #15353 from apache/doc-links
     add 8acce051d7 Optimize CI workflow to reduce build time
     add 4eb84a4342 Fix flaky tests caused by ThreadLocal pollution in parallel 
execution
     add 1010606a47 Fix database-per-tenant test isolation
     add fe3e25c4d1 Limit CI matrix OS/Java combinations
     add caa9ce2417 Fix command object shared constraint test isolation
     add 07ffedbf6f Fix mime type test isolation by clearing static cache
     add 7f32b71924 Add test isolation fixes for parallel test execution
     add 96ec6523b5 Remove hardcoded test parallelism restriction from 
grails-gsp
     add 636e98b995 Add cleanup method to RespondMethodSpec for test isolation
     add 59dcd50061 Fix WithFormatContentTypeSpec parallel test isolation
     add 3a9df26354 Fix additional Holders.clear() calls that could cause 
parallel test flakiness
     add cb751d6a86 Enable cancel-in-progress for PR workflow runs
     add c6789d1734 Fix URL mapping artefact isolation for parallel test 
execution
     add 83774cf385 Fix MIME type lookup isolation for parallel test execution
     add bf78a4cbae Remove Develocity test retries now that flaky tests are 
fixed
     add fdaf826a6c Fix shared constraint cache isolation for parallel test 
execution
     add 461813e5a7 Add additional test isolation fixes for parallel execution
     add 0853424edc Enable cancel-in-progress for PR runs in all CI workflows
     add d2880650b3 Use @RestoreSystemProperties for cleaner test isolation
     add f1f8aca9ef Add cleanup for HttpServletResponseExtension.@mimeTypes in 
all test files
     add 2a04d423ee Use proper imports instead of inline fully-qualified class 
names
     add 8b1c0eb74b Add cleanup for constraint caches to be good citizens in 
parallel tests
     add 6440ef70eb Rename clearConstraintsMap() to clearConstraintsMapCache() 
for clarity
     add 3850905c68 Use reflection to clear Validateable constraints cache 
instead of public API
     add e6f28c3718 Disable Groovy compilation cache in CI to ensure AST 
transformations are applied
     add 2a1df04505 Fix multi-tenancy test isolation in MongoDB specs for 
parallel execution
     add 0ef534f75d Fix NPE in HttpServletResponseExtension.getMimeTypes() for 
parallel test execution
     add 733cae94a7 Fix CommandObjectsSpec shared constraint test isolation
     add 375f7f3c93 Fix RestfulReverseUrlRenderingTests URL mapping isolation 
for parallel execution
     add e4efb4711d Remove @Isolated annotations and update misleading parallel 
test comments
     add f6b876fddc Fix RespondMethodSpec Windows test isolation issue by 
setting explicit HTML format
     add 9e1503f042 Fix RestfulReverseUrlRenderingTests by re-registering URL 
mappings in setup
     add 5d3717ca08 Fix CommandObjectsSpec by clearing 
ConstraintEvalUtils.defaultConstraintsMap in setup/cleanup
     add 1e82ee8d1a Fix mockArtefact to refresh linkGenerator's 
urlMappingsHolder reference
     add bd6e1e5580 Fix FormTagLibTests to refresh linkGenerator's 
urlMappingsHolder reference
     add 6a7930c34b Fix test isolation for constraint cache and MIME type cache
     add 0bd3006cf7 Fix test isolation for system property manipulation in tests
     add bb193ba83f Fix shared constraint test by ensuring grailsApplication is 
initialized before clearing caches
     add 0f97dc4714 Fix MIME type tests by ensuring grailsApplication is 
initialized before clearing cache
     add 5efd1aba8d Fix RestfulReverseUrlRenderingTests by ensuring 
grailsApplication is initialized before accessing artefacts
     add 227da5ae52 Adjust CI Java matrix to 17 and 25
     add 1f6559728a Update Groovy version to 3.0.25 in multiple modules
     add 4c25543aff Update generated app Gradle wrapper to 8.14.4
     add 83e16868f1 Update Gradle tooling API to 8.14.4
     add 5e0f28ffb9 Adjust CI Java matrix to 17 and 21
     add f166e3ed8b Sync Java version 17.0.18 across .sdkmanrc, release.yml, 
and Dockerfile
     add 5715c3180f Add cross-reference comments for Gradle version locations
     add ce07dd577c Merge pull request #15355 from 
apache/deps/update-java-gradle-groovy-versions
     add 76a8df6285 Merge 7.0.x into improve-gh-ci-speed

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7cd5005f21)
            \
             N -- N -- N   refs/heads/improve-gh-ci-speed (76a8df6285)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .sdkmanrc                                                |  2 ++
 build-logic/gradle/wrapper/gradle-wrapper.properties     |  2 ++
 gradle.properties                                        |  4 +++-
 gradle/wrapper/gradle-wrapper.properties                 |  2 ++
 .../src/test/groovy/grails/util/GrailsUtilTests.java     |  2 +-
 grails-doc/src/en/guide/GORM/quickStartGuide.adoc        |  4 ++--
 .../src/en/guide/GORM/quickStartGuide/basicCRUD.adoc     | 16 ++++++++--------
 .../src/en/guide/commandLine/creatingCustomCommands.adoc |  2 +-
 .../en/guide/conf/dataSource/multipleDatasources.adoc    |  2 +-
 grails-doc/src/en/guide/conf/docengine.adoc              |  2 +-
 grails-forge/gradle/wrapper/gradle-wrapper.properties    |  2 ++
 .../gradle/templates/gradleWrapperProperties.rocker.raw  |  1 +
 grails-gradle/gradle/wrapper/gradle-wrapper.properties   |  2 ++
 .../skeleton/gradle/wrapper/gradle-wrapper.properties    |  2 ++
 .../skeleton/gradle/wrapper/gradle-wrapper.properties    |  2 ++
 15 files changed, 32 insertions(+), 15 deletions(-)

Reply via email to