7956 Commits

Author SHA1 Message Date
Chris Cranford
6314ac1e0f HHH-11463 - Added test case. 2017-05-17 23:39:47 -04:00
Chris Cranford
b1a322d1f3 HHH-11642 - Fix index out of range failure for SQLServerDialect. 2017-05-17 16:15:55 -04:00
Chris Cranford
fe0030c019 HHH-11642 - Added test case. 2017-05-17 16:15:34 -04:00
Chris Cranford
a1bc31b126 HHH-11759 - Make audited property and predicate order deterministic. 2017-05-17 12:28:46 -04:00
Vlad Mihalcea
c2150ffc3b HHH-11186 - Add examples for all Hibernate annotations
Document @Subselect and @Synchronize annotations
2017-05-17 17:45:22 +03:00
Chris Cranford
f164223226 HHH-11747 - Fix DB2390Dialect pagination to work for offsets properly when using legacy limit handler behavior. 2017-05-16 17:12:17 -04:00
Chris Cranford
b45e2cade5 HHH-11747 - Added test case. 2017-05-16 17:11:39 -04:00
Vlad Mihalcea
6db73b22fe HHH-11186 - Add examples for all Hibernate annotations 2017-05-16 16:48:54 +03:00
Andrea Boriero
cf6d1ddafd HHH-11716 - @Transient annotation not respected when class defines 'get' and 'is' accessor variants 2017-05-16 14:09:03 +03:00
lpradel
0e83628c92 HHH-11546 Add support for SAP NetWeaver as JTA Platform 2017-05-16 12:45:19 +03:00
Prasanth Mathialagan
6ec060b1d2 HHH-11750 Fixed typos in Hibernate 5.2 User Guide 2017-05-16 00:59:45 -04:00
Chris Cranford
9826528435 HHH-11752 - Remove references to old types and fix LGTM warning. 2017-05-15 23:57:19 -04:00
Gail Badner
cab613de11 HHH-11740 - Fix test case to avoid pessimistic locking exception 2017-05-15 14:38:22 -07:00
Vlad Mihalcea
733f55f362 HHH-11740 - Default MultiTableBulkIdStrategy for DB2 does not work with connection pools
- Made test run on H2, Oracle, SQL server, MySQL and PostgreSQL
2017-05-15 18:50:31 +03:00
Vlad Mihalcea
386b04872f HHH-11740 - Default MultiTableBulkIdStrategy for DB2 does not work with connection pools
- Fix tests on PostgreSQL
2017-05-15 17:55:22 +03:00
Gail Badner
6a0a6d7562 HHH-11740 : Skip test for H2 2017-05-12 14:24:18 -07:00
Gail Badner
061a1cae31 HHH-11740 : Default MultiTableBulkIdStrategy for DB2 does not work with connection pools 2017-05-12 13:49:29 -07:00
Gail Badner
36d09411fb HHH-11740 : test case 2017-05-12 13:48:03 -07:00
Vlad Mihalcea
c0a82797a5 Bump PostgreSQL JDBC Driver version to 42.1.1 which works with 9.6 2017-05-12 13:00:51 +03:00
Andrea Boriero
93559d2e60 HHH-11374 - ConcurrentStatisticsImpl#getSecondLevelCacheStatistics() throws NPE if second level cache is not activated 2017-05-12 11:15:31 +03:00
Chris Cranford
5a7526b484 HHH-11730 - Document new configurable property. 2017-05-11 18:17:46 -04:00
dkublik
9fdd7e4588 HHH-11730-configurable-originalId-property 2017-05-11 18:17:46 -04:00
Andrea Boriero
eb819faa8c HHH-11737 - Fix xcheckstyle error 2017-05-11 06:50:39 -05:00
Chris Cranford
f9aa6e6d2e HHH-11737 - Remove dependency on org.hibernate.criterion package. 2017-05-10 19:50:37 -04:00
Andrea Boriero
5ff2289da4 HHH-11700 - Deprecate three org.hibernate.engine.spi.SessionFactoryImplementor methods 2017-05-10 18:16:19 +03:00
Vlad Mihalcea
c434d9a9b1 HHH-11500 - Provide the cause of the error when validating @Loader named queries 2017-05-10 16:12:03 +03:00
Vlad Mihalcea
d80c6ac0f9 HHH-11600 - Sap HANA PreparedStatement implements CallableStatement and is treated as such by Hibernate 2017-05-10 14:11:15 +03:00
João Carlos Heringer Moreira
1c34914455 HHH-11703 - Entity with Natural ID not being cached in the persistenceContext, causing extra queries 2017-05-08 16:44:27 +03:00
EUROPE\cdhib
ef8ebe0d42 HHH-11729 - Add clarifications in the User Guide related to how Hibernate FetchMode types translate to JPA 2017-05-08 14:40:31 +03:00
Rafał Osiecki
86dd0d1278 HHH-11728 - Typo in PooledConnections 2017-05-08 12:10:06 +03:00
Vlad Mihalcea
44eedfc34f Add support for testing on DB2 2017-05-08 11:58:13 +03:00
Andrea Boriero
374a2cae09 HHH-11647 - Fix failing tests 2017-05-06 18:06:01 +01:00
Andrea Boriero
f9231bed0d HHH-11650 - Parenthesis are interpreted in WHERE conditions when using paging and SQL Server 2017-05-05 12:19:39 -04:00
Andrea Boriero
17fd76ad21 HHH-11650 - Add test for issue 2017-05-05 12:19:39 -04:00
Danny Casady
562f09d14b HHH-11725 - Fix javadoc typo 2017-05-05 12:14:15 -04:00
ChristophDreis
f85737cb0b HHH-11647 - Use ALTER TABLE IF EXISTS on Postgres 2017-05-04 18:08:40 +03:00
Bas van Schaik
72e0d593b9 HHH-11718 - Fix various alerts reported by lgtm.com
Fpr more details:

