The GitHub Actions job "CI" on grails-core.git/fix/readonly-no-flush-8.0.x has 
failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
cde6de11a8eb74b5ac32aca73567b6650cfba433 / Scott Murphy Heiberg 
<[email protected]>
Document that read-only transactions no longer flush on MongoDB

What's New and the 8.0 upgrade guide describe the behaviour change: a write
saved without flush: true before a read-only transaction in the same session
is no longer persisted by it, is not seen by later queries in that session,
and is discarded when the session closes. The GORM for MongoDB guide gains a
Read-Only Transactions section with the migration advice, and the Spring Data
interop page notes that readOnly only governs GORM's flush, so a MongoTemplate
write inside a read-only transaction still commits. The Transactions page no
longer opens by saying MongoDB does not support transactions.

Report URL: https://github.com/apache/grails-core/actions/runs/35173653354

With regards,
GitHub Actions via GitBox

Reply via email to