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
Guillaume Smet
358fc58dc1
HHH-14316 Avoid accessing state in DriverManagerConnectionProviderImpl if null
2020-11-09 15:15:57 +00:00
Christian Beikov
f4633d83af
HHH-14279 Fix join ordering issue that happens for entity key joins when using a WITH/ON clause
2020-11-03 11:58:28 +01:00
Laurent Almeras
aae54bc4a8
HHH-14279 Testcase showing key join order is messed up
2020-11-03 11:58:21 +01:00
Hibernate-CI
310c7aff1d
5.4.24-SNAPSHOT
2020-11-01 22:51:33 +00:00
Hibernate-CI
35ca0d2430
5.4.23.Final
2020-11-01 22:44:16 +00:00
Sanne Grinovero
7b8092f6a6
Make new EntityLoader buildling methods in AbstractEntityPersister protected for Hibernate Reactive
2020-11-01 22:38:55 +00:00
Sanne Grinovero
7f4373f7b9
HHH-14305 Memory optimisations for ReaderCollector implementations
2020-11-01 22:00:51 +00:00
Sanne Grinovero
7aca99f30d
HHH-14305 Memory optimisations for EntityMetamodel
2020-11-01 22:00:49 +00:00
Sanne Grinovero
fe5ba822e7
HHH-14305 Memory optimisations for NamedQueryRepository
2020-11-01 22:00:47 +00:00
Sanne Grinovero
bc0f3d94fe
HHH-14305 Memory optimisations for AbstractEntityPersister#uniqueKeyLoaders
2020-11-01 22:00:45 +00:00
Sanne Grinovero
d6108fa1e4
HHH-14305 Memory optimisation for AbstractPropertyMapping#duplicateIncompatiblePaths
2020-11-01 22:00:43 +00:00
Sanne Grinovero
13398a8d4f
HHH-14305 Memory optimisations for AbstractManagedType#declaredPluralAttributes
2020-11-01 22:00:42 +00:00
Sanne Grinovero
b927de91ab
HHH-14305 Memory optimisation for AbstractEntityPersister#affectingFetchProfileNames
2020-11-01 22:00:40 +00:00
Sanne Grinovero
c7f87b0c2a
HHH-14305 Reduce memory consumption of AbstractEntityPersister#attributeDefinitions
2020-11-01 22:00:38 +00:00
Sanne Grinovero
35c7928e76
HHH-14305 Reduce retained memory consumption of SingleTableEntityPersister
2020-11-01 22:00:37 +00:00
Sanne Grinovero
63f1c1b9c6
HHH-14305 Memory savings in SingleTableEntityPersister
2020-11-01 22:00:34 +00:00
Sanne Grinovero
d96d20b63d
HHH-14305 Avoid referring to an empty ArrayList for AbstractEntityPersister#lobProperties
2020-11-01 22:00:32 +00:00
Sanne Grinovero
cb849d5acd
HHH-14305 Introduce new method in CollectionsHelper to reduce size of long lived collections
2020-11-01 22:00:29 +00:00
Sanne Grinovero
eb19967260
HHH-14305 Remove unused logger
2020-11-01 22:00:26 +00:00
Sanne Grinovero
71ba924040
HHH-14271 Lazy initialization of UniqueEntityLoader for most LockMode types
2020-11-01 19:31:25 +00:00
Sanne Grinovero
c09b564683
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:05 +00:00
Sanne Grinovero
20910f8a29
HHH-13895 Upgrade the PostgreSQL JDBC driver used for testing to v. 42.2.16
2020-10-31 07:00:04 +00:00
Sanne Grinovero
efc82d82df
HHH-14303 Upgrade to JBoss Loging 3.4.1.Final
2020-10-31 06:44:34 +00:00
Sanne Grinovero
e723df064f
HHH-14302 Upgrade to Agroal 1.9
2020-10-31 06:44:27 +00:00
Sanne Grinovero
191c3dc158
HHH-14301 Upgrade to Byte Buddy 1.10.17
2020-10-31 06:44:16 +00:00
Sanne Grinovero
aeddc6e98e
HHH-14300 Update to Hibernate Validator 6.1.6.Final
2020-10-31 06:44:06 +00:00
Sanne Grinovero
333e7e3d15
HHH-14299 Upgrade to Hibernate Commons Annotations 5.1.2.Final
2020-10-30 16:54:23 +00:00
Sanne Grinovero
1e51056afc
HHH-14298 Evolve HCANNHelper to maintain compatibility with 5.1.0 while benefitting from 5.1.1 features
2020-10-30 14:20:23 +00:00
Sanne Grinovero
8af080721a
HHH-14298 Make our JPAMetadataProvider implementation compatible with HCANN 5.1.0 as well
2020-10-30 14:20:19 +00:00
Sanne Grinovero
8ddd61701f
Revert "HHH-14290 Adjust HCANNHelper to benefit from HCANN-99"
...
This reverts commit 5744d546ac
.
2020-10-30 11:06:06 +00:00
Sanne Grinovero
c1f0c9e210
HHH-14293 Reset the ReflectionManager state after SessionFactory is initialized
2020-10-28 16:37:46 +00:00
Sanne Grinovero
a4243bd168
HHH-14293 JPAMetadataProvider needs to be able to reset its internal caches
2020-10-28 16:37:40 +00:00
Sanne Grinovero
f43e0eb299
HHH-14292 Avoid defensive copy for keywords set in NormalizingIdentifierHelperImpl
2020-10-28 15:50:40 +00:00
Sanne Grinovero
ed1a67738b
HHH-14284 Update Oracle JDBC driver: one more case of the old driver being mentioned
2020-10-27 09:13:35 +00:00
Sanne Grinovero
9ed86fd363
HHH-14290 Remove capability of loading classes by name from HCANN
2020-10-27 09:03:12 +00:00
Sanne Grinovero
5744d546ac
HHH-14290 Adjust HCANNHelper to benefit from HCANN-99
2020-10-27 08:18:14 +00:00
Sanne Grinovero
9f90694d3c
HHH-14290 Upgrade to Hibernate Commons Annotations 5.1.1.Final
2020-10-27 08:18:07 +00:00
Sanne Grinovero
113019c9fb
HHH-14284 Introduce settings to make it easier to test with a local Oracle instance run via docker
2020-10-26 20:22:42 +00:00
Sanne Grinovero
273a734857
HHH-14284 Update Oracle JDBC driver configuration to test with version 19.8.0.0
2020-10-26 20:10:25 +00:00