Christian Beikov
dc42ec38ed
HHH-15189 Print deprecation warning for lock timeout only when a value is passed
2022-04-08 10:21:22 +02:00
Andrea Boriero
25f282eb6e
HHH-14819 Add test for issue
2022-04-08 09:24:09 +02:00
Christian Beikov
47e6798c1f
Remove Release.key file
2022-04-07 23:35:43 +02:00
Christian Beikov
a2484c6070
Change build environment tag to include test jdk version
2022-04-07 21:27:22 +02:00
Christian Beikov
2efd56e4d8
Try fixing JDK latest builds
2022-04-07 21:17:01 +02:00
Christian Beikov
776bc1d0aa
HHH-15174 Move annotation handling code to common method for element collection and basic values
2022-04-07 21:03:20 +02:00
Steve Ebersole
5a4efc1c58
HHH-15193 - Fix Gradle plugin - forcing dependency on hibernate-core SNAPSHOT
2022-04-07 13:52:55 -05:00
Christian Beikov
43d2274573
Switch to new Oracle image and try to improve podman experience
2022-04-07 12:34:00 +02:00
Sanne Grinovero
6815c2aa7c
HHH-15184 Improve efficiency of Component#getColumns()
2022-04-06 18:49:36 +01:00
Sanne Grinovero
25aec8d1b7
HHH-15184 Improve efficiency of Component#getSelectables()
2022-04-06 18:49:36 +01:00
Steve Ebersole
84cf4524ea
HHH-15170 - Dedicated chapter for "Build Tool Support"
...
HHH-15171 - Add discussion of the Ant Plugin
2022-04-05 16:13:03 -05:00
Steve Ebersole
17bb4aa066
HHH-15170 - Dedicated chapter for "Build Tool Support"
...
HHH-15171 - Add discussion of the Ant Plugin
2022-04-05 15:25:34 -05:00
Christian Beikov
cf152d57b1
HHH-15168 Fix NPE in NativeQueryImpl.ParameterInterpretationImpl#toString
2022-04-05 12:03:55 +02:00
Christian Beikov
6f0ec52e81
HHH-15162 Add STRING_OR_CLOB FunctionParameterType and use that for various length functions
2022-04-05 11:55:50 +02:00
Steve Ebersole
9d3726e39d
HHH-15170 - Dedicated chapter for "Build Tool Support"
2022-04-04 19:15:15 -05:00
Christian Beikov
0df4dc1642
HHH-15164 Add bytebuddy as dependency to hibernate-enhance-maven-plugin
2022-04-04 18:12:41 +02:00
Christian Beikov
6a7bec612f
HHH-15161 Infer parameter types in insert-select and avoid rendering cast in simple insert-select
2022-04-04 15:41:28 +02:00
Christian Beikov
a4b6b237dd
HHH-15163 Switch from Java EE to Jakarta XML Binding dependency for jpamodelgen
2022-04-04 14:29:27 +02:00
Christian Beikov
956ec30de5
HHH-15157 Add HQL query to NoResultException
2022-04-04 13:07:44 +02:00
Christian Beikov
f03254347a
Drop LocalDateCustomSessionLevelTimeZoneTest because it's a driver issue
2022-04-01 13:15:48 +02:00
Christian Beikov
59536ce6a9
Add TCK results for 6.0.0.Final
2022-04-01 12:23:26 +02:00
Hibernate-CI
2560cc6638
Post-steps for release : `6.0.0.Final`
2022-03-31 18:28:30 +00:00
Hibernate-CI
53889db409
Pre-steps for release : `6.0.0.Final`
2022-03-31 18:24:14 +00:00
Steve Ebersole
6180e94fdc
- Drop building of bundles for SourceForge
...
- Update release artifacts section of the release announcement
- Update Migration Guide wrt SourceForge and release artifacts
2022-03-31 11:58:26 -05:00
Christian Beikov
fa7cb3f0e9
Fix issues with respecting padding and limit for in list rendering
2022-03-31 18:01:46 +02:00
Steve Ebersole
ad828a0a4a
release announcement, doc artifacts
2022-03-31 11:01:06 -05:00
Steve Ebersole
8d20c033b1
Address test failures in Gradle plugin module
...
- I was not able to figure this out, so simply disabled the TestKit related tests
- unfortunately, this means we have no automated functional testing of the plugin in the build
2022-03-31 07:49:28 -05:00
Andrea Boriero
3358157d19
HHH-15078 - Support for Tuple and SelectionQuery
2022-03-31 07:49:14 -05:00
Steve Ebersole
aa0c57aa5c
HHH-15078 - Support for Tuple and SelectionQuery
2022-03-30 14:20:44 -05:00
Steve Ebersole
88938ac482
Address test failures in Gradle plugin module
...
- I was not able to figure this out, so simply disabled the TestKit related tests
- unfortunately, this means we have no automated functional testing of the plugin in the build
2022-03-30 14:20:36 -05:00
Steve Ebersole
5b0c49e6a2
HHH-15133 - Use specified result-type to better infer "shape" of query results with implicit selections
...
Alternate solution for de-duplication handling
2022-03-30 13:34:18 -05:00
Steve Ebersole
c033b9aa5f
HHH-15133 - Use specified result-type to better infer "shape" of query results with implicit selections
2022-03-30 13:34:18 -05:00
Steve Ebersole
bec32ebbc4
HHH-15133 - Use specified result-type to better infer "shape" of query results with implicit selections
2022-03-30 13:34:18 -05:00
Steve Ebersole
cac18ae0c7
HHH-15133 - Use specified result-type to better infer "shape" of query results with implicit selections
2022-03-30 13:34:18 -05:00
Steve Ebersole
cb4691e98e
work on migration guide and 6.0 announcement
2022-03-30 13:07:22 -05:00
Steve Ebersole
8b9c68b8db
work on migration guide and 6.0 announcement
2022-03-30 11:49:30 -05:00
Christian Beikov
4334b46376
Update the bulk section of the batching documentation chapter for the new mutation strategies. Also implement the missing InlineUpdateHandler
2022-03-30 18:21:27 +02:00
Christian Beikov
111fe26ccc
Fix some issues in the legacy type resolution documentation and raw types issues for UserType
2022-03-30 18:21:27 +02:00
Christian Beikov
29d457b16a
Add documentation for the sql function
2022-03-30 18:21:27 +02:00
Steve Ebersole
d8d326a76f
work on migration guide and 6.0 announcement
2022-03-30 09:26:20 -05:00
Andrea Boriero
63ba1787d0
Legacy generator strategy increment size
2022-03-30 15:58:00 +02:00
Gavin King
7d9eada83e
roll back breakage to DurationJavaType
...
see the comment in the code
2022-03-30 09:52:13 +02:00
Steve Ebersole
6d55b9b2a4
mark some incubations
2022-03-29 22:03:20 -05:00
Steve Ebersole
e433f32fc6
HHH-15143 - Add an "implicit naming strategy" for database structures (sequence and tables) for identifier generators
...
- clean up, javadoc, migration-guide
2022-03-29 20:59:21 -05:00
Steve Ebersole
56ba690366
HHH-15143 - Add an "implicit naming strategy" for database structures (sequence and tables) for identifier generators
2022-03-29 20:59:21 -05:00
Andrea Boriero
2709bc70b0
HHH-15143 - Add an "implicit naming strategy" for database structures (sequence and tables) for identifier generators
2022-03-29 20:59:21 -05:00
Steve Ebersole
33e2faced2
HHH-15143 - Add an "implicit naming strategy" for database structures (sequence and tables) for identifier generators
...
HHH-15144 - Add IncubationLogger
2022-03-29 20:59:21 -05:00
Christian Beikov
117e62195a
Allow configuring the preferred JDBC type for Instant
2022-03-29 19:31:53 +02:00
Christian Beikov
a9d1035806
Do some renaming for consistency and update documentation for new SQL types
2022-03-29 19:31:53 +02:00
Steve Ebersole
814c164c81
HHH-14672 - Allow specifying CHAR-based storage for UUID mappings
2022-03-29 16:53:35 +02:00