Commit Graph

9406 Commits

Author SHA1 Message Date
Sergey Morgunov b9edc8d323 HHH-13145 - Generated metamodel class can't be compiled. 2018-12-17 13:54:55 +01:00
Vlad Mihalcea 77cdaa0824 HHH-13146 - Hibernate Ehcache no longer supports the `net.sf.ehcache.hibernate.cache_lock_timeout` configuration property 2018-12-17 13:54:55 +01:00
George Vinokhodov 478f6d0e11 HHH-13151 Fix fetch of treated entity 2018-12-17 13:54:55 +01:00
Chris Cranford f84ea3cd37 HHH-13104 - Fix SAP Hana to throw MappingException if table contains a single identity-based column. 2018-12-17 13:54:55 +01:00
Chris Cranford d625e15192 HHH-13104 - Fix Oracle 12c to return 'default' for identifier column in insert-statement. 2018-12-17 13:54:55 +01:00
Chris Cranford 08bf8c5044 HHH-13104 - Added test case. 2018-12-17 13:54:55 +01:00
Guillaume Smet 98249af058 HHH-12555 Disable NClob test for dialects not supporting NClob 2018-12-17 13:54:23 +01:00
Guillaume Smet 855f34c771 HHH-12555 Add a DialectCheck for NClob support 2018-12-17 13:53:54 +01:00
Gail Badner 4d0b5dc184 HHH-12555 : Remove code in LobMergeStrategy implementations that copied original Lob when target is null 2018-12-17 12:26:37 +01:00
Gail Badner ca6dc226eb HHH-12555 : Update test to check results 2018-12-17 12:26:37 +01:00
Guillaume Smet 4e05953240 HHH-12555 Add tests 2018-12-17 12:26:37 +01:00
Guillaume Smet 1af878166f HHH-12555 Fix merging of lazy loaded blobs/clobs/nclobs
It's better to avoid pushing UNFETCHED_PROPERTY to the types as it
requires all the types to take it into account.

