Commit Graph

6991 Commits

Author SHA1 Message Date
Jan Martiska 331c79ea88 HHH-11315 - EnhancerTest fails on Oracle databases
(cherry picked from commit a369120504)
2016-12-09 13:48:10 -08:00
Gail Badner 7d7aef7ecc HHH-10689 - Fix tests failing when switching to Oracle 2016-12-09 13:37:48 -08:00
Gail Badner 412e553c99 5.1.3.Final release 2016-11-23 18:11:09 -08:00
Gail Badner 378643ddd0 5.1.3.Final release 2016-11-23 17:10:41 -08:00
Gail Badner 6729643e63 HHH-11083 : Change references to "OldCacheKeyImplementation" to "CacheKeyImplementation" in MultTenancyTest; also override addSettings to use DefaultCacheKeysFactory
(cherry picked from commit 30974c1cd4)
2016-11-22 23:33:51 -08:00
Gail Badner 68536a4d6d HHH-11083 : Change references to "OldCacheKeyImplementation" to "CacheKeyImplementation" in CacheKeysFactoryTest
(cherry picked from commit 61ca5c220b)
2016-11-22 23:33:29 -08:00
Gail Badner 887d129e11 HHH-11083 : clarify that hibernate.cache.keys_factory is only supported when using Infinispan
(cherry picked from commit 60d420b011)
2016-11-22 23:33:14 -08:00
Radim Vansa 789724f4e4 Document `hibernate.cache.keys_factory` 2016-11-22 23:32:44 -08:00
Radim Vansa 7daab773ce HHH-11083 Un-deprecate OldCacheKeyImplementation and OldNaturalCacheKey 2016-11-22 23:32:44 -08:00
Radim Vansa f744f89bd3 HHH-11083 WrongClassException using Infinispan and sharing cache regions
* DefaultCacheKeysFactory implements CacheKeysFactory, therefore it can be used in hibernate.cache.keys_factory
* Use DefaultCacheKeysFactory by default
* Add "default" and "simple" as short names for those factories
2016-11-22 23:32:44 -08:00
Radim Vansa 3e164382c1 HHH-11267 Fix SessionRefreshTest
* Refactor common code from NonTx- and TxInvalidationInterceptor to common base
2016-11-22 13:28:27 -08:00
Radim Vansa 247e6085a4 HHH-11268 Upgrade Infinispan to version 8.2.5 2016-11-22 13:28:27 -08:00
Radim Vansa fe3957df0c HHH-11226 Hibernate cache throws NullPointerException during wildfly app server startup 2016-11-22 12:42:41 -08:00
Paul Ferraro 79ff7aec5b HHH-11254 Timestamps cache fails validation if eviction strategy = MANUAL 2016-11-22 12:25:12 -08:00
Sanne Grinovero e3df389683 HHH-11270 Upgrade to Infinispan 8.2.5.Final
(cherry picked from commit 66b46c1efe)

Conflicts:
	libraries.gradle
