Sanne Grinovero
6e6b6eb0ae
HHH-14788 Upgrade to Byteman 4.0.16
2021-08-20 11:45:30 +01:00
Christian Beikov
1ba3595292
HHH-14777 Enabled skip locked rendering for MariaDB 10.6+
2021-08-17 10:38:27 +02:00
The Geeky Asian
971d0f1fc5
HHH-13848 - Fix for potential NullPointerException
...
The callers of the convert() method in ResourceRegistryStandardImpl expect an exception which is then thrown. This me produce NullPointerException, which has been fixed in this commit.
2021-08-16 22:47:43 +02:00
Yoann Rodière
544dbbf762
HHH-14770 Revert "HHH-14770 Optimise access to EntityPersister in Metamodel via Class type"
...
This reverts commit 9a335c1c04
.
2021-08-12 11:57:00 +02:00
Sanne Grinovero
fb0279e3a7
HHH-14625 Avoid performing a ServiceRegistryLookup in JtaTransactionCoordinatorImpl constructor
2021-08-09 17:28:37 +01:00
Sanne Grinovero
135361a6b8
HHH-14776 Optimise Loader operations by using the Persister directly
2021-08-09 15:55:46 +01:00
Sanne Grinovero
edcce3e1c2
HHH-14776 Promote method instantiate(EntityPersister, Serializable) from SessionImplementor to SharedSessionContractImplementor
2021-08-09 15:55:46 +01:00
Sanne Grinovero
9a335c1c04
HHH-14770 Optimise access to EntityPersister in Metamodel via Class type
2021-08-09 12:55:05 +01:00
Sanne Grinovero
2390416318
HHH-14773 JdbcCoordinatorImpl micro improvement: unguarded tracev parameters should be constant
2021-08-09 10:58:18 +01:00
boris-unckel
c9b8776d3a
HHH-14760 Close resource - potential resource leak
...
Fixes https://hibernate.atlassian.net/browse/HHH-14760
2021-08-09 10:40:27 +01:00
Sanne Grinovero
42ff387193
HHH-14771 Upgrade to Byte Buddy 1.11.12
2021-08-06 00:06:18 +01:00
Hibernate-CI
d4584827ed
5.5.7-SNAPSHOT
2021-08-04 20:23:31 +00:00
Hibernate-CI
6cdab40f67
5.5.6.Final
2021-08-04 20:18:14 +00:00
Christian Beikov
e528a1ab53
HHH-14768 Fix recursive type variable rendering
2021-08-02 09:59:41 +02:00
Hibernate-CI
c1f28b4d09
5.5.6-SNAPSHOT
2021-07-29 14:18:40 +00:00
Hibernate-CI
3de90a261f
5.5.5.Final
2021-07-29 14:13:58 +00:00
Gail Badner
b1975ba05d
HHH-11926 : Add FailureExpected test
2021-07-29 12:06:02 +01:00
Sanne Grinovero
83975eaddf
HHH-14755 Allow configuring the DefaultIdentifierGeneratorFactory to ignore BeanContainer(s)
2021-07-29 12:04:37 +01:00
Sanne Grinovero
d4ed42149b
HHH-14755 Remove some dead code from DefaultIdentifierGeneratorFactory
2021-07-29 12:04:37 +01:00
Christian Beikov
1a6924c297
HHH-14724 Fix generation of problematic metamodel classes which use TYPE_USE annotations
2021-07-29 12:59:43 +02:00
Thomas Heigl
0fdf431715
HHH-14724 Add test for intersection types
2021-07-29 12:59:43 +02:00
Thomas Heigl
e868e61cec
HHH-14724 Test-case demonstrating compilation issues with converters and validation
2021-07-29 12:59:43 +02:00
Alvaro Esteban Pedraza
aa5d40852c
HHH-10661 Reduce code duplication in serialize method of StatefulPersistenceContext
2021-07-27 14:51:01 +01:00
Sanne Grinovero
ff9f6efc0d
HHH-11413 Fixing code style
2021-07-27 14:13:23 +01:00
Dariush Moshiri
787f0a44ea
HHH-11413: Native named query creation fails unintuitively when no resultClass is specified
2021-07-27 14:13:08 +01:00
Sanne Grinovero
0325cd632a
HHH-14740 Still need the nullcheck removed in HHH-14727
2021-07-20 14:10:06 +01:00
Hibernate-CI
4454f170fa
5.5.5-SNAPSHOT
2021-07-19 09:33:59 +00:00
Hibernate-CI
fb36fe2541
5.5.4.Final
2021-07-19 09:29:02 +00:00
Andrea Boriero
c0041ba073
HHH-14772 InformationExtractorJdbcDatabaseMetaDataImpl#getCurrentSchema() method returns currentCatalog if schema == null
2021-07-18 21:05:57 +01:00
Sanne Grinovero
f60d8bcd12
HHH-14734 No good reason tu use TypeCache(s) with WithInlineExpunction
2021-07-16 16:43:02 +01:00
Sanne Grinovero
e782ddf8f9
HHH-14733 Not useful to clear the bycodeprovider caches on sessionFactoryClosing
2021-07-16 16:43:02 +01:00
Sanne Grinovero
6608d03bfc
HHH-14732 ProxyDefinitionHelpers are immutable and can be declared static
2021-07-16 16:43:02 +01:00
Sanne Grinovero
0768663895
HHH-14731 Simplify SPI ProxyFactoryFactory#buildBasicProxyFactory to accept a single class or interface only
...
And deprecate method org.hibernate.bytecode.spi.ProxyFactoryFactory#buildBasicProxyFactory(java.lang.Class, java.lang.Class[])
2021-07-16 16:43:02 +01:00
Sanne Grinovero
5616284a12
HHH-14727 Minor code cleanup in StandardSQLExceptionConverter
2021-07-16 11:16:36 +01:00
Yoann Rodière
e4199decb5
HHH-14707 Upgrade to Byte Buddy 1.11.8
2021-07-16 10:19:42 +01:00
Yoann Rodière
0a16e341c9
HHH-14730 Avoid loading the same entity proxy twice for the same result set
2021-07-16 10:09:29 +02:00
Yoann Rodière
4a2d19a171
HHH-14730 Test lazy loading of bytecode-enhancement proxy triggered by loading of a collection with eager references to that proxy
2021-07-16 10:09:29 +02:00
Andrea Boriero
8b02aaf5a8
HHH-14608 Merge causes StackOverflow when JPA proxy compliance is enabled
2021-07-15 21:01:09 -07:00
Andrea Boriero
8dcf6f983b
HHH-14608 Add test for issue
2021-07-15 21:01:09 -07:00
Sanne Grinovero
1c16d8da97
HHH-14728 Include CamelCaseToUnderscoresNamingStrategy from Spring Boot
2021-07-15 21:56:34 +01:00
Gail Badner
6d16d6d32f
HHH-14720 : Aliases generated for mixed-case column names that end in a number are not all lower-case
2021-07-15 21:48:24 +01:00
Gail Badner
c4ff6c19ac
HHH-14720 : Added test case
2021-07-15 21:48:24 +01:00
Yoann Rodière
c78a0a2b16
HHH-14709 Move to Gradle's built-in way of testing Java modules
2021-07-09 12:42:08 +02:00
Yoann Rodière
15f30bd338
HHH-14709 Upgrade to Gradle 6.7.1
2021-07-09 12:42:08 +02:00
Sebastian Nohn
4e9b96247f
HHH-14715: Update maven-core to 3.8.1 fixing CVE-201-26291
2021-07-08 19:31:24 -05:00
Sebastian Nohn
8e68ad2349
HHH-14719 bump apache-derby to 10.14.2.0 fixing CVE-2015-1832 and CVE-2018-1313
2021-07-08 19:29:47 -05:00
Sanne Grinovero
834f125c07
HHH-14706 Improve error message on incompatible types due to mismatched classloader
2021-07-05 13:31:38 +01:00
Yanming Zhou
f168b8cff2
HHH-14688 Get IdentifierGenerator from BeanContainer if not registered
2021-07-02 14:04:54 -05:00
Christian Beikov
2226fda331
Update SQL Server docker image URL as the old one does not work anymore
2021-06-30 18:57:20 +02:00
Hibernate-CI
c3f8e56f28
5.5.4-SNAPSHOT
2021-06-22 15:43:31 +00:00