Commit Graph

20129 Commits

Author SHA1 Message Date
Christian Beikov 4fc56653a6 HHH-18803 Fix XML aggregate issues due to missing functions in DB2 10.5 2024-12-17 19:36:19 +01:00
Christian Beikov d0d442cfda HHH-18892 Fix SQL errors with hex and hash functions on HANA 2024-12-17 19:36:19 +01:00
Christian Beikov 25207092c2 HHH-18892 Respect DB2 hash functions only available since version 11+ 2024-12-17 19:36:19 +01:00
Christian Beikov 6f887a516a HHH-18806 Use JUnit Jupiter API to make feature check effective 2024-12-17 19:36:19 +01:00
Vladimír Kuruc 46b3b3a2d2 HHH-18168 Skip test for older Informix 2024-12-17 15:30:05 +01:00
Vladimír Kuruc a23096484f HHH-18369 Support Informix matches() function 2024-12-17 15:30:05 +01:00
Vladimír Kuruc d341240b1a HHH-18367 Fix for Informix sum on case expression error 2024-12-17 15:30:05 +01:00
Vladimír Kuruc cda4b1ca37 HHH-18365 Fix for Informix function bit_length() error 2024-12-17 15:30:05 +01:00
Vladimír Kuruc 98e80e3504 HHH-18364 Fix for Informix function locate() error 2024-12-17 15:30:05 +01:00
Vladimír Kuruc a2f82b63f4 HHH-18363 Fix for Informix component nullness check error 2024-12-17 15:30:05 +01:00
Vladimír Kuruc 20d054aa7b HHH-18362 Fix for Informix function substring() error 2024-12-17 15:30:05 +01:00
Vladimír Kuruc b02b33d478 HHH-18361 Fix for Informix current_time error 2024-12-17 15:30:05 +01:00
Andrea Boriero d28d214ec1 HHH-13612 Quoted table name in FROM clause in @Formula gets wrongly qualified with generated alias 2024-12-17 14:56:50 +01:00
Andrea Boriero 0dac348b94 HHH-13612 Add test for issue 2024-12-17 14:56:50 +01:00
Čedomir Igaly 2215d2b9bf HHH-18947 UUID v7 - Use randomized counter instead of counter + random
This will add approximately ten bits of entropy to generated UUID,
          while preserving uniqueness and monotonicity
2024-12-17 14:02:04 +01:00
Andrea Boriero 57c0b26d86 HHH-14725 Fix reset handling on BlobProxy 2024-12-17 13:10:31 +01:00
Andrea Boriero c475770d09 HHH-14725 Fixed test 2024-12-17 13:10:31 +01:00
Chris Cranford c7734e9b21 HHH-14725 Adjust test to use byte array, update Javadoc 2024-12-17 13:10:31 +01:00
Chris Cranford 9525ac7fd2 HHH-14725 Fix reset handling on BlobProxy 2024-12-17 13:10:31 +01:00
Andrea Boriero fefadfe6ea HHH-13815 TransientObjectException after merging a bidirectional one-to-many with orphan deletion 2024-12-17 12:30:21 +01:00
Andrea Boriero 4d7bb44d01 HHH-13815 Add test for issue 2024-12-17 12:30:21 +01:00
Čedomir Igaly c882aeb2b8 HHH-18945 Import generated class full qualified name to prevent importing other classes with same simple name 2024-12-17 09:51:15 +01:00
Čedomir Igaly 92e29b63db HHH-18945 Test case - entity class extends mapped superclass with same simple class name 2024-12-17 09:51:15 +01:00
Gavin King 9ce2960b81 HHH-18949 slightly improve test 2024-12-17 07:28:25 +01:00
Gavin King 429f5beff6 HHH-18948 move the EventMonitor SPI to its own namespace 2024-12-16 22:58:02 +01:00
Gavin King a3c8fa7a25 HHH-18948 rename EventManager -> EventMonitor 2024-12-16 22:58:02 +01:00
Gavin King eedcab3c17 fix Javadoc warning 2024-12-16 22:57:29 +01:00
Gavin King 46430a4698 remove additional modules which don't contain APIs from the generated Javadoc
These modules don't contain APIs which are called by users or implemented by
integrators. Including them in the generated Javadoc results in confusion
for users and makes the Javadoc much more difficult to navigate and consume.

