[hibernate-commits] [hibernate/hibernate-orm] 8ef0ca: HHH-12666 : Add an option for restoring 5.1 native...

GitHub noreply at github.com
Fri Jul 20 04:26:32 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 8ef0ca9a13f4f46db1051bb6d808207e5807e5dd
      https://github.com/hibernate/hibernate-orm/commit/8ef0ca9a13f4f46db1051bb6d808207e5807e5dd
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2018-07-19 (Thu, 19 Jul 2018)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryOptionsBuilder.java
    M hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions.java
    M hibernate-core/src/main/java/org/hibernate/boot/spi/SessionFactoryOptions.java
    M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
    M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
    M hibernate-core/src/main/java/org/hibernate/internal/ExceptionConverterImpl.java

  Log Message:
  -----------
  HHH-12666 : Add an option for restoring 5.1 native exception handling


  Commit: 88fb16e5c92c360b2663c60093078639e881b2fd
      https://github.com/hibernate/hibernate-orm/commit/88fb16e5c92c360b2663c60093078639e881b2fd
  Author: Yoann Rodière <yoann at hibernate.org>
  Date:   2018-07-20 (Fri, 20 Jul 2018)

  Changed paths:
    A hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/BaseExceptionHandlingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/BaseJpaOrNativeBootstrapFunctionalTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/ConstraintViolationExceptionHandlingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/ExceptionExpectations.java
    A hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/TransientObjectExceptionHandlingTest.java

  Log Message:
  -----------
  HHH-12666 Test the current behavior of exception conversion on persist/save/merge/flush/etc.

Original tests by Gail Badner:
https://github.com/gbadner/hibernate-core/commit/09aa6fbce2a9ba4fb82b6ce1075fd68fb09db510


  Commit: 9bb9e4bc38f97f85f9b16d367e6b27e5c35de8ef
      https://github.com/hibernate/hibernate-orm/commit/9bb9e4bc38f97f85f9b16d367e6b27e5c35de8ef
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2018-07-20 (Fri, 20 Jul 2018)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/ExceptionExpectations.java
    A hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/IdentifierGenerationExceptionHandlingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/QuerySyntaxExceptionHandlingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/StateObjectStateExceptionHandlingTest.java

  Log Message:
  -----------
  HHH-12666 : Added more tests


  Commit: a7900969657302950b1663996dcda3e70d191447
      https://github.com/hibernate/hibernate-orm/commit/a7900969657302950b1663996dcda3e70d191447
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2018-07-20 (Fri, 20 Jul 2018)

  Changed paths:
    M documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc
    M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java

  Log Message:
  -----------
  HHH-12666 : Add documentation


  Commit: 44ecb96e2d74fc60d1f9adf00f23ba6b9730b485
      https://github.com/hibernate/hibernate-orm/commit/44ecb96e2d74fc60d1f9adf00f23ba6b9730b485
  Author: Gail Badner <gbadner at redhat.com>
  Date:   2018-07-20 (Fri, 20 Jul 2018)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/ExceptionExpectations.java
    A hibernate-core/src/test/java/org/hibernate/test/exceptionhandling/TransactionExceptionHandlingTest.java

  Log Message:
  -----------
  HHH-12666 : Add test


  Commit: 188760250a90f834cb3c71b61e82838bd54973cb
      https://github.com/hibernate/hibernate-orm/commit/188760250a90f834cb3c71b61e82838bd54973cb
  Author: Martin Simka <msimka at redhat.com>
  Date:   2018-07-20 (Fri, 20 Jul 2018)

  Changed paths:
    M hibernate-core/src/test/java/org/hibernate/test/converter/AndNationalizedTests.java

  Log Message:
  -----------
  HHH-12838 Fix AndNationalizedTests with DB2

This is consecutive to the changes made in HHH-12753.


Compare: https://github.com/hibernate/hibernate-orm/compare/9286f9147b06...188760250a90
      **NOTE:** This service 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