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

borinquenkid pushed a change to branch feat/neo4j-gorm-registry-migration
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    omit f861bbe4fb fix(grails-data-neo4j): use grails-neo4j-bom platform in 
docs module
    omit 761ee416c6 fix(grails-forge): update GormImplSpec's stale 'neo4j' 
expectation
    omit 960b59879b fix(grails-data-neo4j): add missing jakarta.servlet-api 
test dep; fix CodeNarc GString nit
    omit 4ecf6d87cf fix(grails-data-neo4j): implement embedded-component 
support and fix basic-collection 'in' queries
    omit 447d1b284e fix(grails-data-neo4j): remove dead GormEnhancer overrides 
in Neo4jDatastore
    omit 8a70751ba9 fix(grails-data-neo4j): scope neo4j-java-driver pin to a 
dedicated grails-neo4j-bom
    omit 5f7d8db1d7 refactor(grails-data-neo4j): dedupe test/Jetty/driver build 
config, drop redundant BOM force
    omit 4be6be5de6 fix(grails-test-examples): drop stale 
grailsSpringSecurityVersion property in neo4j test-data-service
    omit a780ce0f5d fix(grails-data-neo4j): resolve all 270 CodeNarc violations 
in grails-data-neo4j-core
    omit 5a0ad030c6 refactor(grails-data-neo4j): rename example apps to 
base/hibernate5
    omit 8052f234ed refactor(grails-data-neo4j): rename 
grails-datastore-gorm-neo4j to grails-data-neo4j-core
    omit 43ba5bc4a7 feat(grails-forge): restore Neo4j GORM support
    omit bb14409b85 feat(grails-data-neo4j): restore test-data-service example 
app
    omit 827b9d7235 feat(grails-data-neo4j): restore neo4j-standalone example 
app
    omit 34f23c7bf9 feat: add dedicated Neo4j functional-test CI job and 
publish gating
    omit 2faa32618e fix: rename gorm-neo4j-spring-boot to 
grails-data-neo4j-spring-boot
    omit 4c34ff23a7 fix: BOM-manage neo4j-java-driver with a strictly 
constraint, not exclude
    omit ea51f1a12b fix: address jdaugherty's review feedback on consolidated 
Neo4j PR
    omit d18ec53586 chore(grails-data-neo4j): clean up Checkstyle/CodeNarc 
violations in grails-datastore-gorm-neo4j
    omit 43a19a40ce fix(grails-data-neo4j): declare intentional 
Jetty/neo4j-driver BOM overrides
    omit ad91de2a02 feat(grails-data-neo4j): re-add example apps and docs into 
monorepo (PR4)
    omit 8d57c60593 feat: wire Neo4j adapter to GormRegistry's GormApiFactory 
mechanism
    omit acd751d57c fix: avoid Groovy MOP getProperty interception in 
Neo4jDataStoreSpringInitializerSpec
    omit fe900b9a65 feat(grails-data-neo4j): fold standalone build into root 
settings.gradle
    omit 958e6bcb64 fix: resolve Neo4j regressions surfaced by rebasing onto 
Groovy 5
    omit 7406988dcb fix: address Copilot review findings on PR #15816
    omit a1524e1ccd feat: migrate grails-data-neo4j to Groovy 4/Jakarta/GORM 8 
baseline
    omit 6cf78291cb docs: add Neo4j GormRegistry migration plan (PR1 baseline + 
PR2 wiring)
     add 184020c5c1 test(neo4j): give OptimisticLockingSpec's cross-thread 
heisenbug more headroom
     add bf05dfcdac docs: add Neo4j GormRegistry migration plan (PR1 baseline + 
PR2 wiring)
     add 510840db22 feat: migrate grails-data-neo4j to Groovy 4/Jakarta/GORM 8 
baseline
     add 98945fc079 fix: address Copilot review findings on PR #15816
     add 2877865d7e fix: resolve Neo4j regressions surfaced by rebasing onto 
Groovy 5
     add 8ae69b9fd0 feat(grails-data-neo4j): fold standalone build into root 
settings.gradle
     add 1e440bf5f0 fix: avoid Groovy MOP getProperty interception in 
Neo4jDataStoreSpringInitializerSpec
     add 3f6266a2ca feat: wire Neo4j adapter to GormRegistry's GormApiFactory 
mechanism
     add 4904e4c584 feat(grails-data-neo4j): re-add example apps and docs into 
monorepo (PR4)
     add f2bdfddfc6 fix(grails-data-neo4j): declare intentional 
Jetty/neo4j-driver BOM overrides
     add 6a074bbd7e chore(grails-data-neo4j): clean up Checkstyle/CodeNarc 
violations in grails-datastore-gorm-neo4j
     add 1910468aa8 fix: address jdaugherty's review feedback on consolidated 
Neo4j PR
     add 1591129830 fix: BOM-manage neo4j-java-driver with a strictly 
constraint, not exclude
     add 08698bdb09 fix: rename gorm-neo4j-spring-boot to 
grails-data-neo4j-spring-boot
     add 332d13fa3f feat: add dedicated Neo4j functional-test CI job and 
publish gating
     add 53f0bb857f feat(grails-data-neo4j): restore neo4j-standalone example 
app
     add ca1cd33df8 feat(grails-data-neo4j): restore test-data-service example 
app
     add 5e436f2b5e feat(grails-forge): restore Neo4j GORM support
     add 00bdb11b4d refactor(grails-data-neo4j): rename 
grails-datastore-gorm-neo4j to grails-data-neo4j-core
     add 1989e69dc0 refactor(grails-data-neo4j): rename example apps to 
base/hibernate5
     add 73f1854883 fix(grails-data-neo4j): resolve all 270 CodeNarc violations 
in grails-data-neo4j-core
     add 65e72a57fa fix(grails-test-examples): drop stale 
grailsSpringSecurityVersion property in neo4j test-data-service
     add 02b12e21b0 refactor(grails-data-neo4j): dedupe test/Jetty/driver build 
config, drop redundant BOM force
     add 75a8c1e5ad fix(grails-data-neo4j): scope neo4j-java-driver pin to a 
dedicated grails-neo4j-bom
     add b0a2ba4cbe fix(grails-data-neo4j): remove dead GormEnhancer overrides 
in Neo4jDatastore
     add b0f3371be8 fix(grails-data-neo4j): implement embedded-component 
support and fix basic-collection 'in' queries
     add 9f507a7c37 fix(grails-data-neo4j): add missing jakarta.servlet-api 
test dep; fix CodeNarc GString nit
     add f46c47ae5c fix(grails-forge): update GormImplSpec's stale 'neo4j' 
expectation
     add eeebb0686d fix(grails-data-neo4j): use grails-neo4j-bom platform in 
docs module

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   (f861bbe4fb)
            \
             N -- N -- N   refs/heads/feat/neo4j-gorm-registry-migration 
(eeebb0686d)

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:
 .../test/groovy/grails/gorm/tests/OptimisticLockingSpec.groovy   | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Reply via email to