TypeHelper looks like the only sensible caller that needs change.
2018-12-17 12:26:37 +01:00
Vlad Mihalcea c79ce44f84 HHH-13163 - Fix DDLWithoutCallbackTest#testRangeChecksGetApplied which fails on MariaDB 2018-12-13 16:46:12 +02:00
Guillaume Smet 0f8fc67a39 Prepare for next development iteration 2018-12-12 23:15:19 +01:00
Guillaume Smet 7759404259 5.4.0.Final 2018-12-12 22:15:57 +01:00
John Lin 0d2fa6e94b HHH-13156 - Enhance the @AnyMetaDef annotation section with more details about the optimal placement 2018-12-12 14:03:32 +02:00
Chris Cranford 9ff14a33c7 HHH-13147 - Fix DelayedPostIdentifierInsert when second-level cache enabled. 2018-12-07 09:56:41 -05:00
Chris Cranford 6d5dd25e7a HHH-13147 - Added test case. 2018-12-07 09:53:17 -05:00
Karel Maesen d1d1f9f312 HHH-13083 - Add integration test 2018-12-06 22:02:38 +01:00
Karel Maesen d9dd1ebf62 HHH-13083 - Fix matrix tests 2018-12-06 21:29:24 +01:00
bernd hopp 89e36cf0e7 HHH-13083 Add support for st_makeenvelope in PostGIS dialect
https://postgis.net/docs/ST_MakeEnvelope.html
2018-12-06 21:29:24 +01:00
Vlad Mihalcea dc89e7199d HHH-13095 - Document how to use arithmetic expressions in CASE statements
Fix tests failing on MariaDB and MySQL
2018-12-06 15:54:22 +02:00
Vlad Mihalcea ae4652378c HHH-10778 - Add support for non-public AttributeConverter implementations 2018-12-06 11:57:51 +02:00
Vlad Mihalcea 1a5cee7c0c HHH-13095 - Document how to use arithmetic expressions in CASE statements 2018-12-06 10:08:30 +02:00
Vlad Mihalcea f4e36a1bea HHH-13096 - Document that composite identifier cannot use auto-generated properties 2018-12-06 09:46:58 +02:00
Frank Doherty 84bc30d34a HHH-13141 - Could not fetch the SequenceInformation from the database when using SQL Server with a case-sensitive collatio - 2018-12-06 09:29:09 +02:00
Vlad Mihalcea d986ae92d0 HHH-13144 - Move the doInAutoCommit utility to TranscationUtil 2018-12-06 09:22:29 +02:00
Vlad Mihalcea 3ff3615d00 HHH-13110 - @PreUpdate method on a Embeddable null on the parent caused NullPointerException 2018-12-05 16:40:22 +01:00
Guillaume Smet 849e2a5a53 Prepare for next development iteration 2018-11-29 18:02:01 +01:00
Guillaume Smet f4aec91030 5.4.0.CR2 2018-11-29 17:24:48 +01:00
Guillaume Smet 21fa1ab54b HHH-13127 Update a few things in the metamodel generator documentation 2018-11-29 17:04:47 +01:00
Guillaume Smet e528eb7ee9 HHH-13127 Document that JAXB jars are needed if using JDK 11 2018-11-29 17:04:47 +01:00
Guillaume Smet 190dedc8fc HHH-13128 Add missing jaxb-runtime dependency to metamodel generator
It's necessary for JDK 11 and we missed it when we added the
jaxb-runtime dependency to hibernate-core.
2018-11-29 11:20:44 +01:00
Vlad Mihalcea d48307d5fa HHH-13125 - Remove the Javadoc links in the User Guide pointing internal classes 2018-11-29 11:10:10 +01:00
Vlad Mihalcea 1b53969359 HHH-13102 - Document how catalog and schema attributes need to be applied based on the underlying DB capabilities 2018-11-29 11:06:25 +01:00
Vlad Mihalcea c9356ce9b4 HHH-13115 - Document how to define timezone per tenant when using Multitenant Database 2018-11-29 10:51:11 +01:00
Guillaume Smet 2823e98cd9 Remove non-ascii character from Javadoc
We often have java.io.FileNotFoundException: JAR entry
org/hibernate/annotations/NamedQueries.class not found errors when
building on these 2 classes and it's the only special thing in them so
let's hope it will fix this issue.
2018-11-28 11:00:48 +01:00
Vlad Mihalcea 39d9f84920 HHH-13124 - The CachingRegionFactory resolution algorithm has changed 2018-11-27 18:17:45 +01:00
Vlad Mihalcea 4900832cc2 Fix tests failing due to an import which was not even required 2018-11-26 18:55:59 +02:00
Vlad Mihalcea 850f0cdd20 Add missing test condition for `hibernate.jpa.compliance.proxy` tests 2018-11-26 17:51:14 +02:00
Vlad Mihalcea b93e340d22 Add tests to prove that the `hibernate.jpa.compliance.proxy` behavior works as expected 2018-11-26 17:48:17 +02:00
Henri Tremblay 73345d5263 HHH-13118 Use the provided class loader even when using the default URI 2018-11-23 16:58:03 +01:00
Guillaume Smet 25554375f2 HHH-13111 Restore support of criteria subqueries in select clauses
When the JPA query compliance mode is disabled (the default), it should
be possible to include subqueries in select clauses of a criteria query.

This was previously accepted due to a bug. After having fixed HHH-13001, we
started to throw an IllegalStateException.
2018-11-23 15:29:08 +01:00
Yoann Rodière a89a9beeb0 HHH-13112 Fix a table name in NoPackageTest 2018-11-23 14:44:10 +01:00
Yoann Rodière aa2648d878 HHH-13043 Upgrade to JAXB 2.3.1
... which has a correctly formatted POM, and doesn't wreak havoc in
projects depending on us and using Maven + JDK11.
2018-11-23 13:39:39 +01:00
Yoann Rodière 809eec87f0 HHH-13112 Upgrade to ByteBuddy 1.9.5
... which fixes https://github.com/raphw/byte-buddy/issues/568
2018-11-23 08:06:13 +01:00
Yoann Rodière 7799555bc7 HHH-13112 Add a test with an entity in the default package 2018-11-21 11:33:21 +01:00
Vlad Mihalcea 0684fd867c Revert "HHH-13105 - Add registries for user-defined Types as currently a custom Type is instantiated and configured 9 times"
This reverts commit 903d542020.
2018-11-20 20:43:25 +02:00
Vlad Mihalcea 903d542020 HHH-13105 - Add registries for user-defined Types as currently a custom Type is instantiated and configured 9 times 2018-11-19 18:15:32 +02:00
Vlad Mihalcea dab50a6d8a HHH-13108 - IN Clause Parameter Padding not working for Criteria API 2018-11-16 20:23:33 +02:00