10547 Commits

Author SHA1 Message Date
Sanne Grinovero
e21f4d3fe4 HHH-14356 Have Hibernate Envers produce a user friendly bootstrap exception if xml_mapping_enabled=false 2020-12-14 16:39:07 +00:00
Yanming Zhou
04c97c2293 HHH-14356 Avoid NPE when booting with xml_mapping_enabled=false
Introduced by HHH-14334
when use Envers with hibernate.xml_mapping_enabled=false
see 34151a9660 (r44735539)
2020-12-14 16:39:01 +00:00
Erin Schnabel
0009fec578 HHH-14337 Micrometer support 2020-12-14 14:55:52 +00:00
Christian Beikov
9e59f02e0f HHH-14360 Test a fix for NPE due to non-existing previous state in bytecode enhanced dirty attribute resolving 2020-12-11 15:16:30 +00:00
Andrea Boriero
f8f88f4e3f HHH-14363 MutableTypeEnhancementTestCase failing when run on Oracle DB 2020-12-08 16:12:46 +01:00
Christian Beikov
ea5b386df3 HHH-13945 Fix issues on PostgreSQL 2020-12-04 10:26:59 +01:00
Luke Chen
3f0277a33d HHH-13945: add debug log during exception thrown 2020-12-04 10:26:53 +01:00
Luke Chen
11e96fa039 HHH-13945: catch PersistenceException during envers unproxy the field value, and fallback to using proxy entity 2020-12-04 10:26:44 +01:00
Luke Chen
05a152b85c HHH-13945: fallback to call map if exception thrown 2020-12-04 10:26:38 +01:00
Hibernate-CI
8fb4da6fa5 5.4.26-SNAPSHOT 2020-12-01 15:33:46 +00:00
Hibernate-CI
4d8beecac0 5.4.25.Final 5.4.25 2020-12-01 15:23:53 +00:00
Andrea Boriero
70f3a9260b HHH-14242 Fix issue for Dialects supporting row value constructor Syntax but not in the SET clause 2020-11-30 20:46:45 +00:00
Andrea Boriero
54ea3c15bf HHH-14251 Fix issue for Dialects not supporting row value constructor Syntax 2020-11-30 20:46:40 +00:00
Andrea Boriero
ec7a278358 HHH-14251 Invalid SQL for @Embedded UPDATE 2020-11-30 20:46:36 +00:00
Andrea Boriero
cb04aa1e5d HHH-14251 Add test for issue 2020-11-30 20:46:31 +00:00
Michael Edgar
12b284cfcf HHH-14346 Check declaredPluralAttributes for null before access 2020-11-30 20:38:27 +00:00
nicklas.wallgren
c215601025 HHH-14350 MariaDB103Dialect requires the lock wait timeout to be expressed in seconds 2020-11-30 20:37:26 +00:00
Christian Beikov
8728cc32a1 HHH-14343 Fix quoting of column names when globally quoted identifiers is active 2020-11-30 18:35:50 +00:00
info@kawoolutions.com
a917fc1798 HHH-14343 Test case for issue 2020-11-30 18:35:42 +00:00
Christian Beikov
41f44ad2a1 Restore collectionsInDefaultFetchGroupEnabled usage in LazyAttributesMetadata 2020-11-30 17:24:05 +00:00
Christian Beikov
7dd49e425e HHH-14348 Special handling in bytecode enhancement for lazy PersistentCollection fields 2020-11-30 17:23:58 +00:00
Yanming Zhou
34151a9660 HHH-14334 Make dom4j jaxb-api optional as possible
dependency dom4j and jaxb-api is optional if xml mapping disabled
continuation of HHH-13204
2020-11-20 16:41:50 +00:00
Christian Beikov
de0f141b4f HHH-14335 Remember the resolved type in SimpleValue#getType instead of resolving multiple times 2020-11-20 10:03:56 +00:00
Hibernate-CI
245f8dd014 5.4.25-SNAPSHOT 2020-11-17 21:41:39 +00:00
Hibernate-CI
0b5d3a2acc 5.4.24.Final 5.4.24 2020-11-17 21:33:32 +00:00
Sanne Grinovero
33123d267f HHH-14333 Pessimistic Lock causes FOR UPDATE on outer join statements 2020-11-17 18:51:32 +00:00
Sanne Grinovero
84e37c15eb HHH-14332 Make it easier for Quarkus SPI to avoid loading XML related resources 2020-11-17 18:01:31 +00:00
Sanne Grinovero
da8706e5eb HHH-14329 Amend existing DirtyTrackingTest 2020-11-17 16:20:55 +00:00
Christian Beikov
2669848ca4 HHH-14329 consider mutable types always as potentially dirty when using DirtinessTracker 2020-11-17 16:20:48 +00:00
Christian Beikov
5ea0d92c37 HHH-14329 test case showing that DirtinessTracker usage for enhanced entities doesn't respect mutable types 2020-11-17 16:20:43 +00:00
Steve Ebersole
c444d5f9e5 HHH-14325 - Add Query hint for specifying "query spaces" for native queries 2020-11-16 17:10:43 +00:00
Steve Ebersole
49ae7bdff0 HHH-14325 - Add Query hint for specifying "query spaces" for native queries 2020-11-16 17:10:30 +00:00
Sanne Grinovero
fe2230f813 HHH-14276 Amend style and formatting 2020-11-16 12:21:37 +00:00
Christian Beikov
a8fdb4d2d5 HHH-14276 Avoid quoting column name for looking up references during composite identifier second pass 2020-11-16 12:21:31 +00:00
info@kawoolutions.com
44ca255b50 HHH-14276 test case for strange AnnotationException: MapsId in IdClass context 2020-11-16 12:21:25 +00:00
Christian Beikov
aa0c9d13d2 HHH-14310 Document hibernate.query.in_clause_parameter_padding and some other missing config properties 2020-11-16 10:29:38 +00:00
Christian Beikov
9997eb1b1a HHH-14322 Fix HBM many-to-one property ref support 2020-11-16 10:12:52 +00:00
Andrea Boriero
9081a1119e HHH-14257 Add test for issue 2020-11-16 09:27:31 +00:00
Andrea Boriero
21c048bc22 HHH-14257 An Entity A with a map collection having as index an Embeddable with a an association to the Entity A fails with a NPE 2020-11-16 09:27:24 +00:00
Yoann Rodière
1b3e27d2ef HHH-14324 Add .gradletasknamecache to .gitignore
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2020-11-16 09:18:17 +00:00
Yoann Rodière
0a797c1c56 HHH-14324 Remove .gradletasknamecache from repository
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2020-11-16 09:18:17 +00:00
Andrea Boriero
36ebf7d383 HHH-14225 CVE-2020-25638 Potential for SQL injection on use_sql_comments logging enabled 2020-11-13 13:30:03 +00:00
Steve Ebersole
61dcb7dcd4 HHH-14312 - entity graph is ignored for 'padded' and 'dynamic' batch style entity loader
- Adjusted multi-loading to use LoadPlans (and apply entity-graphs) as well.
- All of the loaders/builder in `org.hibernate.loader.entity` are now no longer used, superseded by `org.hibernate.loader.entity.plan`.  Removed no longer needed code.
- Adjusted multi-load tests that relied on the actual generated SQL *String* - they now explicitly count the number of parameters and use that for assertions
2020-11-11 16:57:25 +00:00
Steve Ebersole
48527437ef HHH-14312 - entity graph is ignored for 'padded' and 'dynamic' batch style entity loader
- completed fix for HHH-11970
2020-11-11 15:30:36 +00:00
Steve Ebersole
603a393b4e HHH-14312 - entity graph is ignored for 'padded' and 'dynamic' batch style entity loader 2020-11-11 15:30:30 +00:00
Nathan Xu
fc04e0a320 HHH-14312 fix issue entity graph is ignored for 'padded' batch style entity loader 2020-11-11 15:30:25 +00:00
Christian Beikov
324c27fbb2 HHH-14158 Update Javassist to 3.27.0-GA 2020-11-10 19:36:25 +00:00
Andrea Boriero
df2bbd75dc HHH-13310 getParameterValue() not working for collections 2020-11-10 19:03:16 +00:00
Andrea Boriero
21b65718ff HHH-13310 Add test for issue 2020-11-10 19:03:07 +00:00
Guillaume Smet
0b9f5dc16d HHH-14317 Avoid closing datasource in AgroalConnectionProvider if datasource is not initialized 2020-11-09 15:16:07 +00:00