Commit Graph

13833 Commits

Author SHA1 Message Date
Steve Ebersole 03384af943 More work on hibernate-platform and version catalog 2022-04-26 14:41:04 -05:00
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
Andrea Boriero 5b85321bb9 HHH-15225 Jta transactions, name queries with errors throw IllegalStateException instead of IllegalArgumentException when transaction is not active 2022-04-26 14:57:48 +02:00
Andrea Boriero ae51ae9c31 HHH-15225 Add test for issue 2022-04-26 14:57:48 +02:00
Andrea Boriero 0592e1be77 HHH-15142 add test for issue 2022-04-26 14:00:52 +02:00
Andrea Boriero c58cd979d1 HHH-15223 Embeddables in the Query Result, the embeddable instance returned by the query will not be in the managed state 2022-04-26 10:56:59 +02:00
Andrea Boriero c0df74f0f3 HHH-15223 Add test for issue 2022-04-26 10:56:59 +02:00
Christian Beikov 32810698af Add logrotator to TCK Jenkinsfiles to delete old logs 2022-04-25 16:06:53 +02:00
Loïc LEFEVRE d83128ee85 HHH-15210 Increase Oracle Dialect MaxIdentifierLength to 128 for 12.2+ 2022-04-25 09:58:14 +02:00
Sanne Grinovero 46b3c10d8f HHH-15219 Re-introduce the ability to stop and then reactivate a ServiceRegistry 2022-04-23 22:18:46 +01:00
Sanne Grinovero 8dcbed8d45 HHH-15222 Introduce a SessionLazyDelegator SPI 2022-04-23 22:17:37 +01:00
Steve Ebersole c109650032 Renamed `hibernate-orm-build` to `local-build-plugins` to be more visually distinguishable from the "real" `hibernate-` modules;
Moved the `local-build-plugins` inclusion inside the `pluginManagement {}` block per Gradle recommendations
2022-04-22 09:30:41 -05:00
Yoann Rodière 92fc03f803 Use annotated tags for release
Mainly because it's handled better in git-related tools such as tig.

See also https://git-scm.com/book/en/v2/Git-Basics-Tagging#_creating_tags
2022-04-13 17:12:44 +02: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 f904cb343b HHH-15141 Test bytecode enhancement on cross-package inheritance tree with protected @Embedded field 2022-04-13 09:35:10 +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
Steve Ebersole aef21b18dc HHH-15193 - Fix Gradle plugin - forcing dependency on hibernate-core SNAPSHOT
Capability to publish plugin locally (to maven local) for testing
2022-04-12 17:47:22 -05:00
Andrea Boriero 43f310da92 HHH-15167 IllegalArgumentException occurred while calling setter for property 2022-04-12 11:28:08 +02:00
Christian Beikov a2c161f95d Fix NPE issue in Jenkinsfile 2022-04-12 11:15:26 +02:00
Christian Beikov 7f4cf675ec Update Jakarta Persistence version to the final one 2022-04-11 15:56:14 +02:00
Christian Beikov 6dfcf1eb05 Reduce notification flood 2022-04-11 15:42:01 +02:00
Christian Beikov e5f28ae17a HHH-15202 Only create SubselectFetch if entity contains subselect fetch config 2022-04-11 14:32:20 +02:00
Andrea Boriero 5ec54232a0 Gradle changed uploadDocumentation rsync url and port 2022-04-11 12:39:31 +02:00
Andrea Boriero 4423962cea HHH-15167 Add additional test 2022-04-11 09:11:46 +02:00
Andrea Boriero 0ed6f8f979 HHH-15167 IllegalArgumentException occurred while calling setter for property 2022-04-11 09:11:46 +02:00
Andrea Boriero d43c784af1 HHH-15167 Add test for issue 2022-04-11 09:11:46 +02:00
Andrea Boriero aca41278a2 Add test for issue 2022-04-11 09:11:46 +02:00
Andrea Boriero 4f528d0797 Gradle release script removed --protocol=28 for rsync 2022-04-11 08:04:11 +02:00
Steve Ebersole 47a3d3d56d Improved support for documentation publishing 2022-04-08 08:55:38 -05: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 a6f6812633 Switch to currentBuild.result 2022-04-08 11:59:39 +02:00
Christian Beikov ea5d28fa62 Use the flow state for notifications instead of build state 2022-04-08 11:13:30 +02:00
Christian Beikov a822192002 Try to get rid of global state issues in Jenkinsfile 2022-04-08 10:39:36 +02:00
Christian Beikov dc42ec38ed HHH-15189 Print deprecation warning for lock timeout only when a value is passed 2022-04-08 10:21:22 +02:00
Andrea Boriero 25f282eb6e HHH-14819 Add test for issue 2022-04-08 09:24:09 +02:00
Christian Beikov 47e6798c1f Remove Release.key file 2022-04-07 23:35:43 +02:00
Christian Beikov a2484c6070 Change build environment tag to include test jdk version 2022-04-07 21:27:22 +02:00
Christian Beikov 2efd56e4d8 Try fixing JDK latest builds 2022-04-07 21:17:01 +02:00
Christian Beikov 776bc1d0aa HHH-15174 Move annotation handling code to common method for element collection and basic values 2022-04-07 21:03:20 +02:00
Steve Ebersole 5a4efc1c58 HHH-15193 - Fix Gradle plugin - forcing dependency on hibernate-core SNAPSHOT 2022-04-07 13:52:55 -05:00
Christian Beikov 43d2274573 Switch to new Oracle image and try to improve podman experience 2022-04-07 12:34:00 +02:00
Sanne Grinovero 6815c2aa7c HHH-15184 Improve efficiency of Component#getColumns() 2022-04-06 18:49:36 +01:00
Sanne Grinovero 25aec8d1b7 HHH-15184 Improve efficiency of Component#getSelectables() 2022-04-06 18:49:36 +01:00
Steve Ebersole 84cf4524ea HHH-15170 - Dedicated chapter for "Build Tool Support"
HHH-15171 - Add discussion of the Ant Plugin
2022-04-05 16:13:03 -05:00
Steve Ebersole 17bb4aa066 HHH-15170 - Dedicated chapter for "Build Tool Support"
HHH-15171 - Add discussion of the Ant Plugin
2022-04-05 15:25:34 -05:00
Christian Beikov cf152d57b1 HHH-15168 Fix NPE in NativeQueryImpl.ParameterInterpretationImpl#toString 2022-04-05 12:03:55 +02:00