2016-11-22 12:10:29 -08:00
Sanne Grinovero eb73985c9e HHH-11271 Fix hidden failure in InfinispanRegionFactoryTestCase#testTimestampValidation
(cherry picked from commit c308bcbe7d)
2016-11-22 11:12:08 -08:00
Gail Badner da80a6a548 HHH-11155 - Lazy properties are not updated if not all lazy properties (e.g. collections) are initialized; fixed some jdk8-specific changes to work with jdk6
(cherry picked from commit 0a2bb3c811)
2016-11-21 16:45:03 -08:00
Steve Ebersole eed5f13b09 HHH-11155 - Lazy properties are not updated if not all lazy properties (e.g. collections) are initialized
(cherry picked from commit f2ba4b9cee)
2016-11-21 13:56:13 -08:00
Gail Badner 8390c50936 HHH-11155 : test case
(cherry picked from commit e17d2f01dc)

Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/EnhancerTest.java
2016-11-21 13:55:43 -08:00
Sanne Grinovero e26c42845c HHH-11238 Upgrade JBoss Logging Tools to 2.0.1.Final 2016-11-10 16:35:05 +00:00
Sanne Grinovero 37d22fe1c6 HHH-11239 Upgrade Jandex to version 2.0.3.Final 2016-11-10 16:34:45 +00:00
Sanne Grinovero 9742ea93cd HHH-11240 Upgrade Infinispan to version 8.2.4.Final 2016-11-10 16:33:01 +00:00
Karel Maesen 13d4d64a4f HHH-11197 - Fix WKT parsing error 2016-10-29 14:52:51 +02:00
Gail Badner 4247332d79 HHH-11159 : remove test from hibernate-core 2016-10-21 00:01:01 -07:00
Gail Badner 6f9c312fb6 HHH-11159 : Move test to hibernate-entitymanager 2016-10-20 23:46:26 -07:00
Andrea Boriero b69240f6dd HHH-11159 - JPA CriteriaUpdate, NnullLiteral causes IllegalArgumentException: Could not convert java type to Hibernate type
(cherry picked from commit 9e8fd60e26)
2016-10-20 23:32:02 -07:00
Andrea Boriero 51f558122a HHH-11159 - Add test for issue
(cherry picked from commit 1c1fe2a9af)
2016-10-20 23:31:42 -07:00
Gail Badner 25fff43cc1 HHH-11182 : minor correction to test required to backport 2016-10-20 14:16:01 -07:00
Andrea Boriero 5c89fb1dad HHH-11182 - HQL subquery with constraint property in superclass does not join superclass table
(cherry picked from commit b3151de647)
2016-10-20 13:22:07 -07:00
Gail Badner b7d0501fcb HHH-11182 - Add test for issue
(cherry picked from commit 38379a537a)
2016-10-20 13:21:52 -07:00
Vlad Mihalcea 20c93c38e0 HHH-11142 - Document supported use/implications of @Cache / @Cacheable
(cherry picked from commit 88bc2db28a)
2016-10-14 16:13:33 -07:00
johara c675f9b527 HHH-11149 : Update plugin parameters for maven enhancer plugin 2016-10-03 17:21:38 +01:00
Karel Maesen 7e880a9e48 HHH-11087 - Fix missing type contribution in dialect
Also fixes broken integration tests
2016-10-01 16:38:03 +02:00
Karel Maesen c75ab04f2d HHH-11012 - Update to geolatte-geom 1.0.6 2016-10-01 14:30:50 +02:00
Gail Badner ad769e54b5 HHH-10998 : NullPointerException when using join with subselect in hbm mapping
(cherry picked from commit f34508e3f3)
2016-09-28 17:55:08 -07:00
Vlad Mihalcea d58f6d4192 HHH-11116 - Improve the JPA bootstrapping section in the User Guide
(cherry picked from commit 2b30cabf2f)
2016-09-23 18:51:39 -07:00
Gail Badner 45ea61bc7e HHH-10659 : fix test case to work with jdk7 2016-09-23 18:24:50 -07:00
Damien Hollis e950f7b05a HHH-10659 - Natural Id 2nd level Cache not working when Identity is database generated
(cherry picked from commit 9498b52566)
2016-09-23 18:05:21 -07:00
Gail Badner fbc7fd2caf 5.1.2.Final release 2016-09-19 01:16:09 -07:00
Gail Badner 67aec1ffa0 5.1.2.Final release 2016-09-19 00:12:52 -07:00
Gail Badner b936f21b95 HHH-11038 : Invalid statement generated for @MapKeyColumn(updatable=false) for @OneToMany
(cherry picked from commit 87e69c9d34)
2016-09-18 21:55:14 -07:00
Gail Badner c13224fba0 HHH-11038 : test case
(cherry picked from commit c3f7c332f5)
2016-09-18 21:48:50 -07:00
Andrea Boriero b6ba54d403 HHH-11101 - Missing unique constraint for many-to-many with unique=true in list mapping
(cherry picked from commit 9cf4fecbfe)
2016-09-16 01:10:33 -07:00
Andrea Boriero 253f70f591 HHH-11101 - Add test for issue
(cherry picked from commit a3eac62761)
2016-09-16 01:08:36 -07:00
Vlad Mihalcea f2ecfc1f53 HHH-11069 - Improve documentation regarding GenerationType.AUTO
Explain the two IdGeneratorStrategyInterpreter implementations and their relation to how AUTO resolves to an actual identifier strategy

(cherry picked from commit d88bf908da)
2016-09-15 15:01:53 -07:00
Gail Badner df2432d684 HHH-11067 : Fix to work with JDK6 souce 2016-09-15 14:44:04 -07:00
Steve Ebersole a53e3ed126 HHH-11067 - Proxy-wrapped Sessions (ThreadLocalSessionContext.TransactionProtectionWrapper) handle equals incorrectly
(cherry picked from commit aaa32ebed5)
2016-09-15 14:24:02 -07:00
Gail Badner 516d8a7e68 HHH-11081 : remove AbstractFromImpl#shouldBeRendered 2016-09-15 00:39:25 -07:00
Andrea Boriero e2eb7128c3 HHH-11081 - JPA join with treat causes QuerySyntaxException: Invalid path
(cherry picked from commit c9c50d8afd)

Conflicts:
	hibernate-entitymanager/src/main/java/org/hibernate/jpa/criteria/FromImplementor.java
2016-09-15 00:37:48 -07:00
Andrea Boriero e0a9f51ac7 HHH-11081 - Add test for issue
(cherry picked from commit 4d3ece8c09)
2016-09-15 00:09:06 -07:00