In particular, we definitely don't want packages like these included in the
main Javadoc distribution for Hibernate ORM:

  org.hibernate.testing.orm.domain.gambit
  org.hibernate.testing.orm.domain.helpdesk

"Good documentation" isn't about having the maximum possible quantity of
documentation; it's about having documentation where people actually have a
hope of finding what they're looking for. In general, generated Javadoc is
entirely useless except when we've actually taken time to actually write
meaningful and readable prose. If all I need is a list of classes and their
methods, my IDE is quite capable of presenting that information to me.

Worse, documentation for things that aren't API appears to invite users to
interact with these things, which is precisely what we don't want them to do!

I'm leaving Envers alone, but I'm honestly not even sure if the Envers packages
belong here, since it doesn't look like anyone has actually spent much time
writing Javadoc for these packages. If Envers Javadoc is useful, it would be
better to put it in a separate Javadoc build, IMO.
2024-12-16 22:57:29 +01:00
Gavin King 831d4cdb47 tune the documentation CSS 2024-12-16 22:50:46 +01:00
Gavin King ecd9917c6f use an anon function 2024-12-16 21:28:11 +01:00
Gavin King b712fa0296 HHH-18949 fix underscores within uppercase names 2024-12-16 21:28:11 +01:00
Gavin King f7e3177dba very minor code changes 2024-12-16 11:23:55 +01:00
Gavin King 05cf85b61a improve some exception and log messages 2024-12-16 11:23:55 +01:00
Gavin King bd2be3f38f write jdoc for HibernatePersistenceConfiguration 2024-12-16 10:03:57 +01:00
Gavin King edb3c335b2 javadoc about properties in Configuration 2024-12-16 10:03:57 +01:00
Gavin King af679e1d96 mention Hibernate JFR in the Short Guide 2024-12-16 02:01:56 +01:00
Gavin King 597f74f23e fix tests which were asserting stuff about JPA compliance for a non-JPA method
The JPA spec does not have anything to say about our beginTransaction() method
2024-12-16 01:15:55 +01:00
Gavin King 945ec124fc correctly implement the documented semantics of beginTransaction()
and clarify its semantics in the jdoc
2024-12-16 01:15:55 +01:00
Gavin King b1eb194794 HHH-18942 JFR lock entity event 2024-12-16 00:26:43 +01:00
Gavin King 1d3124e06d very minor cleanup in SessionImpl 2024-12-15 18:37:37 +01:00
Gavin King fd1a957c13 add upserts to micrometer metrics 2024-12-15 18:36:55 +01:00
Gavin King d3ce8d45ea HHH-18942 JFR events for stateless sessions
also add Statistics for upsert
2024-12-15 18:36:55 +01:00
Gavin King caed673720 HHH-18942 JFR events for collection recreate/update/remove 2024-12-15 18:36:55 +01:00
Gavin King ad1a86f570 don't disable stack traces for JFR events 2024-12-15 18:36:55 +01:00
Gavin King 225c411d86 HHH-18942 JFR events for entity insert/update/delete 2024-12-15 18:36:55 +01:00
Gavin King dd7fb9cab8 add missing finals 2024-12-15 18:36:55 +01:00
nathan.xu ee3b3390e5 fix some obvious defect in javadoc for resource/transaction package 2024-12-15 13:13:12 +01:00
Gavin King 86a43ca9dd remove use of SharedSessionContractImplementor in UserType
it was arguably a layer-breaker
2024-12-14 19:33:22 +01:00
Gavin King c5c9f1184d remove use of SessionFactoryImplementor in Instantiators and CompositeUserType
it was not needed and arguably a layer-breaker
2024-12-14 19:33:22 +01:00
Nathan Xu 2df92c25b8
improve integration doc (#9322)
* improve integration doc

Co-authored-by: nathan.xu <nathan.xu@procor.com>
Co-authored-by: Gavin King <gavin@hibernate.org>
2024-12-14 17:06:35 +01:00