Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 8c369f1998c95df6c9f7570dc1e2141d081c3e26
https://github.com/hibernate/hibernate-orm/commit/8c369f1998c95df6c9f7570...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/query/sqm/ConcurrentQueriesByIdsTest.java
Log Message:
-----------
Test concurrent queries with multiple params
Commit: 427204910c6b53b13f47b161ca2c4e9fe4f46eda
https://github.com/hibernate/hibernate-orm/commit/427204910c6b53b13f47b16...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/internal/QueryInterpretationCacheStandardImpl.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/internal/DomainParameterXref.java
Log Message:
-----------
Cache only immutable part of HqlInterpretation
So that it can be reused safely from different threads
Commit: 430071027cb75f906a7fd26d2cdeea39d74909e8
https://github.com/hibernate/hibernate-orm/commit/430071027cb75f906a7fd26...
Author: Fabio Massimo Ercoli <fabiomassimo.ercoli(a)gmail.com>
Date: 2021-12-02 (Thu, 02 Dec 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/internal/QueryInterpretationCacheStandardImpl.java
Log Message:
-----------
Avoid to recreate the DomainParameterXref twice
Compare:
https://github.com/hibernate/hibernate-orm/compare/8d9ce9cd0eff...4300710...