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

borinquenkid pushed a change to branch 8.0.x-hibernate7-dev
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from 7756c3b0f3 hibernate 7:  added GormDatabaseSpec
     new 0bae47b226 hibernate 7 GrailsLiquibaseSpec
     new 64c2c43145 hibernate 7 GroovyChangeSpec
     new 4ddb0f42f0 hibernate 7 GroovyChangeSpec
     new b94ec2230e hibernate 7 GroovyGenerateChangeLogCommandStepSpec
     new c551d5bd43 hibernate 7 ChangedColumnChangeGenerator
     new 2a3ad2164f hibernate 7 ChangedSequenceChangeGenerator
     new 8b444d90bc dbmigration: added specs for Generators

The 7 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:
 grails-data-hibernate7/dbmigration/ISSUES.md       |  41 ++++++
 grails-data-hibernate7/dbmigration/build.gradle    |   5 +
 .../GroovyDiffToChangeLogCommandStep.groovy        |   6 +-
 .../GroovyGenerateChangeLogCommandStep.groovy      |  12 +-
 .../hibernate/database/JpaPersistenceDatabase.java |   2 +-
 .../connection/HibernateConnectionMetadata.java    |   2 +-
 .../diff/ChangedColumnChangeGenerator.java         | 133 +++++++++++---------
 .../diff/ChangedSequenceChangeGenerator.java       | 124 +++++++++---------
 .../snapshot/ForeignKeySnapshotGenerator.java      |  64 ++++------
 .../snapshot/HibernateSnapshotGenerator.java       |  31 ++++-
 .../diff/ChangedColumnChangeGeneratorSpec.groovy   | 127 +++++++++++++++++++
 .../diff/ChangedSequenceChangeGeneratorSpec.groovy | 115 +++++++++++++++++
 .../ext/hibernate/snapshot/AuctionEntities.groovy  |  63 ++++++----
 .../snapshot/CatalogSnapshotGeneratorSpec.groovy   |  24 ++--
 .../ForeignKeySnapshotGeneratorSpec.groovy         |  26 ++--
 .../snapshot/HibernateSnapshotGeneratorSpec.groovy |  27 ++--
 .../HibernateSnapshotIntegrationSpec.groovy        |  81 ++++++++++++
 .../snapshot/IndexSnapshotGeneratorSpec.groovy     |  45 +++----
 .../PrimaryKeySnapshotGeneratorSpec.groovy         |  27 ++--
 .../snapshot/SchemaSnapshotGeneratorSpec.groovy    |  27 ++--
 .../snapshot/SequenceSnapshotGeneratorSpec.groovy  |  44 +++----
 .../snapshot/TableSnapshotGeneratorSpec.groovy     |  42 +++----
 .../UniqueConstraintSnapshotGeneratorSpec.groovy   |  42 +++----
 .../snapshot/ViewSnapshotGeneratorSpec.groovy      |  33 +++--
 .../TableGeneratorSnapshotGeneratorSpec.groovy     |  58 +++++++++
 .../DatabaseMigrationGrailsPluginSpec.groovy       |   7 +-
 .../liquibase/GrailsLiquibaseSpec.groovy           |  84 +++++++++++++
 .../liquibase/GroovyChangeSpec.groovy              | 138 +++++++++++++++++++++
 .../GroovyDiffToChangeLogCommandStepSpec.groovy    | 108 ++++++++++++++++
 .../GroovyGenerateChangeLogCommandStepSpec.groovy  | 109 ++++++++++++++++
 .../grails/rest/web/RespondMethodSpec.groovy       |   1 +
 31 files changed, 1267 insertions(+), 381 deletions(-)
 create mode 100644 grails-data-hibernate7/dbmigration/ISSUES.md
 create mode 100644 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/diff/ChangedColumnChangeGeneratorSpec.groovy
 create mode 100644 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/diff/ChangedSequenceChangeGeneratorSpec.groovy
 copy 
grails-data-graphql/core/src/test/groovy/org/grails/gorm/graphql/domain/general/ordering/Ordering.groovy
 => 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/AuctionEntities.groovy
 (55%)
 copy 
grails-data-graphql/examples/grails-test-app/src/test/groovy/grails/test/app/manyToMany/StudentSchemaSpec.groovy
 => 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/CatalogSnapshotGeneratorSpec.groovy
 (62%)
 copy 
grails-data-neo4j/grails-datastore-gorm-neo4j/src/test/groovy/grails/gorm/tests/Neo4jResultListSpec.groovy
 => 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/ForeignKeySnapshotGeneratorSpec.groovy
 (57%)
 copy 
grails-test-examples/demo33/src/integration-test/groovy/demo/DependencyInjectionSpec.groovy
 => 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/HibernateSnapshotGeneratorSpec.groovy
 (59%)
 create mode 100644 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/HibernateSnapshotIntegrationSpec.groovy
 copy 
grails-data-neo4j/grails-datastore-gorm-neo4j/src/test/groovy/grails/gorm/tests/InheritanceProxySpec.groovy
 => 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/IndexSnapshotGeneratorSpec.groovy
 (54%)
 copy 
grails-data-neo4j/grails-datastore-gorm-neo4j/src/test/groovy/grails/gorm/tests/Neo4jResultListSpec.groovy
 => 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/PrimaryKeySnapshotGeneratorSpec.groovy
 (57%)
 copy 
grails-forge/test-core/src/test/groovy/org/grails/forge/create/CreateRestApiSpec.groovy
 => 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/SchemaSnapshotGeneratorSpec.groovy
 (63%)
 copy 
grails-data-neo4j/grails-datastore-gorm-neo4j/src/test/groovy/grails/gorm/tests/InheritanceProxySpec.groovy
 => 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/SequenceSnapshotGeneratorSpec.groovy
 (53%)
 copy 
grails-test-examples/issue-698-domain-save-npe/src/integration-test/groovy/grails301/domain/save/npe/BookSpecSpec.groovy
 => 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/TableSnapshotGeneratorSpec.groovy
 (52%)
 copy 
grails-data-neo4j/grails-datastore-gorm-neo4j/src/test/groovy/grails/gorm/tests/InheritanceProxySpec.groovy
 => 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/UniqueConstraintSnapshotGeneratorSpec.groovy
 (56%)
 copy grails-test-examples/gorm/grails-app/init/gorm/BootStrap.groovy => 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/ViewSnapshotGeneratorSpec.groovy
 (62%)
 create mode 100644 
grails-data-hibernate7/dbmigration/src/test/groovy/liquibase/ext/hibernate/snapshot/extension/TableGeneratorSnapshotGeneratorSpec.groovy
 create mode 100644 
grails-data-hibernate7/dbmigration/src/test/groovy/org/grails/plugins/databasemigration/liquibase/GrailsLiquibaseSpec.groovy
 create mode 100644 
grails-data-hibernate7/dbmigration/src/test/groovy/org/grails/plugins/databasemigration/liquibase/GroovyChangeSpec.groovy
 create mode 100644 
grails-data-hibernate7/dbmigration/src/test/groovy/org/grails/plugins/databasemigration/liquibase/GroovyDiffToChangeLogCommandStepSpec.groovy
 create mode 100644 
grails-data-hibernate7/dbmigration/src/test/groovy/org/grails/plugins/databasemigration/liquibase/GroovyGenerateChangeLogCommandStepSpec.groovy

Reply via email to