Commit Graph

6638 Commits

Author SHA1 Message Date
Gail Badner 3ffb0d27d9 HHH-10756 : Move tests to hibernate-entitymanager
(cherry picked from commit 08a51523a2)
2016-05-24 17:32:28 -07:00
Gail Badner 5816b4ad9c HHH-10756 : StoredProcedureQuery with OUT param fails with Oracle when using named parameters
(cherry picked from commit 92dfd69937)
2016-05-24 17:32:15 -07:00
Vincent Ricard 653c8f7477 HHH-10765 Some links in the user guide are broken
HHH-10522 Invalid reference to naming chapter in user guide
HHH-10524 Invalid reference wrt composite identifiers
HHH-10525 Invalid reference to bytecode enhancement in User Guide
2016-05-23 18:09:03 +03:00
Vincent Ricard 4f322682ce HHH-10535 Documentation: hibernate.order_updates configuration property 2016-05-23 08:40:41 +03:00
Vlad Mihalcea 981ec8a1f4 Remove LazyGroup reference since it's only supported in 5.1 2016-05-18 10:30:06 +03:00
Vlad Mihalcea df4d231bc4 Fix layout issue in documentation due to improper use of spacing for preformatted text 2016-05-18 10:09:22 +03:00
Chris Cranford f848e8e595 HHH-10734 - Fix envers creating unnecessary audit rows when array field types used. 2016-05-12 16:05:29 -05:00
Chris Cranford 59c3c4f96b HHH-8507 - Fix SQL Server 2005 limit handler to be tolerant of carriage returns. 2016-05-12 08:48:48 -05:00
Andrea Boriero 2d903875d7 HHH-10678 - Backport Fix hbm hibernate-mapping's schema attribute is ignored 2016-05-12 10:45:48 +01:00
Andrea Boriero f20b3417d5 HHH-10678 - Add test for issue 2016-05-12 10:37:50 +01:00
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 7232b7ccd5)
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 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 d79305164b.
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 c76577af57.
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 bdb458a609)
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 3e00630808)
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 1c2107899a)
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 4a54c911c1)
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 3f37fff04a)
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 b053116bb4)
2016-03-07 18:19:33 -08:00
Gail Badner 2af374a7bc HHH-10579 : Add missing Manifest data
(cherry picked from commit 5c1f4238c6)
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