Commit Graph

168 Commits

Author SHA1 Message Date
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
Christian Beikov 6168582103 Bump version to 6.5 2023-12-21 18:01:15 +01:00
Jan Schatteman 4d3df8d81f HHH-17089 - Add a link to the supported dialects report in the migration guide
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-11-09 19:25:24 +01:00
Christian Beikov bfb9fcc0f6 HHH-17355 Unify array_contains and array_contains_all as well as deprecate FunctionRenderingSupport in favor of new FunctionRenderer contract 2023-11-06 18:01:04 +01:00
Steve Ebersole 905108e5b3 HHH-14496 - Remove IdGeneratorStrategyInterpreter
HHH-17356 - Remove the ability to supply custom IdGeneratorStrategyInterpreter impls

https://hibernate.atlassian.net/browse/HHH-14496
https://hibernate.atlassian.net/browse/HHH-17356
2023-10-25 18:51:37 -05:00