Commit Graph

8620 Commits

Author SHA1 Message Date
Sanne Grinovero 4bbb5668d6 HHH-12478 Upgrade to Mockito 2.18.0 to improve memory utilization of tests 2018-04-11 22:48:15 +01:00
Steve Ebersole a99fecca29 HHH-12473 - EntityManager.close() should throw an ISE if called on already closed EntityManager 2018-04-11 16:02:37 -05:00
Andrea Boriero e2b7317560 HHH-12474 - Make sure the JPA version is defined by a single property across build files 2018-04-11 21:54:21 +01:00
Steve Ebersole 11d28db2f3 HHH-12424 - Fix unintended binary compatibility breaks between 5.1 and 5.3 2018-04-11 14:14:15 -05:00
Sanne Grinovero 374c6d6a36 HHH-12477 Javassist no longer needed in the JBoss Module for Hibernate Envers 2018-04-11 17:00:26 +01:00
Chris Cranford d26a2adb54 HHH-12327 - Remove javassist from jar manifest and explicitly exclude it from the build. 2018-04-11 11:10:21 -04:00
Chris Cranford 4cfdbaaf1f HHH-12475 - Remove unnecessary dependencies from hibernate-envers build. 2018-04-11 11:06:14 -04:00
Sanne Grinovero ec2f8e9ba5 HHH-12471 Avoid using a TypeCache in the ByteBuddy BytecodeProvider 2018-04-11 14:59:25 +01:00
Jonathan Bregler 69000ddc16 HHH-12462 - Use SAP HANA JDBC driver from Maven Central 2018-04-05 15:02:17 +03:00
Christian Beikov 62347cde01 HHH-12413 Made ParameterTranslationsImpl public again so that it can be instantiated 2018-04-05 12:22:42 +03:00
Vlad Mihalcea 6b3bbfcd19 HHH-12326 - PreUpdate/PrePersist not working for @Embeddable entities 2018-04-04 10:22:10 +03:00
Steve Ebersole 75ea23cab3 Improved @Where + query testing 2018-04-03 14:40:38 -05:00
Sanne Grinovero 15f8a629dd HHH-12455 WildFly provisioning build helpers should not implicitly change repository configurations 2018-04-03 18:39:28 +01:00
Andrea Boriero 6688184839 HHH-12444 - Introduce BootstrapContext HHH-12443 - Introduce TypeConfiguration 2018-04-03 18:04:40 +02:00
Vlad Mihalcea b0e591f01d HHH-12387 - Immutable entities can be updated via bulk update queries 2018-04-03 13:40:26 +03:00
barreiro ae0dfdc779 HHH-12389 - Remove usage of javax.script.ScriptEngine in MixedAccessTest 2018-04-03 10:40:01 +03:00
simeonmalchev d736c3fa62 HHH-12453 - Update Vibur dependency from 22.0 to 22.1 2018-04-02 09:17:51 +03:00
Vlad Mihalcea 9e46dd86a5 Fix checkstyle issues 2018-04-02 09:06:21 +03:00
Steve Ebersole 3af728b42c HHH-12379 - Add support for persistence_2_2.xsd and orm_2_2.xsd 2018-04-01 12:50:56 -05:00
Steve Ebersole b072981054 HHH-12410 - Cannot use AttributeConverter with spatial types
HHH-12443 - Introduce TypeConfiguration
2018-03-30 08:27:44 -05:00
Steve Ebersole c14180ea5b HHH-12410 - Cannot use AttributeConverter with spatial types
HHH-12443 - Introduce TypeConfiguration
2018-03-29 23:16:33 -05:00
Gail Badner 216ad13e6c HHH-12166 : AbstractCompositionAttribute#getAttributes throws NPE for nested CompositeCustomType 2018-03-29 17:29:53 -07:00
Gail Badner 05404eff0f HHH-12166 : test case 2018-03-29 17:28:07 -07:00
helloztt 7bcfa0d90d HHH-12338 - Incorrect metamodel for basic collections 2018-03-29 17:22:49 +03:00
Steve Ebersole 80e1fb6884 HHH-12432 - Upgrade to Hibernate Commons Annotations 5.0.3.Final 2018-03-28 21:34:16 -05:00
Bruno P. Kinoshita ed575e44a9 HHH-12346: Replace StringHelper#join by Java's String#join 2018-03-28 21:14:09 -05:00
Steve Ebersole ed5afc0877 HHH-12443 - Introduce TypeConfiguration
added StandardBasicTypeTemplate
2018-03-28 21:05:48 -05:00
Steve Ebersole b228a2bc83 HHH-12443 - Introduce TypeConfiguration 2018-03-28 20:47:31 -05:00
Andrea Boriero 6721005208 HHH-12444 - Introduce BootstrapContext
HHH-12443 - Introduce TypeConfiguration
2018-03-28 17:43:48 -05:00
Andrea Boriero 0d82dc7c83 HHH-12444 - Introduce BootstrapContext
HHH-12443 - Introduce TypeConfiguration
2018-03-28 17:43:48 -05:00
Andrea Boriero cb6871ff40 HHH-12444 - Introduce BootstrapContext
HHH-12443 - Introduce TypeConfiguration

