6628 Commits

Author SHA1 Message Date
Naros
b2e7bee556 HHH-10706 - Correct native queries that fail when using a case-sensitive database dialect. 2016-05-06 20:18:09 -05:00
Vlad Mihalcea
59a6ac9ce5 Remove configuration properties that do not exist in 5.0 2016-04-26 11:53:16 +03:00
Gail Badner
1869a0c979 HHH-10697 : Correct documentation 2016-04-21 17:20:54 -07:00
Gail Badner
a660996d4e HHH-9548 : Backport HHH-9548 to globally enable passing null as stored procedure parameter to Hibernate 5.0 2016-04-21 13:54:05 -07:00
Martin Simka
9a32b963b6 [HHH-10290] ignore environment property hibernate.jdbc.batch_versioned_data in BatchVersionedDataConfigTest 2016-04-07 10:27:43 +03:00
Martin Simka
1266f35ecb [HHH-10587] skip NationalizedIgnoreCaseTest on db2 and postgresql(plus) as they don't support nString 2016-04-07 10:11:33 +03:00
Jan Martiska
fde986778f HHH-10598 - Oracle JDBC driver can't handle entities with a one-character name in some cases 2016-04-06 17:53:39 +03:00
Martin Simka
ea7c7da9f5 [HHH-10588] use H2Dialect in ConnectionsReleaseTest 2016-04-06 17:34:17 +03:00
Martin Simka
df6efccd91 [HHH-10640] fix wrong expected statement on DB2 2016-04-06 16:02:49 +03:00
Martin Simka
971855188e [HHH-10641] Fix identifier is too long exception for test LongVarcharValidationTest 2016-04-05 18:17:22 +03:00
Vlad Mihalcea
2182141e80 Remove Hibernate 5.1 documentation-related references 2016-04-05 07:55:13 +03:00
Vlad Mihalcea
034abc9755 Migrate 5.1 docs in 5.0 branch 2016-04-04 16:30:59 +03:00
Janario Oliveira
419ae32756 HHH-10614 - Auto evict collection cache throws exception with null values 2016-03-16 12:54:25 +02:00
Janario Oliveira
337ee18b19 HHH-10608 - Avoid exception from Hibernate.initialize when lazy_no_transaction is enabled
(cherry picked from commit 7232b7ccd546ccc8cdd98896dcc510a2cb0251ec)
2016-03-15 17:42:09 -07:00
Gail Badner
bc917f1176 5.0.9 2016-03-14 20:46:02 -07:00
Gail Badner
c9e98c3b44 5.0.9 5.0.9 2016-03-14 19:17:34 -07:00
Gail Badner
e28ca27e29 HHH-10542 : Update 5.0 migration guide 2016-03-14 18:35:42 -07:00
Gail Badner
91bcc843e3 Revert "HHH-10608 - Avoid exception from Hibernate.initialize when lazy_no_transaction is enabled"
This reverts commit d79305164bd8f925b6067c611d6f88e913f816d7.
2016-03-14 15:53:41 -07:00
Gail Badner
4c82bba071 Revert "HHH-10592 - Query with literal parameter and fails with attribute converter"
This reverts commit c76577af572bf5dfb8acc821424a009e12f29a14.
2016-03-14 15:53:03 -07:00
Janario Oliveira
c76577af57 HHH-10592 - Query with literal parameter and fails with attribute converter 2016-03-14 14:09:39 +02:00
Janario Oliveira
d79305164b HHH-10608 - Avoid exception from Hibernate.initialize when lazy_no_transaction is enabled 2016-03-14 10:33:19 +02:00
Gail Badner
c681e48bfe HHH-10269 : JDBC Statement is not closed if exception appeared during query execution
(cherry picked from commit bdb458a609c4d4d120c7274e2ce262679a96778a)
2016-03-11 14:05:26 -08:00
Steve Ebersole
864ba023d5 HHH-9693 - H2 : Hibernate cannot validate it's own created schema 2016-03-11 09:40:35 -06:00
Steve Ebersole
dafbd90ac2 HHH-9693 - H2 : Hibernate cannot validate it's own created schema 2016-03-11 09:16:06 -06:00
Steve Ebersole
74ae003d43 HHH-9693 - H2 : Hibernate cannot validate it's own created schema
(cherry picked from commit 3e00630808044fa7b744d7bf3505e5430d80589c)
2016-03-11 09:07:53 -06:00
Radim Vansa
52cdb3c766 HHH-10329 ClassCastException on runtime with Infinispan 8.0.1.Final
* upgraded Infinispan version to 7.2.5.Final (contains fix for ISPN-5676)
* removed workaround introduced in HHH-10023
* made TypeEquivalence more robust when dealing with objects that do not belong to the type
2016-03-11 15:30:24 +02:00
Vlad Mihalcea
99c1aa660f HHH-4161 - persistence.xml <jar-file> not following JSR220 spec
Switch to an OS-independent  way of checking absolute paths
2016-03-10 14:47:29 +00:00
Gail Badner
53254ebf54 HHH-10556 : Failure getting a PluralAttributePath for collection declared in a superclass marked @Entity
(cherry picked from commit 1c2107899aa84bc8c426b99de0c14b6faa2f49d8)
2016-03-09 17:14:04 -08:00
Gail Badner
118cc30477 HHH-10556 : Failure getting a PluralAttributePath for collection declared in a superclass marked @Entity
(cherry picked from commit 4a54c911c17bc0742ce28f302cb26b3d7965ff50)
2016-03-09 17:13:32 -08:00
Janario Oliveira
ade2467844 HHH-10602 - Retrieve cached value with enable_lazy_load_no_trans throws an exception 2016-03-09 15:16:34 +02:00
Andrei Ivanov
fd6aadcd2a HHH-10510 - Root cause not properly extracted when transaction commit fails 2016-03-09 08:48:37 +02:00
Vlad Mihalcea
2dc6bd591b Fix InTest according to 5.0 branch Criteria API 2016-03-08 16:57:31 +02:00
Vlad Mihalcea
b39081d9ba HHH-10593 - Avoid NullPointerException with auto_evict_collection_cache and many-to-many
Cherry pick from Janoiro PR
2016-03-08 16:46:37 +02:00
Janario Oliveira
29b8f6519c HHH-10593 - Avoid NullPointerException with auto_evict_collection_cache and many-to-many
Added verification to many-to-many relation
2016-03-08 16:46:21 +02:00
bdragan
afa37ab085 Fixed HHH-10517: ClassCastException using Restrictions.in with child
classes in Criteria based on parent class.
2016-03-08 15:50:15 +02:00
Gail Badner
20352ed199 HHH-10563 : Significant String use/duplication associated with subselect fetch
(cherry picked from commit 3f37fff04aab09e136d9e24c2bf6a4841170552c)
2016-03-07 18:20:00 -08:00
Gail Badner
f212b50d7d HHH-10563 : Add trace logging of generated SubselectFetch query string
(cherry picked from commit b053116bb42330971ac1357009b2d8879e21b3f0)
2016-03-07 18:19:33 -08:00
Gail Badner
2af374a7bc HHH-10579 : Add missing Manifest data
(cherry picked from commit 5c1f4238c6ed7667965d26a8e61ffcaf9c390096)
2016-03-02 18:09:29 -08:00
Paul Ferraro
213478fc7d HHH-10546 InfinispanRegionFactory should stop any caches it starts 2016-03-01 14:11:37 -08:00
Paul Ferraro
627ecb97b0 HHH-10545 InfinispanRegionFactory inadvertently starts the default cache during stop() 2016-03-01 14:11:37 -08:00
Gail Badner
0f30ba660d HHH-10576 : Correct association in CascadeMergeToChildBeforeParentTest
(cherry picked from commit 5e30c2bf16dafca4def826c3f287f365ed86f5a2)
2016-02-29 23:03:17 -08:00
Steve Ebersole
132cec421c HHH-10455 - MapJoin results in NPE when using key()
(cherry picked from commit 6d208331a98fb16b77c387e63a9b99dc5c403a9a)
2016-02-27 13:48:26 -06:00
barreiro
6a4128653a HHH-10554 - Fix NPE in dirty tracking generated code of bytecode enhanced @Embeddable entities
(cherry picked from commit c5104601e1ecfe09830e8f061bd4b5e623455000)
2016-02-26 11:56:12 -06:00
Andrea Boriero
ae25390006 HHH-10553 - ORM tries to create a unique constraint on a non existing table 2016-02-26 12:00:59 +00:00
Andrea Boriero
0d81283092 HHH-10553 - add test for issue 2016-02-26 12:00:59 +00:00
Steve Ebersole
f3d40ffad1 fixed bad test code 2016-02-26 11:05:26 +00:00
Gail Badner
6420610ced HHH-10567 : Wrong table for formula if its property is mapped on a secondary table
(cherry picked from commit bdfe38b0c610ffe93a15c267ccaab67123d22475)
2016-02-25 20:00:50 -08:00
Gail Badner
b38741d55d Update version to 5.0.9-SNAPSHOT 2016-02-25 16:33:17 -08:00
Steve Ebersole
39ce4eee79 HHH-10499 - Can't set ConnectionProvider instance, regression
(cherry picked from commit f076b5823c8aa82d36a919e9fbec877d7b237e82)
2016-02-24 22:07:53 -06:00
Steve Ebersole
3f9df3c4a9 HHH-10505 - jboss logging only auto detects slf4j if it is using logback
(cherry picked from commit 7d4ab7d53bc8e4f85b0f75270cb9174ad2b0b272)
2016-02-24 21:15:59 -06:00