Sanne Grinovero
f9cce5a767
HHH-14276 Amend style and formatting
2020-11-16 12:12:49 +00:00
Christian Beikov
d1ee641e54
HHH-14276 Avoid quoting column name for looking up references during composite identifier second pass
2020-11-16 11:02:34 +00:00
info@kawoolutions.com
04ade27f07
HHH-14276 test case for strange AnnotationException: MapsId in IdClass context
2020-11-16 11:02:34 +00:00
Christian Beikov
ed3feeacad
HHH-14310 Document hibernate.query.in_clause_parameter_padding and some other missing config properties
2020-11-16 10:29:04 +00:00
Christian Beikov
8e8844d485
HHH-14322 Fix HBM many-to-one property ref support
2020-11-16 10:07:39 +00:00
Yoann Rodière
0617c99e26
HHH-14324 Add .gradletasknamecache to .gitignore
...
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2020-11-16 09:17:43 +00:00
Yoann Rodière
dd9c687b91
HHH-14324 Remove .gradletasknamecache from repository
...
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2020-11-16 09:17:43 +00:00
Andrea Boriero
3d28893d9a
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:12:30 +00:00
Andrea Boriero
64aa8ae60a
HHH-14257 Add test for issue
2020-11-16 09:12:30 +00:00
Andrea Boriero
59fede7aca
HHH-14225 CVE-2020-25638 Potential for SQL injection on use_sql_comments logging enabled
2020-11-13 13:52:15 +00:00
Steve Ebersole
b296459851
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 10:40:59 -06:00
Steve Ebersole
0b2fb4e28b
HHH-14312 - entity graph is ignored for 'padded' and 'dynamic' batch style entity loader
...
- completed fix for HHH-11970
2020-11-11 07:55:41 -06:00
Steve Ebersole
13fb23d44e
HHH-14312 - entity graph is ignored for 'padded' and 'dynamic' batch style entity loader
2020-11-10 16:16:33 -06:00
Nathan Xu
c874618d30
HHH-14312 fix issue entity graph is ignored for 'padded' batch style entity loader
2020-11-10 16:16:33 -06:00
Christian Beikov
d6564cb0b5
HHH-14158 Update Javassist to 3.27.0-GA
2020-11-10 19:35:10 +00:00
Andrea Boriero
e67874e6ec
HHH-13310 getParameterValue() not working for collections
2020-11-10 19:02:01 +00:00
Andrea Boriero
2d7aaa198b
HHH-13310 Add test for issue
2020-11-10 19:02:01 +00:00
Yoann Rodière
2be511e615
HHH-14315 Upgrade Travis build to OpenJDK 11.0.9
...
For some reason the gradle build gets stuck at task
:hibernate-core:compileTestJava when using OpenJDK 11.0.3.
I can't reproduce the problem with 11.0.9, though, so it's probably a
bug in OpenJDK 11.0.3.
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2020-11-10 11:02:08 +00:00
Yoann Rodière
85b84ef6bd
HHH-14315 Force JVM options when using toolchains
...
Apparently Gradle won't just use the same options as in its own JVM.
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2020-11-10 11:02:08 +00:00
Yoann Rodière
9616e24c80
HHH-14315 Add optional support for toolchains to the Gradle build
...
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2020-11-10 11:02:08 +00:00
Yoann Rodière
5d36fd2c26
HHH-14315 Upgrade to Gradle 6.7
...
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2020-11-10 11:02:08 +00:00
Christian Beikov
555299abf1
HHH-14214 Remove unnecessary rule for token type SQL_NODE
2020-11-10 11:43:11 +01:00
Guillaume Smet
5410e6350b
HHH-14317 Avoid closing datasource in AgroalConnectionProvider if datasource is not initialized
2020-11-09 15:15:06 +00:00
Guillaume Smet
a393cbd7f5
HHH-14316 Avoid accessing state in DriverManagerConnectionProviderImpl if null
2020-11-09 15:15:06 +00:00
David Ellingsworth
1c6e2b4efb
HHH-14216 Add new lines to the end of new files.
2020-11-04 09:25:20 -07:00
David Ellingsworth
24035d7f2c
HHH-14216 Implement isDirty for OneToOneType and always check if it is dirty or not.
2020-11-04 09:25:20 -07:00
David Ellingsworth
ef5c944c86
HHH-14216 Fix the assemble/disassemble methods of the OneToOneType.
2020-11-04 09:25:20 -07:00
David Ellingsworth
aec21d21f8
HHH-14216 Add one-to-one second level cache tests.
2020-11-04 09:25:20 -07:00
Steve Ebersole
f45a88cb07
Fixed Javadoc for `BulkOperationCleanupAction.affectedEntity`
...
- plus minor cleanups
2020-11-03 15:13:09 -06:00
Sanne Grinovero
67fd24ecff
Make new EntityLoader buildling methods in AbstractEntityPersister protected for Hibernate Reactive
2020-11-01 23:24:22 +00:00
Sanne Grinovero
e6ac4d4876
HHH-14305 Memory optimisations for ReaderCollector implementations
2020-11-01 22:05:57 +00:00
Sanne Grinovero
da700f619b
HHH-14305 Memory optimisations for EntityMetamodel
2020-11-01 22:05:49 +00:00
Sanne Grinovero
345b503f21
HHH-14305 Memory optimisations for NamedQueryRepository
2020-11-01 22:05:44 +00:00
Sanne Grinovero
ad5bec0a54
HHH-14305 Memory optimisations for AbstractEntityPersister#uniqueKeyLoaders
2020-11-01 22:05:40 +00:00
Sanne Grinovero
9f54dae5d2
HHH-14305 Memory optimisation for AbstractPropertyMapping#duplicateIncompatiblePaths
2020-11-01 22:05:35 +00:00
Sanne Grinovero
35c58e9877
HHH-14305 Memory optimisations for AbstractManagedType#declaredPluralAttributes
2020-11-01 22:05:23 +00:00
Sanne Grinovero
2dde4c1710
HHH-14305 Memory optimisation for AbstractEntityPersister#affectingFetchProfileNames
2020-11-01 22:05:16 +00:00
Sanne Grinovero
169a01857c
HHH-14305 Reduce memory consumption of AbstractEntityPersister#attributeDefinitions
2020-11-01 22:05:10 +00:00
Sanne Grinovero
e9278288a7
HHH-14305 Reduce retained memory consumption of SingleTableEntityPersister
2020-11-01 22:05:03 +00:00
Sanne Grinovero
820fe56aa4
HHH-14305 Memory savings in SingleTableEntityPersister
2020-11-01 22:04:56 +00:00
Sanne Grinovero
0dedcd05db
HHH-14305 Avoid referring to an empty ArrayList for AbstractEntityPersister#lobProperties
2020-11-01 22:04:50 +00:00
Sanne Grinovero
fb34b720bc
HHH-14305 Introduce new method in CollectionsHelper to reduce size of long lived collections
2020-11-01 22:04:47 +00:00
Sanne Grinovero
250db69e8e
HHH-14305 Remove unused logger
2020-11-01 22:04:42 +00:00
Sanne Grinovero
81d526e4db
HHH-14271 Lazy initialization of UniqueEntityLoader for most LockMode types
2020-11-01 19:31:49 +00:00
Sanne Grinovero
c60765a528
HHH-14304 Replacing eager initialization of LockingStrategy within AbstractEntityPersister
...
And introducing a new ad-hoc collection LazyIndexedMap, useful to
lazily initialize elements which can be indexed by int, such
as the ordinal of enums.
2020-11-01 19:31:43 +00:00
Sanne Grinovero
2dd82d553f
HHH-14303 Upgrade to JBoss Loging 3.4.1.Final
2020-10-31 06:46:05 +00:00
Sanne Grinovero
ce9cd57340
HHH-14302 Upgrade to Agroal 1.9
2020-10-31 06:45:58 +00:00
Sanne Grinovero
1baa95edf5
HHH-14301 Upgrade to Byte Buddy 1.10.17
2020-10-31 06:45:51 +00:00
Sanne Grinovero
f286c4912c
HHH-14300 Update to Hibernate Validator 6.1.6.Final
2020-10-31 06:45:42 +00:00
Sanne Grinovero
9391768d5a
HHH-14299 Upgrade to Hibernate Commons Annotations 5.1.2.Final
2020-10-30 17:17:28 +00:00