Commit Graph

172 Commits

Author SHA1 Message Date
Gavin King 417eb89369 HHH-17557 update migration guide 2024-09-15 08:53:37 +02:00
Steve Ebersole 792b4fc812 HHH-18593 - Enforce GeneratedValue GenerationType 2024-09-13 12:07:34 -05:00
Jan Schatteman de494756a4 Add notes about removal of EmptyInterceptor and TestForIssue to migration guide doc
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-09-12 14:18:35 +02:00
Gavin King 7ea607a7c8 HHH-18584 add to migration guide
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-09-07 16:45:16 +02:00
Marco Belladelli 4b06bf63cd HHH-18337 Account for physical naming strategy when querying db sequence
Introduced new signature for `Configurable#configure` which accepts a `GeneratorCreationContext`.
2024-08-26 13:47:24 +02:00
Steve Ebersole e91b76aedd 7.0 Beta1 2024-08-15 13:52:33 -05:00
Steve Ebersole ec161c1ee6 rebase main -> 7.0 2024-08-15 13:52:33 -05:00
Andrea Boriero ec556f0fa5 HHH-18444 Remove deprecate Session#refresh methods 2024-08-15 13:52:32 -05:00
Andrea Boriero 37644a42a8 HHH-18452 Remove deprecated org.hibernate.Interceptor methods 2024-08-15 13:52:32 -05:00
Steve Ebersole 4309cffb4d HHH-18194 - Remove @Proxy 2024-08-15 13:52:32 -05:00
Andrea Boriero 53bca2467d HHH-18449 Remove deprecated Integrator#integrate form 2024-08-15 13:52:32 -05:00
Steve Ebersole fe3d8ac13b migration guide work 2024-08-15 13:52:32 -05:00
Andrea Boriero 856a001170 HHH-18195 migration guide 2024-08-15 13:52:32 -05:00
Andrea Boriero 409640cd01 HHH-18442 Drop DynamicInsert#value and DynamicUpdate#value 2024-08-15 13:52:32 -05:00
Andrea Boriero f12bb8aa12 HHH-18428 Remove Session#delete 2024-08-15 13:52:32 -05:00
Andrea Boriero b181eec92c HHH-18195 migration guide 2024-08-15 13:52:31 -05:00
Steve Ebersole 1c7554b62b 7.0 releases 2024-08-15 13:52:30 -05:00
Steve Ebersole d25f028222 HHH-18060 - HbXmlTransformer work
* non-aggregated composite id
* extends
2024-08-15 13:52:29 -05:00
Gavin King 8684095565 HHH-18129 add to migration guide
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-15 13:52:27 -05:00
Steve Ebersole 6383f9d8e2 HHH-16153 - Support JPA 3.2 `@EnumeratedValue` 2024-08-15 13:52:27 -05:00
Steve Ebersole 2284b2b142 HHH-18048 - Split notions of SessionFactory name and SessionFactory JNDI name 2024-08-15 13:52:26 -05:00
Christian Beikov 405d80bd29 HHH-18043 Change SQL Server default timestamp precision to 7 2024-08-15 13:52:26 -05:00
Christian Beikov 356b729c29 HHH-18035 Change Oracle default timestamp precision to 9 2024-08-15 13:52:26 -05:00
Steve Ebersole af5096f89d txn timeout migration note 2024-08-15 13:52:25 -05:00
Steve Ebersole c475e9e746 HHH-17961 - Drop support for hibernate.mapping.precedence 2024-08-15 13:52:25 -05:00
Steve Ebersole 0dddeaa458 HHH-17504 - Ongoing JPA 3.2 work 2024-08-15 13:52:25 -05:00
Steve Ebersole 5081da636c HHH-17460 - Ongoing JPA 32 work 2024-08-15 13:52:25 -05:00
Steve Ebersole 24cc02487d HHH-17460 - Ongoing JPA 32 work 2024-08-15 13:52:25 -05:00
Steve Ebersole 3334534216 HHH-17460 - Ongoing JPA 32 work
HHH-17892 - Remove @Persister
HHH-17893 - Remove MetadataContributor
HHH-17894 - Remove AdditionalJaxbMappingProducer
2024-08-15 13:52:25 -05:00
Steve Ebersole 540b87e78a HHH-17504 - Ongoing JPA 32 work
HHH-17350 - Work on hibernate-models, XSD and JAXB
HHH-16114 - Improve boot metamodel binding
HHH-15996 - Develop an abstraction for Annotation in annotation processing
HHH-16012 - Develop an abstraction for domain model Class refs
HHH-15997 - Support for dynamic models in orm.xml
HHH-15698 - Support for entity-name in mapping.xsd
2024-08-15 13:52:23 -05:00
Steve Ebersole ddb5188d9e HHH-17377 - Migrate to JPA 3.2
https://hibernate.atlassian.net/browse/HHH-17377

