Commit Graph

8578 Commits

Author SHA1 Message Date
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
Philippe Marschall f6aa8abd11 HHH-11806 - Add support for MariaDB 10.3
HHH-11769 - New MariaDB Dialect for MariaDB >= v10.1
2018-03-27 14:46:25 +03:00
Jonathan Bregler 8c661baea2 HHH-12426 - SAP HANA spatial dialect should support all SAP HANA spatial functions 2018-03-27 12:35:27 +03:00
Steve Ebersole fbe32f162a HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
Fix-ups from Radim's review
2018-03-26 14:37:56 -05:00
Steve Ebersole 93d9162243 HHH-12390 - Add hibernate-jipijapa for integrating with WildFly
- checkstyle fixups
- adjust checkstyle to allow up to 5 newlines at the end of the file (1 to 5)
- fixed bad 4.6 Gradle wrapper version (cant load builds)
2018-03-26 11:42:09 -05:00
Steve Ebersole f5bb8a1f93 HHH-12390 - Add hibernate-jipijapa for integrating with WildFly
- formatting changes
- clean up
- still todo investigate JtaPlatformProvider approach
2018-03-26 11:42:09 -05:00
Steve Ebersole 6f48fa1a49 HHH-12390 - Add hibernate-jipijapa for integrating with WildFly
- functional changes - building, all tests passing
- formatting changes coming in next commit to isolate them
- removed Infinispan dependencies (not compile/test failures in any subproject as a result)
2018-03-26 11:42:09 -05:00
Scott Marlow 9c97b987e1 HHH-12395 hibernate-jipijapa should set new defaults for JPA 2.2 specification compliance 2018-03-26 11:42:09 -05:00
Scott Marlow 2a1a85383e HHH-12390 add hibernate-jipijapa 2018-03-26 11:42:09 -05:00
Andrea Boriero 9cc9a6882a HHH-12391 - with IronJacamar an EntityTransaction.rollback() with a non active Transaction that was marked for rollback only causes a failure 2018-03-26 16:25:29 +01:00
Andrea Boriero 0a42a5273d HHH-12391 - Add test for issue 2018-03-26 16:25:29 +01:00
Jonathan Bregler 1915ba780f HHH-12357 - NamingHelper uses system default encoding
Fix failing tests on SAP HANA
2018-03-26 16:51:16 +03:00
Vlad Mihalcea c863d12fd2 HHH-12430 - Query Cache does not store eagerly fetched associations via JOIN FETCH
Add replicating test case
2018-03-26 12:41:59 +03:00
Gail Badner 9fe24e7e6d HHH-12226 : ObjectNotFoundException thrown when @NotFound(action = NotFoundAction.IGNORE) used with enhancement 2018-03-23 15:19:29 -07:00
Sanne Grinovero e7bd213c9e HHH-12427 Prevent classloader leak in ByteBuddy based BasicProxyFactoryImpl 2018-03-23 16:15:50 +00:00
Vlad Mihalcea 511a5a3618 HHH-12423 - SecondaryTable is not taking into account the schema while mapping the entity 2018-03-23 06:53:23 -05:00
Vlad Mihalcea a2a52c32e5 HHH-12357 - NamingHelper uses system default encoding
Fix issue by allowing an explicit charset to be used
2018-03-23 06:28:31 -05:00
Steve Ebersole 1ae38f27a7 HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
HHH-12416 - set up relocation for hibernate-ehcache
HHH-12417 - default strategy based on registrations with StrategySelector

test failure
2018-03-22 23:25:08 -05:00
Steve Ebersole 7f12e2a161 HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
HHH-12416 - set up relocation for hibernate-ehcache
HHH-12417 - default strategy based on registrations with StrategySelector