06f0c3acb2/files/hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaUpdateTask.java (V218)

06f0c3acb2/files/hibernate-core/src/main/java/org/hibernate/boot/archive/internal/ExplodedArchiveDescriptor.java (V149)

06f0c3acb2/files/hibernate-core/src/main/java/org/hibernate/boot/archive/internal/JarFileBasedArchiveDescriptor.java (V74)
2017-05-04 12:31:00 +03:00
Arnold Galovics
2d4600bbc7 HHH-11111 - Hibernate does not correctly resolve embeddable in the metamodel
Add test case that proces thaat the issue does not replicate
2017-05-03 18:27:47 +03:00
Richard Bradley
3a813dcbb4 HHH-11646 revert errant after -> afterQuery search and replace 2017-05-03 11:54:37 +03:00
Gail Badner
1752da008e HHH-11712 - Minor changes to test case 2017-05-02 13:44:04 -07:00
Vlad Mihalcea
8ebf3039ef HHH-11712 - PostgreSQL does not support positive/negative initial sequence values for descending/ascending sequences unless MAXVALUE/MINVALUE is defined as well 2017-05-02 18:16:33 +03:00
Vlad Mihalcea
f779df9fa3 Add a JPA-complaint contains test to assert the use case descriebed in the following forum thread
https://forum.hibernate.org/viewtopic.php?f=1&t=1044231
2017-05-02 17:49:48 +03:00
Gail Badner
78d0c22c0b HHH-11709 : Fix typo 2017-04-28 19:40:14 -07:00
Gail Badner
b22f38b00f HHH-11709 : Update migration guide 2017-04-28 19:32:30 -07:00
Gail Badner
bb0a4b6e6f HHH-11709 : NoopOptimizer skips negative values and 0 when it has a positive incrementSize 2017-04-28 19:31:30 -07:00
Gail Badner
d211b41319 HHH-11709 : test case 2017-04-28 19:30:17 -07:00
Gail Badner
dfbeb1ce37 HHH-5933 : NoopOptimizer ignores negative allocationSize; uses default of 1 instead 2017-04-28 19:08:27 -07:00
Gail Badner
33a28188c6 HHH-5933 : test case 2017-04-28 19:07:39 -07:00
Sanne Grinovero
afb5ca8cba HHH-11698 Upgrade to Byte Buddy 1.6.14 for improved JDK9 compatibility 2017-04-27 13:37:28 +01:00
Andrea Boriero
74d4eb61a9 HHH-11660 - Deprecate org.hibernate.mapping.RelationalModel 2017-04-26 14:00:11 +01:00