Test compilation success!!  95 test failures next
2024-08-15 13:52:22 -05:00
Steve Ebersole c3c3c16a65 HHH-17377 - Migrate to JPA 3.2
https://hibernate.atlassian.net/browse/HHH-17377

Test compilation success!!  95 test failures next
2024-08-15 13:52:22 -05:00
Steve Ebersole be0fc9ee6a HHH-17377 - Migrate to JPA 3.2
https://hibernate.atlassian.net/browse/HHH-17377

Just Graph completed - 2 left related to Session/EntityManager
2024-08-15 13:52:22 -05:00
Steve Ebersole 1e110584f1 HHH-17377 - Migrate to JPA 3.2
https://hibernate.atlassian.net/browse/HHH-17377

Fixed SQM/JPA Criteria compilation errors.  Just Graph left
2024-08-15 13:52:22 -05:00
Andrea Boriero 6a1581cf4a HHH-15725 Criteria API Expression.as adds cast even when the cast type is equal to the expression type 2024-07-31 15:39:58 -05:00
Marco Belladelli 40544fad60 HHH-18285 Migration for emb-inheritance and annotated class validation
Also slight improvements to release notes and user guide.
2024-07-03 16:46:50 +02:00
Yoann Rodière a6a2a028af
Fix level of a heading in migration guide 2024-06-27 08:40:38 +02:00
Andrea Boriero 78cf552065 HHH-18146 Switch to global temporary tables on H2 2024-06-04 14:26:25 +02:00
Marco Belladelli 2e9acf1ded HHH-18125 Support for `type()` and `treat()` operators for Embeddables 2024-05-22 15:59:03 +02:00
Jan Schatteman 522269e9a9 HHH-1661 throw when merge() applied to a definitely-removed instance
group effort by @jrenaat, @beikov, and myself

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-05-21 21:23:20 +02:00
Christian Beikov c8aa4f39da HHH-17375 Introduce array_includes() and INCLUDES predicate for checking if array contains all elements of subarray as replacement to array_contains() overload 2024-05-13 22:11:15 +02:00
Christian Beikov d1b30e1ab8 HHH-15862 Support basic array values in aggregate components 2024-05-07 21:00:12 +02:00
Steve Ebersole 06fd80907c HHH-17559 - Prefer Java Time handling for all temporal values 2024-04-12 13:11:56 -05:00
Steve Ebersole a996b6514e HHH-17559 - Prefer Java Time handling for all temporal values 2024-04-12 13:08:57 -05:00
Steve Ebersole 59de4f05f3 prep 6.5 2024-03-20 12:28:00 -05:00
Andrea Boriero 1556cb40a5 HHH-17073 updated migration-guide.adoc 2024-03-20 16:39:40 +01:00
Steve Ebersole d93bc3c5c8 prep 6.5 2024-03-20 08:56:47 -05:00
Christian Beikov 6ece032b02 HHH-17675 Add migration guide entry for enum mapping change on H2 2024-01-29 12:27:24 +01:00
Christian Beikov 7ef13e1f91 HHH-15086 Introduce configurable query cache layout 2024-01-26 11:01:03 +01:00
Steve Ebersole 58173f92ee HHH-17559 - Prefer Java Time handling for all temporal values 2023-12-22 08:23:06 -06:00