Gail Badner
400afbb8c3
HHH-11241 : test case (failing tests marked with FailureExpected)
...
(cherry picked from commit 3e52340a92
)
2016-12-19 19:31:38 -08:00
Gail Badner
fbbabe157f
HHH-11328 : change references to SharedSessionContractImplementor to SessionImplementor
2016-12-15 12:08:24 -08:00
Gail Badner
911d1a661d
HHH-11328 : Persist of transient entity in derived ID that is already in merge process throws javax.persistence.EntityExistsException
...
(cherry picked from commit 54f3409b41
)
2016-12-15 12:00:26 -08:00
Gail Badner
4abaa5cf68
HHH-11332 skip some tests from QueryAndSQLTest and QueryTest on Sybase
2016-12-12 22:47:28 -08:00
Jan Martiska
ac71650f44
HHH-11331 fix SQLLoaderTest on DB2
...
(cherry picked from commit c393853308
)
2016-12-12 20:56:15 -08:00
Gail Badner
9aaf0cd7c4
HHH-11330 : Skip IdentifierGeneratorWithNaturalIdCacheTest on dialects that do not support identity columns
...
(cherry picked from commit 87fe30b83b
)
2016-12-12 20:49:58 -08:00
Martin Simka
bffc4b1708
HHH-11329 - fix tests on Oracle
...
fixes ORA-00972: identifier is too long on Oracle databases
(cherry picked from commit 4bf4e3b81a
)
2016-12-12 18:24:59 -08:00
Gail Badner
cd92cc6f5b
HHH-11329 fix tests using too long identifiers
...
(cherry picked from commit b4a9be0adc
)
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/embeddable/TablePerClassWithEmbeddableTest.java
2016-12-12 16:54:20 -08:00
Jan Martiska
857298618c
HHH-11329 fix tests using too long identifiers
...
(cherry picked from commit a4cf282070
)
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/embeddable/JoinedSubclassWithEmbeddableTest.java
hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/embeddable/SingleTableWithEmbeddableTest.java
2016-12-12 16:34:57 -08:00
Jan Martiska
71c3a49572
HHH-11314 - BasicHibernateAnnotationsTest.testInheritFiltersFromMappedSuperclass fails on MS SQL Server
...
(cherry picked from commit eaf5b10cf1
)
2016-12-09 16:17:00 -08:00
Martin Simka
e27acf731a
[HHH-11203] fix some minor test issues
...
(cherry picked from commit 957ec3fa79
)
2016-12-09 16:03:44 -08:00
Gail Badner
4ab2f4872e
HHH-11315 - EnhancerTest fails on Oracle databases
2016-12-09 14:35:44 -08:00
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