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

jamesfredley pushed a change to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from a04197fd17 chore: bump to 7.1.0-SNAPSHOT
     add 0b7089f50c Take snapshot prior then compare after update events.
     add 712cd35e4e Remove marking LAST_UPDATED dirty since it is now resolved 
via snapshot check
     add fb729765d6 fix: update `grails-publish` and add organization (#15138)
     add 8a0f41846f Mimic dirty tracking behavior in hibernate by comparing the 
current state to the session snapshot instead of relying solely on 
DirtyCheckable setters.
     add b275bb29c1 Revert "Mimic dirty tracking behavior in hibernate by 
comparing the current state to the session snapshot instead of relying solely 
on DirtyCheckable setters."
     add 751f49cb75 fix: remove method from `GradleUtils` (#15126)
     add c96214623b Merge branch '7.0.x' into 7.0.x-mongo-pre-update-snapshot
     add 102924537d Create test to verify mongo beforeUpdate() changes are not 
persisted.
     add 96487c3dc2 Mark tests @PendingFeature for merge
     add 4bfc369c29 Merge pull request #15142 from 
codeconsole/7.0.x-mongo-pre-update-dirty-fix-tests
     add 901cbfc1bc Merge branch '7.0.x' into 7.0.x-mongo-pre-update-snapshot
     add 68a47efb38 Remove @PendingFeature
     add 00f689af50 remove @PendingFeature update
     add 8b649dff92 Link relevant issues
     add 4380949aa9 add test for @AutoTimestamp
     add f4f75fddfc Merge pull request #15143 from 
codeconsole/7.0.x-mongo-pre-update-snapshot
     add b8ad6c2550 Bump github/codeql-action from 3 to 4
     add 039948e623 Merge pull request #15135 from 
apache/dependabot/github_actions/github/codeql-action-4
     add 66d95b2143 [skip ci] Update release workflow to use dynamic tag names
     add 2d94ca135c chore: update grails-publish version away from snapshot to 
0.0.2
     add 085f29827a fix: add VCS reference to sbom to ensure build is 
reproducible
     add 7a944dd9a1 chore: update sbom references so they are reproducible
     add f9d6f95033 fix: make dependencies reproducible for sbom
     add 43d7f09221 fix: remove hashes for local components
     add 5eff7414af fix: do not clear the diff_purge.txt
     add db825e5701 Fix Gradle bootstrap command in RELEASE.md
     add 2ee7044fa5 Merge pull request #15151 from apache/paulk-asert-patch-1
     add 977858fa7f Revise ASF reporter instructions in RELEASE.md
     add 8668da398d Fix typo in RELEASE.md regarding PR deployment
     add abd605eda3 [skip ci] Release v7.0.0
     add 1351abd0e6 [skip ci] Bump version to 7.0.1-SNAPSHOT
     add e96b405f8c Merge pull request #15154 from apache/merge-back-7.0.0
     add 9942511516 Update Grails version test case in GrailsVersionSpec
     new 83c9e62d55 Merge branch '7.0.x' into 7.1.x

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:
 .github/workflows/codeql.yml                       |   6 +-
 .github/workflows/release.yml                      |  18 +-
 RELEASE.md                                         |  10 +-
 .../org/apache/grails/buildsrc/GradleUtils.groovy  |   4 -
 .../apache/grails/buildsrc/PublishPlugin.groovy    |   4 +
 .../org/apache/grails/buildsrc/SbomPlugin.groovy   | 188 +++++++++++--------
 dependencies.gradle                                |   2 +-
 etc/bin/verify-reproducible.sh                     |   2 +-
 .../mongo/engine/MongoCodecEntityPersister.groovy  |  19 ++
 .../engine/codecs/PersistentEntityCodec.groovy     |   7 -
 .../BeforeUpdatePropertyPersistenceSpec.groovy     | 201 +++++++++++++++++++++
 .../core/grailsversion/GrailsVersionSpec.groovy    |   2 +-
 grails-forge/gradle.properties                     |   2 +-
 13 files changed, 360 insertions(+), 105 deletions(-)
 create mode 100644 
grails-data-mongodb/core/src/test/groovy/org/grails/datastore/gorm/mongo/BeforeUpdatePropertyPersistenceSpec.groovy

Reply via email to