Fix checkstyle errors
2018-03-28 17:43:48 -05:00
Andrea Boriero 6f798598a2 HHH-12444 - Introduce BootstrapContext
HHH-12443 - Introduce TypeConfiguration
2018-03-28 17:43:48 -05:00
Andrea Boriero 170caf0076 HHH-11263 - Deprecate o.h.type.TypeResolver 2018-03-28 17:43:48 -05:00
Andrea Boriero ce36b3bb08 HHH-12444 - Introduce BootstrapContext
HHH-12443 - Introduce TypeConfiguration
2018-03-28 17:43:48 -05:00
Andrea Boriero 11462e7860 HHH-12444 - Introduce BootstrapContext
HHH-12443 - Introduce TypeConfiguration
2018-03-28 17:43:48 -05:00
Andrea Boriero 9229514ed4 HHH-12444 - Introduce BootstrapContext
HHH-12443 - Introduce TypeConfiguration
2018-03-28 17:43:48 -05:00
Andrea Boriero 55e73c7202 HHH-11264 - Unify native and JPA implementations of Hibernate event listeners 2018-03-28 17:43:48 -05:00
Andrea Boriero 8f889e95d7 HHH-12444 - Introduce BootstrapContext
HHH-12443 - Introduce TypeConfiguration
2018-03-28 17:43:48 -05:00
Steve Ebersole 1a75fb3bbb HHH-7809 - ehcache region factory should set a name for the CacheManager 2018-03-28 14:39:49 -05:00
Alex Snaps a35139ec3e Style 2018-03-28 14:38:46 -05:00
Alex Snaps 97dd42cfa6 HHH-7809 override or set cachemanager name 2018-03-28 14:38:46 -05:00
Alex Snaps 01ea47bd92 HHH-11356 Unused const 2018-03-28 14:38:46 -05:00
Steve Ebersole 048f142351 HHH-12440 - Manage the SessionFactory's UUID on SessionFactoryOptions - wider availability 2018-03-28 14:37:31 -05:00
Steve Ebersole 9ba05c1e6b HHH-12441 - Deprecate hibernate-ehcache 2018-03-28 14:04:56 -05:00
Gail Badner c10dbe9d9c HHH-12439 : Merging of new entities can fail depending on cascade order 2018-03-28 11:38:30 -07:00
Steve Ebersole 9d958291d8 HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
- Fix-ups from Radim's review
- Better Javadoc
2018-03-28 11:10:15 -05:00
Romain Fromi b87be0cc25 HHH-1268 - Unidirection OneToMany causes duplicate key entry violation when removing from list
Add replicating test case
2018-03-28 16:44:02 +03:00
Christian Beikov 84757b12c3 HHH-3930 Test and fix for unnecessary query that is issued when fetching inverse one-to-one 2018-03-28 12:30:51 +03:00
Steve Ebersole b8674563d2 HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
- Fix-ups from Radim's review
- Better Javadoc
2018-03-27 15:38:24 -05:00
Vlad Mihalcea 94e8ba7ba5 HHH-11806 - Add support for MariaDB 10.3
HHH-11769 - New MariaDB Dialect for MariaDB >= v10.1

Add support for IF EXISTS in constraint clauses
2018-03-27 18:14:43 +03:00