Olivier Bourgain
fbdec58da2
HHH-18475 fix race condition in AbstractRowMapper
2024-09-12 16:27:23 +02:00
marko-bekhta
30241bbe9f
HHH-17295 Change which constructor is looked-up in DialectContext test utils
2023-10-09 18:27:46 +02:00
Laurent Klock
4bf9bfac5a
HHH-16977 Fixed in NullPointerException in EntityEntryContext.downgradeLocks
2023-07-26 20:50:08 +01:00
Yoann Rodière
f55fa0cce4
HHH-16892 Fix LocalXmlResourceResolver not resolving some dtd URLs that use the https scheme
2023-07-07 13:06:25 +02:00
Guenther Demetz
5201a45055
HHH-14944 - Detaching an entity removes natural-id cross-reference from shared cache
2023-05-24 12:23:23 -05:00
Sanne Grinovero
c102b8321a
HHH-16609 SQLFunctionRegistry#findSQLFunction needs to guard against null argument
2023-05-16 19:48:28 +01:00
Sanne Grinovero
b38cf9bb1b
HHH-16545 PersistenceUtil.MetadataCache needs to be threadsafe
2023-05-16 13:53:33 +01:00
Christian Beikov
8c01165713
Disable HANA tests
2023-03-30 14:08:39 +02:00
Yoann Rodière
b36c7dde9a
HHH-16378 Reproducer for failure to resolve target type of association defined in mappersuperclass with generics
2023-03-30 14:08:15 +02:00
Marco Belladelli
0247c0398f
HHH-13627 Invalidate cache on update for CacheMode GET and IGNORE
2023-03-17 12:31:01 +01:00
Marco Belladelli
64e96372cc
HHH-13627 Add test for issue
2023-03-17 12:31:01 +01:00
Yoann Rodière
0a2bf3fd5c
HHH-16177 Test catalog/schema creation/dropping in DefaultCatalogAndSchemaTest
2023-02-21 09:24:44 +01:00
Yoann Rodière
82b89e2a22
HHH-16177 Take into account the default catalog/schema when creating/dropping catalogs/schemas
2023-02-21 09:24:44 +01:00
Christian Beikov
7be545574a
HHH-14514 Fix auto eviction of collection cache
2023-02-16 09:06:01 +01:00
Hibernate-CI
4374ada543
5.6.16-SNAPSHOT
2023-02-06 10:59:42 +00:00
Hibernate-CI
e924c27e12
5.6.15.Final
2023-02-06 10:56:15 +00:00
Jan Schatteman
38ec412e61
HHH-15665 - Fix and added test for issue
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-02-03 17:39:47 +01:00
Andrea Boriero
1078caa19f
HHH-16049 Setting a property to its current value with bytecode enhancement enabled results in unnecessary SQL Update in some (many) cases
2023-01-24 10:42:15 +01:00
Andrea Boriero
802fc76883
HHH-16049 Test setting a property to its current value with bytecode enhancement enabled
2023-01-24 10:42:15 +01:00
Yoann Rodière
ac55bb28db
HHH-16049 Test setting a property to its current value with bytecode enhancement enabled
2023-01-24 10:42:15 +01:00
Yoann Rodière
84662bf21c
HHH-16049 Restructure lazy-basic tests for easier re-execution and better test reports
2023-01-24 10:42:15 +01:00
Yanming Zhou
49fbe84dde
HHH-15618 Accept TypedParameterValue for procedure
2022-12-22 13:01:13 +01:00
Christian Beikov
45c7fc5e28
Add TCK build throttling
2022-12-20 17:31:30 +01:00
Christian Beikov
cc3b38971e
Switch from LGTM to CodeQL
2022-12-16 13:38:26 +01:00
Sven Strickroth
d7fa18ac64
HHH-15792: Explicitly add JavaDoc to make @deprecated hint for createSQLQuery visible in Eclipse
...
Explicitly add the JavaDoc to Session.java to provide users the @deprecated JavaDoc hint on how to resolve the deprecation warnings.
Without this patch, e.g., in Eclipse, there are no warning generated when the method createSQLQuery is used which makes upgrading to 6.x harder.
Signed-off-by: Sven Strickroth <email@cs-ware.de>
2022-12-14 19:31:34 +01:00
Sanne Grinovero
9f9ed15a68
HHH-15693 Introduce a fast-path access for ClassLoaderService being retrieved from ServiceRegistry
2022-11-16 17:11:55 +00:00
Jan Schatteman
bcf3fbef7f
HHH-13106 - Remove erroneous (incomplete) test and add a new one for this issue
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2022-11-09 18:25:54 +01:00
Sanne Grinovero
055c603a45
HHH-15690 HQLQueryPlan to have a direct reference to QueryTranslatorFactory
2022-11-09 10:57:24 +00:00
Sanne Grinovero
1d68355a9c
HHH-15685 Improve efficiency of accessing Dialect from HqlSqlWalker
2022-11-08 15:17:29 +00:00
Sanne Grinovero
803ee1c28b
HHH-15685 Improve efficiency of accessing Dialect from Loader
2022-11-08 15:17:29 +00:00
Hibernate-CI
073d65c719
5.6.15-SNAPSHOT
2022-11-04 10:07:19 +00:00
Hibernate-CI
81624b0efe
5.6.14.Final
2022-11-04 10:03:36 +00:00
Sanne Grinovero
ca28c00c41
HHH-15662 ClasscastException caused by check for Managed rather than ManagedEntity
2022-11-04 08:54:23 +00:00
Hibernate-CI
9b065d05ea
5.6.14-SNAPSHOT
2022-11-03 20:15:46 +00:00
Hibernate-CI
5a1d6f6ac0
5.6.13.Final
2022-11-03 20:12:09 +00:00
Sanne Grinovero
1d539eae9f
HHH-15634 Extracting reusable Type constants from ByteBuddy InlineDirtyCheckingHandler
2022-11-03 19:50:29 +00:00
Sanne Grinovero
e7fe516933
HHH-15634 Extracting constant for @Transient annotation in ByteBuddy Enhancer
2022-11-03 19:50:29 +00:00
Sanne Grinovero
dd7cbe8b89
HHH-15649 Additional performance fixes relating to Klass's _secondary_super_cache interaction with entity enhancement
2022-11-01 11:19:48 +00:00
Andrea Boriero
3be1c2980c
HHH-15634 Lazy basic property does not get updated on change: inline dirty checking, lazy basic properties are not upated when set to null
2022-10-31 12:30:13 +01:00
Andrea Boriero
33053cd194
HHH-15634 Lazy basic property does not get updated on change
2022-10-31 12:30:13 +01:00
Andrea Boriero
e333af6e31
HHH-15634 Run the tests also without dirty checking enabled
2022-10-31 12:30:13 +01:00
Yoann Rodière
01842e2631
HHH-15634 Test updating one or all of multiple lazy basic properties
2022-10-31 12:30:13 +01:00
Yoann Rodière
8bf23ef0a5
HHH-15634 Test updating a single lazy property with no lazy group
2022-10-31 12:30:13 +01:00
Yoann Rodière
9054f11b01
HHH-15634 Fix naming of LazyBasicFieldAccessTest/LazyBasicPropertyAccessTest
...
For some reason they were reversed.
2022-10-31 12:30:13 +01:00
Sanne Grinovero
5ea876832a
HHH-15616 Mitigate performance impact of entity enhancement on Klass's _secondary_super_cache
2022-10-28 12:06:13 +02:00
Andrea Boriero
bc5b72569c
HHH-15585 Add support for DB2 aliases for schema validation
2022-10-27 20:38:35 +02:00
Andrea Boriero
83e22ee304
HHH-15585 Add test for issue
2022-10-27 20:38:35 +02:00
Sanne Grinovero
420c932faa
HHH-15637 Upgrade to Byteman 4.0.20
2022-10-27 16:43:49 +01:00
Sanne Grinovero
7c99277962
HHH-15639 Upgrade to ByteBuddy 1.12.18
2022-10-27 16:42:25 +01:00
Andrea Boriero
c6bfc29b42
HHH-15575 Make getter org.hibernate.criterion.SimpleExpression#getOp() public
2022-10-19 15:53:38 +01:00