Commit Graph

16887 Commits

Author SHA1 Message Date
Andrea Boriero 8630d79e79 HHH-16577 Bytecode enhancement and @DynamicUpdate causes Index Out of Bound Exception 2023-08-14 15:02:45 +02:00
Andrea Boriero 54fbe10116 HHH-16577 Add test for issue 2023-08-14 15:02:45 +02:00
Steve Ebersole dc52fe6ef4 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-08-14 07:57:49 -05:00
Steve Ebersole a6b43a6a45 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-08-14 07:57:49 -05:00
Steve Ebersole 63ea157390 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-08-14 07:57:49 -05:00
marko-bekhta ffa2ee1443 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- tweak how see additional links section is rendered
- update external javadoc links
2023-08-14 07:57:49 -05:00
Steve Ebersole 9e2108e7d7 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-08-14 07:57:48 -05:00
marko-bekhta 8d945bff60 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- clean up asciidoc converter
2023-08-14 07:57:48 -05:00
Steve Ebersole d3a1bd70ae HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-08-14 07:57:48 -05:00
Steve Ebersole d8d1113293 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-08-14 07:57:44 -05:00
Steve Ebersole 306adef2a7 General Gradle work - toolchains 2023-08-14 07:56:52 -05:00
Marco Belladelli f49b87600e HHH-16928 Add test for issue 2023-08-14 09:50:53 +02:00
Gavin King 599b064b8e fix errors in code examples and add subsection on pad() to HQL guide 2023-08-13 10:27:06 +02:00
Andrea Boriero deabfa0e47 HHH-17041 Embeddable and Generics throws IllegalArgumentException 2023-08-11 18:14:13 +02:00
Andrea Boriero 005e28113e HHH-17041 Add test for issue 2023-08-11 18:14:13 +02:00
Andrea Boriero 267e65239e HHH-17034 Bytecode enhancement leads to broken constructor for a generic embedded field in a twice removed MappedSuperclass 2023-08-11 18:14:13 +02:00
Yoann Rodière b250f3f1fb HHH-17035 Reproducer for Bytecode enhancement leading to StackOverflowError with specific setup involving different generic parameter names 2023-08-11 18:14:13 +02:00
Yoann Rodière a7e9c8a721 HHH-17034 Reproducer for exception with bytecode-enhanced entity with embeddable in twice removed generic mappedsuperclass 2023-08-11 18:14:13 +02:00
Steve Ebersole 4666d774e4 HHH-14306 - Passed TcclLookupPrecedence parameter in JPA properties is ignored 2023-08-11 08:20:34 -05:00
Marco Belladelli 317334f14d HHH-16798 Fix check for supertype-treats in single table inheritance
Also, fix a small bug in special not-null discriminator predicate rendering
2023-08-11 15:12:39 +02:00
Marco Belladelli dbaf309050 HHH-16798 Add test for issue 2023-08-11 15:12:39 +02:00
Gavin King bbee6cd4aa improve generic typing of Hibernate.isPropertyInitialized() 2023-08-11 00:18:22 +02:00
Gavin King 09dd5daa73 HHH-16973 document optional 'from' clause and use it in @HQL examples 2023-08-10 20:20:02 +02:00
Christian Beikov 5b2d347b6f Setup TiDB for local testing 2023-08-10 11:42:03 +02:00
Sanne Grinovero e275d5820b HHH-17061 Cleanup of deprecated annotations and javadoc in PersistentClass 2023-08-10 11:32:04 +02:00
Sanne Grinovero 0252c16b4f HHH-17061 Remove deprecated method PersistentClass#getDiscriminatorColumnIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero aea84e3fdc HHH-17061 Remove deprecated method PersistentClass#getJoinIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero 6970ddbbbf HHH-17061 Remove unused custom collection: JoinedIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero 5754cd608c HHH-17061 Remove PersistentClass#getPropertyIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero 0a5d9f293d HHH-17061 Amend javadoc of PersistentClass#getProperties 2023-08-10 11:32:04 +02:00
Sanne Grinovero a1b899799a HHH-17061 Remove internal custom collection SingletonIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero ee85011c5d HHH-17061 Remove PersistentClass#getUnjoinedPropertyIterator() 2023-08-10 11:32:04 +02:00
Sanne Grinovero 58c3460f1f HHH-17061 Remove PersistentClass#getJoinClosureIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero c4b0a71722 HHH-17061 Remove PersistentClass#getKeyClosureIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero d9e70896cd HHH-17061 Remove PersistentClass#getTableClosureIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero e5b0e71dfa HHH-17061 Remove PersistentClass#getDeclaredPropertyIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero e922b90c32 HHH-17061 Remove getSubclassTableClosureIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero 1a4be30a70 HHH-17061 Remove getSubclassJoinClosureIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero be19f1547d HHH-17061 Remove getSubclassClosureIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero 4152233395 HHH-17061 Remove PersistentClass#getSubclassIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero f42766e505 HHH-17061 Remove getPropertyClosureIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero e2ca0b74ee HHH-17061 Remove PersistentClass#getSubclassPropertyClosureIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero ab77c82b8a HHH-17059 Remove deprecated method Table#getIndexIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero 86155f8705 HHH-17058 Remove PersistentClass#getReferenceablePropertyIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero 63473e99cd HHH-17057 Remove PersistentClass#getNonDuplicatedPropertyIterator 2023-08-10 11:32:04 +02:00
Sanne Grinovero 524e36ed87 HHH-17056 Deprecate SimpleValue#getConstraintColumnIterator() 2023-08-10 11:32:04 +02:00
Sanne Grinovero b602c9bddf HHH-17055 Remove deprecated method Value#getColumnIterator() 2023-08-10 11:32:04 +02:00
Sanne Grinovero 3b5d0d6bfb HHH-17066 Upgrade H2 to version 2.2.220 2023-08-10 10:53:51 +02:00
Gavin King c70b6946b1 mention Persistence.generateSchema() in doc 2023-08-09 19:58:03 +02:00
Marco Belladelli d3b6eaea53 HHH-16918 Unify column duplication checking logic under Value 2023-08-09 14:28:02 +02:00