[hibernate/hibernate-orm] bf2eb0: HHH-10264 - Values weren't cached after persist
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: bf2eb018563c09162308981193a26055e4d5e09c
https://github.com/hibernate/hibernate-orm/commit/bf2eb018563c09162308981...
Author: Janario Oliveira <janarioliver(a)gmail.com>
Date: 2015-11-10 (Tue, 10 Nov 2015)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cache/internal/CollectionCacheInvalidator.java
M hibernate-core/src/test/java/org/hibernate/test/cache/CollectionCacheEvictionTest.java
A hibernate-core/src/test/java/org/hibernate/test/cache/CollectionCacheEvictionWithoutMappedByTest.java
Log Message:
-----------
HHH-10264 - Values weren't cached after persist
HHH-9140 - Allow to look for id outside of context
ERROR CollectionCacheInvalidator:145 - org.hibernate.TransientObjectException: The instance was not associated with this session
at org.hibernate.internal.SessionImpl.getIdentifier(SessionImpl.java:1511)
(cherry picked from commit f0d8fcd)
Added property to propagate error in test case
Test case without mappedBy
org.hibernate.HibernateException: Unable to resolve property:
at org.hibernate.tuple.entity.EntityMetamodel.getPropertyIndex(EntityMetamodel.java:926)
Commit: 1d5b0779d6df327f935e9be306ac203a84345ae0
https://github.com/hibernate/hibernate-orm/commit/1d5b0779d6df327f935e9be...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2015-11-10 (Tue, 10 Nov 2015)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cache/internal/CollectionCacheInvalidator.java
M hibernate-core/src/test/java/org/hibernate/test/cache/CollectionCacheEvictionTest.java
M hibernate-core/src/test/java/org/hibernate/test/cache/CollectionCacheEvictionWithoutMappedByTest.java
Log Message:
-----------
HHH-10264 - hibernate.cache.auto_evict_collection_cache problems;
HHH-9140 - Error in CollectionCacheInvalidator when hibernate.cache.auto_evict_collection_cache is enabled
Compare: https://github.com/hibernate/hibernate-orm/compare/cd2b031b6b16...1d5b077...
9 years, 10 months
[hibernate/hibernate-ogm] a21df7: OGM-928 Use Strings in RedisConnection instead of ...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-ogm
Commit: a21df7e9897fb21a7e27bcdf6e43b9f95332e173
https://github.com/hibernate/hibernate-ogm/commit/a21df7e9897fb21a7e27bcd...
Author: Mark Paluch <mpaluch(a)paluch.biz>
Date: 2015-11-08 (Sun, 08 Nov 2015)
Changed paths:
M integrationtest/redis/src/test/java/org/hibernate/ogm/test/integration/jboss/RedisModuleMemberRegistrationWithTTLConfiguredIT.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/RedisDialect.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/dialect/value/Association.java
R redis/src/main/java/org/hibernate/ogm/datastore/redis/impl/ByteArrayCodec.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/impl/RedisDatastoreProvider.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/impl/SerializationStrategy.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/impl/json/JsonEntityStorageStrategy.java
M redis/src/main/java/org/hibernate/ogm/datastore/redis/impl/json/JsonSerializationStrategy.java
A redis/src/test/java/org/hibernate/ogm/datastore/redis/test/RedisOgmTestCase.java
M redis/src/test/java/org/hibernate/ogm/datastore/redis/test/associations/ManyToOneInEntityJsonRepresentationTest.java
M redis/src/test/java/org/hibernate/ogm/datastore/redis/test/id/TableGeneratorTest.java
M redis/src/test/java/org/hibernate/ogm/datastore/redis/test/mapping/RedisJsonMappingTest.java
M redis/src/test/java/org/hibernate/ogm/datastore/redis/test/options/ttl/GlobalPropertyTTLTest.java
M redis/src/test/java/org/hibernate/ogm/datastore/redis/test/options/ttl/RedisTTLTest.java
M redis/src/test/java/org/hibernate/ogm/datastore/redis/test/options/ttl/TTLConfiguredProgrammaticallyTest.java
M redis/src/test/java/org/hibernate/ogm/datastore/redis/utils/RedisTestHelper.java
Log Message:
-----------
OGM-928 Use Strings in RedisConnection instead of byte array
9 years, 10 months
[hibernate/hibernate-orm] 92a830: HHH-5946 - Wrong SQL generated when composites are...
by GitHub
Branch: refs/heads/5.0
Home: https://github.com/hibernate/hibernate-orm
Commit: 92a830a5dd4f723402755dc22d14ebaa1fbd016b
https://github.com/hibernate/hibernate-orm/commit/92a830a5dd4f723402755dc...
Author: Emanuele Gesuato <emanuele.gesuato(a)finantix.com>
Date: 2015-11-09 (Mon, 09 Nov 2015)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/BinaryLogicOperatorNode.java
A hibernate-core/src/test/java/org/hibernate/test/cut/CompositeDateTime.java
A hibernate-core/src/test/java/org/hibernate/test/cut/CompositeDateTimeUserType.java
M hibernate-core/src/test/java/org/hibernate/test/cut/CompositeUserTypeTest.java
M hibernate-core/src/test/java/org/hibernate/test/cut/Transaction.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/cut/Transaction.java
M hibernate-core/src/test/java/org/hibernate/test/cut/types.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingTest.java
Log Message:
-----------
HHH-5946 - Wrong SQL generated when composites are compared using not-equal operator
(cherry picked from commit cd2b031b6b166d67977e5ee91c5958a3639dd962)
9 years, 10 months
[hibernate/hibernate-orm] cd2b03: HHH-5946 - Wrong SQL generated when composites are...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: cd2b031b6b166d67977e5ee91c5958a3639dd962
https://github.com/hibernate/hibernate-orm/commit/cd2b031b6b166d67977e5ee...
Author: Emanuele Gesuato <emanuele.gesuato(a)finantix.com>
Date: 2015-11-09 (Mon, 09 Nov 2015)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/BinaryLogicOperatorNode.java
A hibernate-core/src/test/java/org/hibernate/test/cut/CompositeDateTime.java
A hibernate-core/src/test/java/org/hibernate/test/cut/CompositeDateTimeUserType.java
M hibernate-core/src/test/java/org/hibernate/test/cut/CompositeUserTypeTest.java
M hibernate-core/src/test/java/org/hibernate/test/cut/Transaction.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/cut/Transaction.java
M hibernate-core/src/test/java/org/hibernate/test/cut/types.hbm.xml
M hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingTest.java
Log Message:
-----------
HHH-5946 - Wrong SQL generated when composites are compared using not-equal operator
9 years, 10 months