Commit Graph

238 Commits

Author SHA1 Message Date
Steve Ebersole 69e57404c6 HHH-15226 - Publish a Gradle platform (Maven Bom++) for Hibernate ORM
- plus use Gradle version catalogs as opposed to `libraries.gradle`
- dropped OSGi manifest entries for hibernate-envers - they were broken and we decided we no longer support OSGi
2022-04-26 14:41:04 -05:00
Sanne Grinovero 2de227d84c HHH-15207 Upgrade GraalVM SDK to 22.0.0.2 2022-04-13 11:18:46 +01:00
Yoann Rodière 9b02781378 HHH-15209 Upgrade to bytebuddy 1.12.9 2022-04-13 09:35:10 +01:00
Sanne Grinovero 535019c471 HHH-15208 Upgrade to Micrometer 1.8.4 2022-04-13 09:27:35 +01:00
Sanne Grinovero 432b393042 HHH-15204 Remove dependency to jakarta.activation:jakarta.activation-api 2022-04-13 07:14:52 +01:00
Sanne Grinovero e0a99f25ce HHH-15188 Upgrade to Hibernate Validator 7.0.4.Final 2022-04-08 11:50:37 +01:00
Sanne Grinovero 68d4a5d27c HHH-15188 Cleanup unused dependency to Hibernate Validator 6.x 2022-04-08 11:50:37 +01:00
Sanne Grinovero eb37eb8379 HHH-15187 Upgrade to HCANN 6.0.0.Final 2022-04-08 11:50:37 +01:00
Christian Beikov e1742ac3ac Update H2 to 2.1.210 and HSQLDB to 2.6.1 2022-03-25 21:59:23 +01:00
Sanne Grinovero 2e9b34fc51 HHH-15119 Upgrade to ByteBuddy 1.12.8 2022-03-15 10:27:37 +00:00
Yoann Rodière a88170d24a HHH-15107 Upgrade to Mockito 4.3.1 2022-03-09 08:11:09 +01:00
Sanne Grinovero dd176727b2 HHH-15040 Upgrade to Hibernate Commons Annotations 6.0.0.CR1 2022-01-19 13:28:41 +00:00
Sanne Grinovero 3bed089caf HHH-15031 Upgrade to ByteBuddy 1.12.7 2022-01-15 21:52:43 +00:00
Sanne Grinovero b8d5b0bd45 HHH-15028 Upgrade to JBoss Logging 3.4.3.Final 2022-01-14 18:10:27 +00:00
Sanne Grinovero fbae1a4651 HHH-15026 Upgrade to Log4J 2.17.1 2022-01-13 15:30:30 +00:00
Sanne Grinovero e6866034de HHH-15024 Upgrade to Jandex 2.4.2.Final 2022-01-12 14:20:35 +00:00
Sanne Grinovero 6efff11d44 HHH-15000 Upgrade to Hibernate Commons Annotations 6.0.0.Beta1 2022-01-12 11:15:26 +00:00
Sanne Grinovero da1972ed7b HHH-14999 Upgrade to Hibernate Validator 6.2.1.Final (EE) and 7.0.2.Final (Jakarta) 2021-12-22 16:20:12 +00:00
Sanne Grinovero 31030019d9 HHH-14998 Upgrade to GraalVM 21.3.0 2021-12-22 16:20:12 +00:00
Sanne Grinovero e42364246d HHH-14997 Upgrade to Agroal 1.14 2021-12-22 16:20:12 +00:00
Sanne Grinovero cb0f26c6bf HHH-14996 Upgrade to JBoss Logging Processor (and matching Annotations) 2.2.1.Final 2021-12-22 16:20:12 +00:00
Sanne Grinovero 90c0717b37 HHH-14995 Upgrade to Jandex 2.4.1.Final 2021-12-22 16:20:12 +00:00
Sanne Grinovero dd0e65c698 Upgrading the DB2 JDBC driver JCC to 11.5.7.0 2021-12-22 11:28:57 +00:00
Sanne Grinovero 6fbb90aa54 HHH-14987 Upgrade to Log4j 2.17.0 2021-12-18 05:15:12 -06:00
Sanne Grinovero ab0f1d40af HHH-14988 Upgrade to ByteBuddy 1.12.5 2021-12-18 05:15:12 -06:00
Christian Beikov d1a732fcf1 Tryout a deterministic test class order 2021-12-18 05:12:36 -06:00
Sanne Grinovero c5c24344a4 HHH-14979 Upgrade to Log4J 2 2.16.0 2021-12-15 11:48:35 +00:00
Sebastian Nohn dfc92330d8 HHH-14972 bump log4j to 2.15.0 fixing an RCE (CVE-2021-44228) 2021-12-10 08:11:21 -05:00
Andrea Boriero 07155b7993 Merge remote-tracking branch 'upstream/main' into wip/6.0 2021-12-06 17:56:17 +01:00
Sanne Grinovero b8046d1a80 HHH-14938 Upgrade to MySQL Connector/J 8.0.27 2021-12-06 16:30:47 +00:00
Chris Dennis 55db51894f HHH-14837 : Re-enable hibernate-jcache module. 2021-11-29 11:44:16 -05:00
Karel Maesen 2deee38103 HHH-14906 Support for H2GIS
Notice that the tests cannot be run from the gradlew cli due to
compatability issues with the H2 version
2021-11-15 16:17:11 +01:00
Christian Beikov 60a3c08563 Downgrade H2 to 1.4.197 for testing and to allow usage of H2GIS 2021-11-12 12:09:49 +01:00
bb7133 5bd27eb853 HHH-14576 : Introduce the dialect for TiDB 2021-10-20 16:19:22 +02:00
Christian Beikov a4e406a54e * Add SqlTypes as analogy to java.sql.Types containing constants for Hibernate specified types
* Add FormatMapper for a pluggable JSON serialization and deserialization strategy
* Add native UUID type support for H2, Cockroach, PostgreSQL
* Add native INET type support for Cockroach, PostgreSQL
* Add native JSON type support for MySQL, Cockroach, PostgreSQL
* Add native INTERVAL SECOND type support for H2, Cockroach, PostgreSQL
* Add fallback JdbcTypes for new SqlTypes
* Register column types for new SqlTypes
* Add support for BasicTypeReference in TypedParameterValue
* Fix a lot of method signatures with respect to type parameter issues
* Fix CustomType, UserType and EnhancedUserType with respect to type parameters
* Get rid of StringRepresentableType and some other unused deprecated methods
2021-10-19 16:33:36 +02:00
Andrea Boriero 6b5cb2cfc4 Merge remote-tracking branch 'upstream/main' into wip/6.0 2021-10-12 11:49:54 +02:00
Sanne Grinovero 34a9fa2e55 HHH-14868 Upgrade to ByteBuddy 1.11.20 2021-10-11 15:28:33 +01:00
Andrea Boriero 8c40de9cff Merge remote-tracking branch 'upstream/main' into wip/6.0_merge_main_7 2021-10-01 11:34:10 +02:00
Sanne Grinovero 694a0e4aed HHH-14852 Upgrade GraalVM to version 21.2.0 2021-09-28 10:52:34 +01:00
Steve Ebersole 7bc1d55cdd improved aggregated javadoc generation 2021-09-27 08:21:36 -05:00
Steve Ebersole 089a3f86ae HHH-14837 - Move to Jakarta EE
preliminary transformation;
only `javax.persistence.*` settings supported atm
2021-09-27 08:21:27 -05:00
Andrea Boriero e466c52002 Merge remote-tracking branch 'upstream/main' into wip/6.0 2021-09-21 08:46:04 +02:00
Sanne Grinovero 8e744f0dc2 HHH-14833 Upgrade to Byte Buddy 1.11.16 2021-09-20 23:38:02 +01:00
Andrea Boriero 236e901cd1 Merge remote-tracking branch 'upstream/main' into wip/6.0 2021-09-07 17:22:42 +02:00
Sanne Grinovero 2cbcf152df HHH-14812 Upgrade integration tests to use Oracle JDBC driver v 21.3.0.0 2021-09-07 11:27:28 +01:00
Andrea Boriero 6efb29e98e Merge remote-tracking branch 'upstream/main' into wip/6.0 2021-09-07 09:36:49 +02:00
Karel Maesen fe1f89d754 HHH-14633 Upgrade geolatte-geom to 1.8.2 2021-09-04 12:59:49 +02:00
Andrea Boriero cdeb95a4d5 Merge remote-tracking branch 'upstream/main' into wip/6.0 2021-08-30 14:07:19 +02:00
Sanne Grinovero 9267c5e6a6 HHH-14792 Remove support for bytecode enhancement via Javassist 2021-08-26 15:22:30 +01:00
Steve Ebersole 0c674deda5 Query hints
+ dropped `AbstractProducedQuery` (no subclasses)
2021-08-23 13:41:41 -05:00