Commit Graph

10970 Commits

Author SHA1 Message Date
Alex ea30fa8351 HHH-15468 Set permissions 2022-08-29 10:53:48 +02:00
Yoann Rodière e1279c79e6 Backport snapshot-publish.Jenkinsfile 2022-07-12 15:59:47 +02:00
Karel Maesen 8907bf7d8a HHH-14932 Use the correct WKB Dialect 2022-02-03 21:04:00 +01:00
Sanne Grinovero d569ada1f7 HHH-15026 Upgrade to Log4J 2.17.1 2022-02-03 18:01:28 +00:00
Andrea Boriero 25be071285 HHH-15044 Revert HHH-14826 fix because the provided test was wrong 2022-01-25 14:49:20 +00:00
Sanne Grinovero 2ccfaef625 HHH-14987 Upgrade to Log4j 2.17.0 2021-12-20 09:44:41 +00:00
Hibernate-CI 98ec4fc840 5.5.10-SNAPSHOT 2021-12-16 08:38:51 +00:00
Hibernate-CI 9775139289 5.5.9.Final 2021-12-16 08:29:46 +00:00
Sanne Grinovero 96ed02b63b HHH-14979 Upgrade to Log4J 2 2.16.0 2021-12-15 12:45:49 +00:00
Sebastian Nohn f8547dce72 HHH-14972 bump log4j to 2.15.0 fixing an RCE (CVE-2021-44228) 2021-12-11 23:12:26 +00:00
Christian Beikov 5dcb26580c Change branch name in GitHub actions workflow to 5.5 2021-12-06 19:02:10 +01:00
Sanne Grinovero 6ee835caa4 HHH-14540 Maintain strict API backwards compatibility 2021-11-16 15:59:16 +00:00
Chris Cranford 1c9567832c HHH-14540 Don't share session-scoped interceptors with temp session 2021-11-16 15:59:09 +00:00
Karel Maesen e86bfae1fa HHH-14757 Use geolatte's JTSUtils 2021-10-15 13:47:09 +02:00
Karel Maesen 9f47f4c003 HHH-14633 Upgrade geolatte-geom to 1.8.2 2021-10-15 13:47:09 +02:00
Hibernate-CI 3cd7a67ccd 5.5.9-SNAPSHOT 2021-10-13 15:09:06 +00:00
Hibernate-CI ec09cd300e 5.5.8.Final 2021-10-13 15:03:59 +00:00
Andrea Boriero ea46eb3ab2 HHH-14826 Fix failure of o.h.test.onetoone.cache.OneToOneCacheTest#OneToOneCacheByForeignKey() 2021-10-01 09:46:22 +01:00
Andrea Boriero e16fa0bd7f HHH-14826 Extract issue specific tests from OneToOneCacheTest 2021-10-01 09:46:16 +01:00
Amit Mendapara 6fa04c5f38 HHH-14826 Fix regression caused by one-to-one L2 cache support 2021-10-01 09:46:12 +01:00
Amit Mendapara 0c6ba01ee0 HHH-14826 Add test to check regression caused by OneToOne cache support 2021-10-01 09:46:07 +01:00
Steve Ebersole dac1515811 HHH-14847 - Deprecate JMX support 2021-09-28 16:04:36 +01:00
Steve Ebersole d856944eec HHH-14845 - Deprecate JACC support 2021-09-28 11:23:16 +01:00
Yoann Rodière 05c51e555a HHH-14828 Remove final modifier from enhanced fields
We need to remove the final modifier if we want to address the possibility
of that field being lazy.
2021-09-20 22:37:43 +01:00
Yoann Rodière 5a456010bd HHH-14828 Do not enhance final field write access 2021-09-20 22:37:43 +01:00
Yoann Rodière c040a740d8 HHH-14828 Enable bytecode enhancement logging in core tests 2021-09-20 22:37:43 +01:00
Yoann Rodière f7bcd1d9cf HHH-14828 Fix incorrect logging in FieldAccessEnhancer 2021-09-20 22:37:43 +01:00
Yoann Rodière 01c130e6e5 HHH-14828 Test bytecode enhancement on entities/embeddables with a final field 2021-09-20 22:37:43 +01:00
Christian Beikov 49a410ffcd Backport of changes from 6314395 on wip/6.0
(Fix connection leaks by properly closing service registries)
2021-09-17 09:20:15 +02:00
Yoann Rodière aac7438ee7 HHH-14827 Fix @AssociationOverride/@PrimaryKeyJoinColumn at type level being ignored when also using orm.xml 2021-09-16 16:23:26 +02:00
Yoann Rodière fba81d165a HHH-14827 Fix @AttributeOverride at type level being ignored when also using orm.xml 2021-09-16 16:23:26 +02:00
Yoann Rodière 1582d8acc0 HHH-14827 Test using @AttributeOverride and also an orm.xml file 2021-09-16 16:23:26 +02:00
rmartinc f2db7302c9 HHH-14796 Cannot replace an existing JPQL NamedQuery with a native NamedQuery 2021-09-08 16:48:40 +01:00
Hibernate-CI 859280f297 5.5.8-SNAPSHOT 2021-08-27 10:36:52 +01:00
Hibernate-CI 180af749c6 5.5.7.Final 2021-08-25 14:02:51 +00:00
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