[hibernate/hibernate-orm] e5da12: HHH-12666 : Add an option for restoring 5.1 native...
by GitHub
Branch: refs/heads/5.3
Home: https://github.com/hibernate/hibernate-orm
Commit: e5da120f13c3479fddf75681bd3d217e342cb171
https://github.com/hibernate/hibernate-orm/commit/e5da120f13c3479fddf7568...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-07-20 (Fri, 20 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: 566a93d6c7bf5d55ec8a561a0442bc988ea94d78
https://github.com/hibernate/hibernate-orm/commit/566a93d6c7bf5d55ec8a561...
Author: Yoann Rodière <yoann(a)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/09aa6fbce2a9ba4fb82b6ce1...
Commit: a76dde0ec6ccc3a66a95732436919a3724dd178f
https://github.com/hibernate/hibernate-orm/commit/a76dde0ec6ccc3a66a95732...
Author: Gail Badner <gbadner(a)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: 0bbacccf8d7c2e113c5c79887712e5b5b228c310
https://github.com/hibernate/hibernate-orm/commit/0bbacccf8d7c2e113c5c798...
Author: Gail Badner <gbadner(a)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: 5fd8b36e3411f8d97a6d4de8502a2c5c818572df
https://github.com/hibernate/hibernate-orm/commit/5fd8b36e3411f8d97a6d4de...
Author: Gail Badner <gbadner(a)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: 1b445a7e0240de993366bc775746beeee019caf3
https://github.com/hibernate/hibernate-orm/commit/1b445a7e0240de993366bc7...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-07-20 (Fri, 20 Jul 2018)
Changed paths:
M migration-guide.adoc
Log Message:
-----------
HHH-12666 : Document hibernate.native_exception_handling_51_compliance in migration guide
Commit: ad08bdf513e354c6b349d430a4ba79b27f590d53
https://github.com/hibernate/hibernate-orm/commit/ad08bdf513e354c6b349d43...
Author: Martin Simka <msimka(a)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/ed03dfb958f5...ad08bdf...
**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.
6 years, 5 months
[hibernate/hibernate-orm] 8ef0ca: HHH-12666 : Add an option for restoring 5.1 native...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 8ef0ca9a13f4f46db1051bb6d808207e5807e5dd
https://github.com/hibernate/hibernate-orm/commit/8ef0ca9a13f4f46db1051bb...
Author: Gail Badner <gbadner(a)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/88fb16e5c92c360b2663c60...
Author: Yoann Rodière <yoann(a)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/09aa6fbce2a9ba4fb82b6ce1...
Commit: 9bb9e4bc38f97f85f9b16d367e6b27e5c35de8ef
https://github.com/hibernate/hibernate-orm/commit/9bb9e4bc38f97f85f9b16d3...
Author: Gail Badner <gbadner(a)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/a7900969657302950b16639...
Author: Gail Badner <gbadner(a)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/44ecb96e2d74fc60d1f9adf...
Author: Gail Badner <gbadner(a)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/188760250a90f834cb3c71b...
Author: Martin Simka <msimka(a)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...1887602...
**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.
6 years, 5 months