Andrea Boriero
|
0d1bd61536
|
5.2.14
|
2018-02-27 13:01:55 +00:00 |
Andrea Boriero
|
b49e6405af
|
5.2.14
|
2018-02-27 08:14:24 +00:00 |
Piotr Bobinski
|
bfb02bc55c
|
HHH-12092 Bad PrimitiveCharacterArrayNClobType INSTANCE typo
|
2018-02-26 16:27:34 +02:00 |
Christian Beikov
|
97b0c635f8
|
HHH-11544 - Joins over type variable defined relations is non-deterministic
Fix single table inheritance issues and improve polymorphic join condition
|
2018-02-26 14:17:39 +02:00 |
Andrea Boriero
|
619a3f8445
|
HHH-12225 - Fix test failing on PostgreSql
|
2018-02-22 17:41:40 +00:00 |
randymay
|
5a9a1c5a87
|
HHH-12225 - NullPointerException When Using type(<Class>) in HQL
|
2018-02-22 10:09:53 +02:00 |
Vlad Mihalcea
|
f5c1b006d6
|
HHH-12230 - SelectCase does not work when simultaneously exists in select and group by sections
Fix compile issue on 5.2 branch
|
2018-02-21 17:07:46 +02:00 |
Vlad Mihalcea
|
df392c0517
|
HHH-9460 - Removing non-optional bidirectional @OneToOne association with cascade
|
2018-02-21 14:54:48 +02:00 |
Guillaume Smet
|
6ed9d8eef6
|
HHH-12313 Fix a typo in a log message
|
2018-02-21 14:54:37 +02:00 |
Jonathan Bregler
|
17bd61033d
|
HHH-12313: org.hibernate.jpa.test.transaction.TransactionCommitFailureTest fails on HANA
|
2018-02-21 12:20:55 +02:00 |
lukawski-adrian
|
94fe106fb5
|
HHH-12230 - SelectCase does not work when simultaneously exists in select and group by sections
|
2018-02-21 11:46:12 +02:00 |
Vlad Mihalcea
|
7873729e63
|
HHH-12273 - Load Proxy by its identifier should consider the Session UUID
|
2018-02-21 10:46:16 +02:00 |
Jonathan Bregler
|
39760a7788
|
HHH-12260: refactor org.hibernate.event.internal.EvictVisitor#evictCollection
|
2018-02-21 10:37:53 +02:00 |
Andrea Boriero
|
f1a31b61d2
|
HHH-12285 - DB connection exception on rollback causes connection leak
|
2018-02-20 14:23:24 +02:00 |
Yordan Gigov
|
cd86045598
|
HHH-12292: nulls are valid values for Objects inside array
|
2018-02-20 10:49:26 +02:00 |
Chris Cranford
|
6a44dea137
|
HHH-11981 - Fix QueryException thrown for association queries using EntitiesModifiedAtRevision queries.
(cherry picked from commit a2c6776 )
|
2018-02-19 16:20:15 -05:00 |
Chris Cranford
|
5f9bcb8c7f
|
HHH-11901 - Fix audited collections that contain null values.
(cherry picked from commit 2977d8f )
|
2018-02-19 13:58:29 -05:00 |
Jonathan Bregler
|
27490657c1
|
HHH-12302: Schema creation uses non-unicode string types on SAP HANA
- add Parameter hibernate.dialect.hana.use_unicode_string_types that allows
switching the database string types to unicode (nvarchar, nchar, nclob)
|
2018-02-19 17:00:47 +02:00 |
Andrea Boriero
|
aaa8c65938
|
HHH-12059 HHH-11440 HHH-11286 HHH-10333 - hbm2ddl.auto=validate and hbm2ddl.auto=update do not work with Oracle and SQLServer when Jdbc driver Connection implementation does not implement getSchema()
|
2018-02-19 13:33:57 +02:00 |
Chris Cranford
|
ca92a3fe5b
|
HHH-12304 - Fix MappingException when audited property uses a custom EnumType.
(cherry picked from commit 1e9056f )
|
2018-02-16 14:23:58 -05:00 |
Vlad Mihalcea
|
f7416c428f
|
HHH-12294 - Regression after fixing HHH-12064
Add test case and fix
HHH-12291 - NullPointerException when deleting subentity with @ManyToOne to other Entities
Add a replicating test case
|
2018-02-14 17:20:58 +02:00 |
Andrea Boriero
|
d2b3471023
|
HHH-12141 - Fix test failing on PostgreSQL
|
2018-02-13 15:38:05 +00:00 |
Andrea Boriero
|
848217146c
|
HHH-12289 - One call of the SessionImpl#listeners( ) method from SessionImpl#autoFlushIfRequired() is useless.
|
2018-02-13 13:56:10 +00:00 |
Vlad Mihalcea
|
99b7f7e9b8
|
HHH-12141 - SQL insert in stateless session causes javax.persistence.TransactionRequiredException
|
2018-02-13 15:10:58 +02:00 |
Chris Cranford
|
ce3818afe8
|
HHH-8916 - Allow CTE queries to be translated by SQL Server LimitHandler impl.
|
2018-02-13 15:10:43 +02:00 |
Yanming Zhou
|
839433991f
|
HHH-12280 - Resolve {alias} in @Formula like Restrictions.sqlRestriction()
|
2018-02-13 15:10:28 +02:00 |
Andrea Boriero
|
b280623390
|
HHH-12277 - Remove Gradle Bintray publishing task
|
2018-02-06 22:14:18 +00:00 |
Andrea Boriero
|
397f9fe832
|
5.2.13
|
2018-02-06 19:32:45 +00:00 |
Andrea Boriero
|
43ce347c0c
|
5.2.13
|
2018-02-06 17:31:09 +00:00 |
Andrea Boriero
|
6bf2869355
|
HHH-12271 - SchemaDropperImpl does not drop constraints with IF EXISTS
|
2018-02-05 17:37:54 +00:00 |
Andrea Boriero
|
e92f350e22
|
HHH-12271 - Add test for issue
|
2018-02-05 17:37:39 +00:00 |
Peter Holvenstot
|
4cfb8b61cc
|
HHH-12114 - Union-select aliases not injected before "clazz_" conditions in HQL query
|
2018-02-05 18:53:33 +02:00 |
Vlad Mihalcea
|
f9b4430209
|
HHH-12107 - ClassCastException when using L2Cache with "structured_cache"=true
|
2018-02-01 17:09:33 +02:00 |
lrcuhuh
|
1f05afa2aa
|
HHH-9933 - Uninitialized PersistentSet with lazy="extra" doesn't respect added elements
|
2018-02-01 16:27:25 +02:00 |
Jonathan Bregler
|
ba6c304fd9
|
HHH-12203: NUMERIC column type is not handled correctly on HANA
https://hibernate.atlassian.net/browse/HHH-12203
|
2018-02-01 15:58:21 +02:00 |
Andrew Guibert
|
7fabb584ef
|
HHH-11571 - JTA platform for WebSphere Liberty and OpenLiberty
|
2018-02-01 14:39:06 +02:00 |
Vlad Mihalcea
|
3fb0ca09e7
|
HHH-12034 - According to JPA, a Proxy should be loaded even when accessing the identifier
|
2018-01-31 18:26:16 +02:00 |
Andrea Boriero
|
13f1e0597a
|
HHH-12157 - Add migration guide notes
|
2018-01-31 14:27:16 +00:00 |
Andrea Boriero
|
ed5a2496d7
|
HHH-12157 - TableGenerator defined on one class is not visible on another
(cherry picked from commit 8ae3dc4078597c69588ca8237591f1eab64c6bd7)
|
2018-01-31 14:27:16 +00:00 |
Andrea Boriero
|
7c0f8474f5
|
HHH-12157 - Add test for issue
(cherry picked from commit f40a6cc0f8fd0ccb03387beb5dac9d9bde846c4d)
|
2018-01-31 14:27:16 +00:00 |
Steve Ebersole
|
8acebf7df8
|
HHH-12096 - Problem finding correlated getter-method for field access
|
2018-01-31 12:31:31 +02:00 |
Tom Dearman
|
977cafca3c
|
HHH-12248 Clustered 2nd level cache sometimes throws NullPointerException - rearrange constructor to avoid race condition
|
2018-01-30 17:57:15 +02:00 |
Bruno P. Kinoshita
|
ec5c9ce7e6
|
HHH-12258: mask JPA JDBC properties and Hibernate properties related to credentials
|
2018-01-30 16:01:27 +02:00 |
Réda Housni Alaoui
|
dbd7135aa6
|
HHH-9965 : Pagination ignored on collection fetch join: Add the ability to throw an exception instead of logging a warn
(cherry picked from commit b711e14a6c )
|
2018-01-29 16:38:21 -08:00 |
Andrea Boriero
|
d34f02606a
|
HHH-12256 - org.hibernate.test.lazyload.JtaLazyLoadingTest is not using JTA
|
2018-01-25 19:38:40 +00:00 |
Andrea Boriero
|
ea6b90c053
|
HHH-12211 - Test failure on MariaDB when the database charset is configured to UTF8
|
2018-01-25 13:11:30 +00:00 |
Andrea Boriero
|
43cae5f92a
|
HHH-12212 - Derived Identifiers component column size not applied
|
2018-01-25 12:54:43 +00:00 |
Andrea Boriero
|
c5535aa861
|
HHH-12212 - Add test for issue
|
2018-01-25 12:54:32 +00:00 |
Andrea Boriero
|
9962cf9e8e
|
HHH-5757 - OneToOne SQL missing parameter
|
2018-01-25 12:12:10 +00:00 |
Vlad Mihalcea
|
0a79454773
|
HHH-11845 - Warn user when multiple persistence-units use the same name
Fix checkstyle issues
|
2018-01-25 11:44:18 +00:00 |