Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: e2ba4105d36016379d0f428b8bfaf69e0e774cbd
https://github.com/hibernate/hibernate-orm/commit/e2ba4105d36016379d0f428...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2019-01-18 (Fri, 18 Jan 2019)
Changed paths:
R hibernate-core/src/main/java/org/hibernate/query/criteria/internal/expression/CaseLiteralExpression.java
M hibernate-core/src/main/java/org/hibernate/query/criteria/internal/expression/SearchedCaseExpression.java
M hibernate-core/src/main/java/org/hibernate/query/criteria/internal/expression/SimpleCaseExpression.java
Log Message:
-----------
Revert "HHH-13016 Bring back CaseLiteralExpression"
This reverts commit 23153d5d559214652a6d40de25fd2367d163e301.
Commit: 7f71735e3b5f31d2ba176b599beb82e6919435fe
https://github.com/hibernate/hibernate-orm/commit/7f71735e3b5f31d2ba176b5...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2019-01-18 (Fri, 18 Jan 2019)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/jpa/test/criteria/simplecase/BasicSimpleCaseTest.java
Log Message:
-----------
HHH-13016 Test added in previous commit will now fail so add @FailureExpected
Reintroducing CaseLiteralExpression had some issues with databases other
than H2 as it tried to cast to binary even if the enum was stored as
enumerated. Unfortunately, we cannot really know if the enum is in the
end compared to a value stored as a string or a number.
Compare: https://github.com/hibernate/hibernate-orm/compare/23153d5d5592...7f71735...
**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.
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: e2510d9e3d33c231ece9fe3ca188def504ae22bc
https://github.com/hibernate/hibernate-orm/commit/e2510d9e3d33c231ece9fe3...
Author: Cody Lerum <cody.lerum(a)gmail.com>
Date: 2019-01-18 (Fri, 18 Jan 2019)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/jpa/test/criteria/simplecase/BasicSimpleCaseTest.java
Log Message:
-----------
HHH-13016 Add test case
Commit: 9c72384e1f879fee2d5c5b185aee5e5ef5045aff
https://github.com/hibernate/hibernate-orm/commit/9c72384e1f879fee2d5c5b1...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2019-01-18 (Fri, 18 Jan 2019)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/jpa/test/criteria/simplecase/BasicSimpleCaseTest.java
Log Message:
-----------
HHH-13199 Add test case
Commit: 624403e65c530f94a7f83cae353eb591f7a8065e
https://github.com/hibernate/hibernate-orm/commit/624403e65c530f94a7f83ca...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2019-01-18 (Fri, 18 Jan 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/criteria/internal/expression/LiteralExpression.java
Log Message:
-----------
HHH-13016 HHH-13199 Force parameter binding for enum literals
Currently, we don't have a way to properly handle enum literals so get back to
using parameter binding, which was used before in the "case when" case
due to a bug fixed in HHH-13001.
Note that this forces the usage of enum literals even at the root of the
select clause.
Commit: 23153d5d559214652a6d40de25fd2367d163e301
https://github.com/hibernate/hibernate-orm/commit/23153d5d559214652a6d40d...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2019-01-18 (Fri, 18 Jan 2019)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/query/criteria/internal/expression/CaseLiteralExpression.java
M hibernate-core/src/main/java/org/hibernate/query/criteria/internal/expression/SearchedCaseExpression.java
M hibernate-core/src/main/java/org/hibernate/query/criteria/internal/expression/SimpleCaseExpression.java
Log Message:
-----------
HHH-13016 Bring back CaseLiteralExpression
It was removed as part of
https://github.com/hibernate/hibernate-orm/pull/1361 but this PR didn't
fix all the issues as there are still cases where we don't deduce the
expected type and we need to have a proper cast.
Compare: https://github.com/hibernate/hibernate-orm/compare/15ea965d202c...23153d5...
**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.
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 9c63819000028c099530d4976df7c54369c0090e
https://github.com/hibernate/hibernate-orm/commit/9c63819000028c099530d49...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2019-01-17 (Thu, 17 Jan 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/tool/schema/internal/SchemaCreatorImpl.java
M hibernate-core/src/main/java/org/hibernate/tool/schema/internal/exec/AbstractScriptSourceInput.java
M hibernate-core/src/main/java/org/hibernate/tool/schema/internal/exec/ScriptSourceInputFromFile.java
M hibernate-core/src/main/java/org/hibernate/tool/schema/internal/exec/ScriptSourceInputFromReader.java
M hibernate-core/src/main/java/org/hibernate/tool/schema/internal/exec/ScriptSourceInputFromUrl.java
M hibernate-core/src/main/java/org/hibernate/tool/schema/spi/ScriptSourceInput.java
Log Message:
-----------
HHH-13210 Don't log about running a script of type ScriptSourceInputNonExistentImpl
**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.
Branch: refs/heads/wip/6.0
Home: https://github.com/hibernate/hibernate-orm
Commit: 2a0fb6251993dccbe22e70dcec9bc82ae7d5b0f1
https://github.com/hibernate/hibernate-orm/commit/2a0fb6251993dccbe22e70d...
Author: harikantverma <46159252+harikantverma(a)users.noreply.github.com>
Date: 2019-01-17 (Thu, 17 Jan 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java
A hibernate-core/src/test2/java/org/hibernate/test/insertordering/InsertOrderingSelfReferenceSingleTableInheritance.java
Log Message:
-----------
HHH-13068 - "order_inserts = true" causes FK Violation when inserting Self Referential Entity with Single_Table Inherited Entities
**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.
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: e8b88f5350bd9092bcdde253c1b74b0aab576ab4
https://github.com/hibernate/hibernate-orm/commit/e8b88f5350bd9092bcdde25...
Author: harikantverma <46159252+harikantverma(a)users.noreply.github.com>
Date: 2019-01-17 (Thu, 17 Jan 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java
A hibernate-core/src/test/java/org/hibernate/test/insertordering/InsertOrderingSelfReferenceSingleTableInheritance.java
Log Message:
-----------
HHH-13068 - "order_inserts = true" causes FK Violation when inserting Self Referential Entity with Single_Table Inherited Entities
**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.
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 5fe874f7cfd46a1e8b177cff3464fc0af4e3ae6e
https://github.com/hibernate/hibernate-orm/commit/5fe874f7cfd46a1e8b177cf...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2019-01-17 (Thu, 17 Jan 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/service/internal/SessionFactoryServiceRegistryImpl.java
Log Message:
-----------
HHH-13209 Avoid leaking invalid data in side cache of SessionFactoryServiceRegistryImpl
Commit: bc6be66c662492c85f87041e2594ecf3b888fed6
https://github.com/hibernate/hibernate-orm/commit/bc6be66c662492c85f87041...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2019-01-17 (Thu, 17 Jan 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/registry/internal/StandardServiceRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java
Log Message:
-----------
HHH-13209 Allow for re-starting of a deactivated ServiceRegistry instance
Commit: cc3e4c82d3126b9c10e70b5b6ef73e0f531cba5d
https://github.com/hibernate/hibernate-orm/commit/cc3e4c82d3126b9c10e70b5...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2019-01-17 (Thu, 17 Jan 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataImpl.java
Log Message:
-----------
HHH-13209 Expose more state from MetadataImpl to allow shallow copies
Commit: 5e30e509b3c3a61a8b724a9f41016894408614fa
https://github.com/hibernate/hibernate-orm/commit/5e30e509b3c3a61a8b724a9...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2019-01-17 (Thu, 17 Jan 2019)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/registry/internal/BootstrapServiceRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java
Log Message:
-----------
HHH-13209 Disallow races between destroy and reactivation of ServiceRegistry
Compare: https://github.com/hibernate/hibernate-orm/compare/ed0cec0ddb66...5e30e50...
**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.