Nathan Xu
1946aea068
HHH-15211 add testing case
2022-05-04 10:12:40 +02:00
Andrea Boriero
6a778a321a
HHH-15240 Defining a UserVersionType causes AssertionError from VersionResolution if running in JVM with -ea flag set
2022-05-04 09:09:04 +02:00
Andrea Boriero
6b02554c82
HHH-15240 Add test for issue
2022-05-04 09:09:04 +02:00
Nathan Xu
79adc41918
HHH-15224 update the module list in "getting started guide"
2022-05-03 10:20:40 +02:00
Nathan Xu
8af615386f
HHH-15154 tweak verbiage in user guide on FetchMode.SUBSELECT
2022-05-03 10:15:06 +02:00
Andrea Boriero
5f0c215d6d
HHH-14843 Add test for issue
2022-05-03 09:56:48 +02:00
Hirosato Hano
ef443b11ad
HHH-15238 - Documentation: update JDBC logging configuration for 6.0
2022-05-02 13:10:04 +02:00
Nathan Xu
b469c73d1e
HHH-15232 fix a bug when empty entity collection is provided for a query parameter
2022-05-02 10:13:15 +02:00
Nathan Xu
049a61479b
HHH-15239 add 5.6 link in user guide after v6 became the new "current"
2022-05-02 09:13:56 +02:00
Steve Ebersole
9e6e618caf
6.0.1 release
2022-04-29 15:55:45 -05:00
Steve Ebersole
e2258b3232
HHH-15150 - EmbeddedId CacheKeys are no longer Serializable
2022-04-29 15:16:50 -05:00
Andrea Boriero
6c5870ee0b
HHH-15150 EmbeddedId CacheKeys are no longer Serializable
2022-04-29 15:16:50 -05:00
William Burns
1194e7f23b
HHH-15150 Add test for issue
2022-04-29 15:16:50 -05:00
Andrea Boriero
5d0fc0f488
HHH-15233 Query NPE when using ':param IS NULL' and the parameter is an Entity
2022-04-29 13:50:08 -05:00
Andrea Boriero
d4f03109c8
HHH-15233 Add test for issue
2022-04-29 13:50:08 -05:00
Steve Ebersole
5c12f7a951
HHH-15201 - Composite ID with dynamic-map entities fails with an exception
2022-04-29 13:39:49 -05:00
Andrea Boriero
aa6bb1481c
HHH-15201 Composite ID with dynamic-map entities fails with an exception
2022-04-29 17:48:53 +02:00
Andrea Boriero
03410ac24e
HHH-15201 Add test for issue
2022-04-29 17:47:26 +02:00
Steve Ebersole
a39bf55a65
HHH-15236 - Fix signing of published artifacts
2022-04-29 08:18:18 -05:00
Nathan Xu
a2e39a1757
HHH-15220 Fix typos
2022-04-29 13:49:08 +01:00
Nathan Xu
502c6610e2
HHH-15221 Fix a logging error in JdbcValuesCacheHit.java
2022-04-29 12:26:40 +01:00
Sanne Grinovero
2b501c820d
HHH-15237 Upgrade to Agroal 2.0
2022-04-29 12:24:44 +01:00
Yoann Rodière
a057a045d4
HHH-15212 Test placeholders in auxiliary object SQL strings
2022-04-28 08:46:54 +02:00
Yoann Rodière
d28e300013
HHH-15212 Fix SimpleAuxiliaryDatabaseObject ignoring the default catalog/schema set through configuration properties
2022-04-28 08:46:54 +02:00
Jan Schatteman
eab669f04e
Some minor corrections to the docs
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2022-04-27 17:39:52 +02:00
Steve Ebersole
9e9a8135dc
HHH-15206 - Upgrade to ANTLR 4.10
2022-04-27 06:44:57 -05:00
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