[hibernate-commits] [hibernate/hibernate-orm] 1448dc: re-enabled CP and L2C modules (ongoing)

GitHub noreply at github.com
Tue Dec 4 13:04:24 EST 2018


  Branch: refs/heads/wip/6.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 1448dcd9d637ccd132f8ab4a1ff055c3e285d7d2
      https://github.com/hibernate/hibernate-orm/commit/1448dcd9d637ccd132f8ab4a1ff055c3e285d7d2
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2018-12-04 (Tue, 04 Dec 2018)

  Changed paths:
    M hibernate-c3p0/src/test/java/org/hibernate/test/c3p0/C3P0ConnectionProviderTest.java
    M hibernate-c3p0/src/test/java/org/hibernate/test/c3p0/C3P0DefaultIsolationLevelTest.java
    M hibernate-c3p0/src/test/java/org/hibernate/test/c3p0/C3P0DifferentIsolationLevelTest.java
    R hibernate-core/src/test/java/org/hibernate/orm/test/BaseUnitTest.java
    R hibernate-core/src/test/java/org/hibernate/orm/test/SessionFactoryBasedFunctionalTest.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/conversions/BasicConversionsTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/ColumnInsertableFalseTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/EmbeddableWithColumnInsertableFalseTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/EmbeddedIdEntityTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/EntityOfCompositesCrudTest.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/EntityWithDynamicComponentTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/EntityWithEnumTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/SimpleEntityCrudTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/StateArrayShapingTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/manytoone/EntityWithLazyManyToOneSelfReferenceTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/manytoone/EntityWithManyToOneJoinTableTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/manytoone/EntityWithManyToOneSelfReferenceTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/onetomany/EntityWithOneToManyCrudTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/onetomany/bidirectional/EntityWithOneToManyTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/onetomany/bidirectional/EntityWithOneToManyWithoutJoinTableTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/onetoone/EntityWithLazyOneToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/onetoone/EntityWithOneToOneJoinTableTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/onetoone/EntityWithOneToOneSharingPrimaryKeyTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/crud/onetoone/EntityWithOneToOneTest.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/model/runtime/collections/MapDescriptorTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/model/runtime/secondaryTables/SecondaryTableTests.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/EmbeddableAsParameterTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/LimitOffsetClauseTests.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/NestedFunctionsTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/SimpleLimitTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/SimpleNestedFunctionsTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/SimpleSelectionTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/SubqueryLimitOffsetTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/BaseSqmUnitTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/ExtensionSqmInferenceTests.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/JpaStandardSqmInferenceTests.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/execution/CrossJoinTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/execution/EntityQuerySmokeTests.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/execution/HqlExecutionSmokeTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/execution/LiteralTests.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/execution/SubQueryTest.java
    M 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/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
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/idgenerator/SequenceGenerationTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/idgenerator/SequenceGeneratorsTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/idgenerator/TableGeneratorTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemacreation/idgenerator/TableGeneratorsTest.java
    M 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
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/AbstractAlterTableQuoteSchemaTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/AlterTableQuoteDefaultSchemaTest.java
    M 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/MixedFieldPropertyAnnotationTest.java
    M 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/SchemaDropSequenceTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaExportWithGlobalQuotingEnabledTest.java
    M 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/SchemaUpdateFormatterTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateJoinColumnNoConstraintSecondaryTableTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateJoinColumnNoConstraintSecondaryTablesTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateJoinColumnNoConstraintTest.java
    M 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/SchemaUpdateWithFunctionIndexTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SchemaUpdateWithViewsTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SequenceReadingTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/SqlServerQuoteSchemaTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/derivedid/ColumnLengthTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/foreignkeys/definition/ForeignKeyDefinitionManyToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/foreignkeys/definition/ForeignKeyDefinitionOneToManyJoinTableTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/foreignkeys/definition/ForeignKeyDefinitionOneToOneTest.java
    M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schemaupdate/foreignkeys/definition/ForeignKeyDefinitionSecondaryTableTest.java
    R hibernate-ehcache/src/main/java/org/hibernate/cache/ehcache/internal/CacheTransactionContextImpl.java
    M hibernate-ehcache/src/test/java/org/hibernate/cache/ehcache/test/EhcacheTransactionalCacheConcurrencyStrategyTest.java
    M hibernate-ehcache/src/test/java/org/hibernate/cache/ehcache/test/domain/EventManager.java
    M hibernate-testing/src/main/java/org/hibernate/testing/jdbc/SQLStatementInterceptor.java
    M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseNonConfigCoreFunctionalTestCase.java
    A hibernate-testing/src/main/java/org/hibernate/testing/junit5/BaseUnitTest.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/SessionFactoryBasedFunctionalTest.java
    M settings.gradle

  Log Message:
  -----------
  re-enabled CP and L2C modules (ongoing)



      **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