Basically reverted HHH-12416 and added basic support for Ehcache 2 again
2018-03-22 22:51:07 -05:00
Steve Ebersole 84897f0ad0 HHH-12424 - Fix unintended binary compatibility breaks between 5.1 and 5.3
checkstyle fixes
2018-03-22 13:53:17 -05:00
Steve Ebersole 1174cdad65 HHH-12417 - default strategy based on registrations with StrategySelector
ConnectionProviderInitiator and tests
2018-03-22 13:25:12 -05:00
Steve Ebersole 953f956989 HHH-12417 - default strategy based on registrations with StrategySelector 2018-03-22 13:25:12 -05:00
Steve Ebersole dae31640a8 HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
HHH-12416 - set up relocation for hibernate-ehcache
2018-03-22 13:25:12 -05:00
Steve Ebersole eea22fad17 HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes

- initial work on migrating hibernate-jcache to new SPIs including a more template-style approach to writing a RegionFactory (o.h.cache.spi.support)
2018-03-22 13:25:12 -05:00
Steve Ebersole 638ebf01df HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes

- initial work on migrating hibernate-jcache to new SPIs including a more template-style approach to writing a RegionFactory (o.h.cache.spi.support)
2018-03-22 13:25:12 -05:00
Steve Ebersole f432ecea68 HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
2018-03-22 13:25:12 -05:00
Steve Ebersole 24a078732c HHH-12424 - Fix unintended binary compatibility breaks between 5.1 and 5.3 2018-03-22 13:01:34 -05:00
Steve Ebersole bf0741caf4 HHH-12424 - Fix unintended binary compatibility breaks between 5.1 and 5.3 2018-03-22 12:36:09 -05:00
Vlad Mihalcea c22540ab65 HHH-12419 - Incorrect batch inserts example 2018-03-22 14:22:51 +02:00
Sanne Grinovero a8a9bde70b HHH-12415 Update Gradle wrapper to Gradle 4.6 2018-03-21 16:58:31 +00:00
Andrea Boriero 00be50331f HHH-12392 - Caching SchemaResolver delegate with multiple data sources 2018-03-21 16:35:33 +00:00
Andrea Boriero 3a2ab40314 HHH-12375 - HHH-12383 - Remove path from AbstractPropertyMapping#typesByPropertyPath for imcompatible type properties 2018-03-21 15:46:27 +00:00
Andrea Boriero 3dd67f7d6a HHH-12375 - Add more tests 2018-03-21 15:46:27 +00:00
Christian Beikov 56d3ce4c2f HHH-12383 - Type check existing type to avoid class cast exceptions related to type incompatible same named attributes being used in subtypes 2018-03-21 15:46:27 +00:00
Christian Beikov 7dd640a65e HHH-12375 Fix for eager loading same named properties with conflicting types 2018-03-21 15:46:27 +00:00
Andrea Boriero f030e7f39f HHH-11867 - @UpdateTimestamp not working with @Inheritance( strategy = JOINED ) 2018-03-21 14:34:09 +00:00
Andrea Boriero 3f666feb44 HHH-11867 - Add test for issue 2018-03-21 14:34:09 +00:00
Roland Illig 5653262812 HHH-12357 - NamingHelper uses system default encoding
Add replicating test case
2018-03-20 19:06:15 +02:00
Vlad Mihalcea b599c770af HHH-12362 - Allow both SQL query hints and comments
Fix broken tests
2018-03-20 18:31:13 +02:00
Vlad Mihalcea 3ebb949dcc HHH-12362 - Allow both SQL query hints and comments 2018-03-20 17:10:42 +02:00
asutosh936 6e912cec0f HHH-12364 : Removed @MapKeyJoinColumn with name phone_id as its not needed 2018-03-20 01:08:52 -05:00
Gail Badner 83e95d7681 HHH-12406 : Add a test for HHH-11440 2018-03-19 19:11:42 -07:00
Etienne Miret de2e4a829f HHH-3813 Fix flush of the join table before a criteria query. 2018-03-19 19:00:39 +02:00