[hibernate-commits] [hibernate/hibernate-orm] dea732: Ported schema tool tests from 5.4 + boot model fix...

GitHub noreply at github.com
Wed Nov 28 06:34:56 EST 2018


  Branch: refs/heads/wip/6.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: dea73283e878392876c1e0ccfd435059a4a13e36
      https://github.com/hibernate/hibernate-orm/commit/dea73283e878392876c1e0ccfd435059a4a13e36
  Author: Andrea Boriero <andrea at hibernate.org>
  Date:   2018-11-28 (Wed, 28 Nov 2018)

  Changed paths:
    A hibernate-core/.attach_pid15225
    A hibernate-core/.attach_pid8588
    M hibernate-core/src/main/java/org/hibernate/boot/internal/InFlightMetadataCollectorImpl.java
    M hibernate-core/src/main/java/org/hibernate/boot/model/relational/AbstractAuxiliaryDatabaseObject.java
    M hibernate-core/src/main/java/org/hibernate/boot/model/relational/SimpleAuxiliaryDatabaseObject.java
    M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
    M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/RelationalObjectBinder.java
    M hibernate-core/src/main/java/org/hibernate/boot/spi/InFlightMetadataCollector.java
    M hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
    M hibernate-core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java
    M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3Column.java
    M hibernate-core/src/main/java/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
    M hibernate-core/src/main/java/org/hibernate/id/ExportableColumn.java
    M hibernate-core/src/main/java/org/hibernate/mapping/BasicValue.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Column.java
    M hibernate-core/src/main/java/org/hibernate/mapping/ForeignKey.java
    M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Table.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/model/relational/spi/ForeignKey.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/model/relational/spi/Index.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/model/relational/spi/Sequence.java
    M hibernate-core/src/main/java/org/hibernate/metamodel/model/relational/spi/UniqueKey.java
    M hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/ColumnInformation.java
    M hibernate-core/src/main/java/org/hibernate/tool/schema/extract/spi/ForeignKeyInformation.java
    M hibernate-core/src/main/java/org/hibernate/tool/schema/internal/AbstractSchemaMigrator.java
    M hibernate-core/src/main/java/org/hibernate/tool/schema/internal/StandardTableAlterable.java
    M hibernate-core/src/main/java/org/hibernate/tool/schema/internal/StandardTableExporter.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/joins/JoinTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/EntityOfSetsCrudTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/EntityWithLazyOneToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/onetoone/OneToOneWithDerivedIdentityTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/onetoone/bidirectional/EntityWithBidirectionalOneToOneJoinTableTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/onetoone/bidirectional/EntityWithBidirectionalOneToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/event/EmbeddableCallbackTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/event/PreInsertEventListenerVetoBidirectionalTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/event/PreInsertEventListenerVetoUnidirectionalTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/EntityManagerFactoryBasedFunctionalTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/ql/StrictJpqlComplianceTests.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/jpa/tool/schemacreation/Hbm2ddlCreateOnlyTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/jpa/tool/schemacreation/SchemaMigratorHaltOnErrorTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/model/runtime/collections/MapDescriptorTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/produce/AliasCollisionTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/produce/CaseExpressionsTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/produce/DynamicInstantiationTests.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/produce/FromClauseTests.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/produce/SelectClauseTests.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/produce/WhereClauseTests.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/BaseSchemaUnitTestCase.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/CheckForExistingForeignKeyTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/ExportIdentifierTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/AbstractHANAStringAndBooleanFieldsCreationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/BaseSchemaCreationTestCase.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/HANABooleanTypeDefaultCreationTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/HANABooleanTypeLegacyCreationTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/HANABooleanTypeNoLogacyCreationTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/HANAStringTypeDefaultCreationTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/HANAStringTypeNVarcharCreationTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/HANAStringTypeVarcharCreationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/collections/IdentifierBagSchemaCreationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/collections/MapSchemaCreationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/collections/OrderListSchemaCreationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/collections/SetSchemaCreationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/collections/components/SetOfComponentClassSchemaCreationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/components/ComponentAttributeOverrideSchemaCreationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/components/ComponentCollectionSchemaCreationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/enums/OrdinalSchemaCreation.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/enums/StringSchemaCreation.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/idgenerator/SequenceGenerationTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/idgenerator/SequenceGeneratorsTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/idgenerator/TableGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/idgenerator/TableGeneratorsTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/index/ComponentIndexTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/index/IndexesCreationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/inheritance/tableperclass/TablePerClassSchemaCreationTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/AbstractAlterTableQuoteSchemaTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/AlterTableQuoteDefaultSchemaTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/AlterTableQuoteSpecifiedSchemaTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/ColumnNamesTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/ForeignkeyUpdatingTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/ImplicitCompositeKeyJoinTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/MappingSchemaPropertyMigrationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/MixedFieldPropertyAnnotationTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/PostgreSQLMultipleSchemaSequenceTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/QuotedTableNameSchemaUpdateTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaDropSequenceTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaExportTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaExportWithGlobalQuotingEnabledTest.java
    R hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaExportWithIndexAndDefaultSchema.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaExportWithIndexAndDefaultSchemaTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaMigrationTargetScriptCreationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateGeneratingOnlyScriptFileTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateHaltOnErrorTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateJoinColumnNoConstraintSecondaryTableTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateJoinColumnNoConstraintSecondaryTablesTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateJoinColumnNoConstraintTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateSchemaNameTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateTableBackedSequenceTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateWithFunctionIndexTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SequenceReadingTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SqlServerQuoteSchemaTest.java
    R hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/TestFkUpdating.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/derivedid/ColumnLengthTest.java
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/foreignkeys/ForeignKeyDropTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/foreignkeys/crossschema/CrossSchemaForeignKeyGenerationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/foreignkeys/definition/ForeignKeyDefinitionSecondaryTableTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/inheritance/tableperclass/SchemaCreationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/uniqueconstraint/TestEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/uniqueconstraint/UniqueConstraintDropTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/uniqueconstraint/UniqueConstraintGenerationHbmTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/uniqueconstraint/UniqueConstraintGenerationTest.java
    R hibernate-core/src/test2/java/org/hibernate/test/tool/schema/internal/CheckForExistingForeignKeyTest.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit5/AnnotationUtil.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit5/DialectFeatureChecks.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit5/DialectFilterExtension.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit5/RequiresDialect.java
    A hibernate-testing/src/main/java/org/hibernate/testing/junit5/RequiresDialects.java
    A hibernate-testing/src/main/java/org/hibernate/testing/logger/LoggerInspectionExtension.java

  Log Message:
  -----------
  Ported schema tool tests from 5.4 + boot model fixes



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the hibernate-commits mailing list