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 |
Vlad Mihalcea
|
3ee36aa420
|
HHH-11186 - Add examples for all Hibernate annotations
Document DynamicUpdate annotation
|
2017-04-20 18:42:35 +03:00 |
Vlad Mihalcea
|
020414e1aa
|
HHH-11634 - ActionQueue#InsertActionSorter fails to generate right order
Use the same object for both the remove and the add operations
|
2017-04-19 21:02:02 +03:00 |
Vlad Mihalcea
|
84d61690c5
|
HHH-11634 - ActionQueue#InsertActionSorter fails to generate right order
Prove that the issue is caused by an improer bidirectional association side synchronization
|
2017-04-19 17:00:42 +03:00 |
Vlad Mihalcea
|
ca52b38b1b
|
HH-11186 - Add examples for all Hibernate annotations
Document Parent annotation
|
2017-04-19 15:22:22 +03:00 |
Raja Kolli
|
7dd17e936f
|
HHH-11645 - HikariCP shutdown() method is deprecated, close() should be called instead
|
2017-04-19 13:34:41 +03:00 |
Vlad Mihalcea
|
6c810a422c
|
HH-11186 - Add examples for all Hibernate annotations
Document Target annotation
|
2017-04-19 12:53:28 +03:00 |
Vlad Mihalcea
|
9d3e917661
|
HH-11186 - Add examples for all Hibernate annotations
Document UpdateTimestamp annotation
|
2017-04-18 17:58:33 +03:00 |
Vlad Mihalcea
|
1772baf67e
|
Add missing class names and fix documentation pointing to missing property
|
2017-04-18 15:18:59 +03:00 |
Andrea Boriero
|
a630809857
|
HHH-11635 - MySQLSkipAutoCommitTest fails when run on MariaDB
|
2017-04-14 14:47:07 +02:00 |
Andrea Boriero
|
3ba49e76b8
|
5.2.10
|
2017-04-14 13:46:03 +02:00 |
Andrea Boriero
|
2b3e1205a0
|
5.2.10
|
2017-04-14 12:19:30 +02:00 |
Andrea Boriero
|
71cfef8338
|
HHH-11542 - Fix tests
|
2017-04-14 10:51:57 +02:00 |
Steve Ebersole
|
97942914c8
|
HHH-11542 - Allow the auto-commit resolution to be configurable for RESOURCE_LOCAL transactions (default methods)
|
2017-04-14 10:51:57 +02:00 |
Steve Ebersole
|
db528238d8
|
HHH-11542 - Allow the auto-commit resolution to be configurable for RESOURCE_LOCAL transactions
|
2017-04-14 10:51:57 +02:00 |
Vlad Mihalcea
|
ca103dcb28
|
HHH-11542 - Allow the auto-commit resolution to be configurable for RESOURCE_LOCAL transactions
|
2017-04-14 10:51:57 +02:00 |
Andrea Boriero
|
23aad981a8
|
HHH-11593 - Remove mockito dependencies from hibernate-testing
|
2017-04-14 08:44:47 +02:00 |
Gail Badner
|
561941c486
|
HHH-9663 - Fix orphan removal cascade for one-to-one mappings.
|
2017-04-13 16:25:38 -07:00 |
Chris Cranford
|
0677bb365f
|
HHH-9663 - Fix orphan removal cascade for one-to-one mappings.
|
2017-04-12 23:05:34 -07:00 |
Chris Cranford
|
63e6793d8f
|
HHH-9663 - Fix orphan removal cascade for one-to-one mappings.
|
2017-04-12 23:05:34 -07:00 |
Chris Cranford
|
85732409ee
|
HHH-9663 Added test cases.
|
2017-04-12 23:05:34 -07:00 |
Gail Badner
|
19e585bf9d
|
HHH-11499 : Add a new DB2 dialect that uses "cross join" for cross joins instead of ","
|
2017-04-12 22:09:59 -07:00 |
Vlad Mihalcea
|
442bf225c4
|
HHH-11601 - Fix tests failing on Oracle
|
2017-04-12 12:15:27 +03:00 |
Vlad Mihalcea
|
6a59994b64
|
HHH-11617 - Statement leak in case of 'SQLGrammarException: could not extract ResultSet'
- increase timeout period as CI servers are rather slow
|
2017-04-12 07:17:57 +03:00 |
jvdvTechno
|
51e92b1715
|
HHH-11625 - Namespace uses physicalNamingStrategy.toPhysicalCatalogName() for schema name
|
2017-04-11 17:25:53 +02:00 |
Andrea Boriero
|
a01b05fdf0
|
HHH-11625 - Add test for issue
|
2017-04-11 17:25:53 +02:00 |
Vlad Mihalcea
|
1aed1b50f7
|
HHH-3628 - Hilo optimizer problem in case of multiple threads accessing the sequence table
- replace the Semaphore with two CountDownLatches that shouldd deliver a more predictable outcome
|
2017-04-11 17:58:44 +03:00 |
Andrea Boriero
|
eef8a48ce4
|
HHH-11617 - Statement leak in case of 'SQLGrammarException: could not extract ResultSet'
|
2017-04-11 17:03:30 +03:00 |
Yordan Gigov
|
f8570017df
|
HHH-11409 - Bind registered collection types using their type handler
|
2017-04-11 13:53:56 +03:00 |
Andrea Boriero
|
e8d7279736
|
HHH-11596 - @OneToOne association with @JoinTable ignores optional attribute
|
2017-04-11 12:49:48 +03:00 |
Andrea Boriero
|
be0a273c7c
|
HHH-11579 - Disable Query parameter validation when a Session is unwrapped from an EntityManager
|
2017-04-06 16:27:50 +03:00 |
Vlad Mihalcea
|
c15fa77f0f
|
HHH-11616 - Refactor org.hibernate.jpa.test.lock.LockTest
HHH-8001 - Apply query timeouts to Oracle follow-on locking
|
2017-04-06 16:02:29 +03:00 |
Andrea Boriero
|
68fa5d8f9e
|
HHH-11612 - SINGLE_TABLE associated entity query missing restriction of DiscriminatorColumn - reverting HHH-11375
|
2017-04-06 11:04:18 +01:00 |
Andrea Boriero
|
65f420efec
|
HHH-11602 - Session close counter statistic not updated when using Hibernate in JPA mode
|
2017-04-06 10:59:24 +01:00 |
Andrea Boriero
|
71c11a8d4d
|
HHH-11602 -Add test for issue
|
2017-04-06 10:59:24 +01:00 |
Andrea Boriero
|
cbace699a0
|
HHH-10654 - Fix checkstyle error
|
2017-04-05 09:59:06 +01:00 |