613 Commits

Author SHA1 Message Date
Hibernate-CI
73973d3453 Post-steps for release : 6.2.3.Final 2023-05-18 13:44:05 +00:00
Hibernate-CI
5d74ff2805 Pre-steps for release : 6.2.3.Final 2023-05-18 13:38:17 +00:00
Steve Ebersole
9e9a135218 fix sql highlighting
(cherry picked from commit b208755db9eb190de71adcdb9d08acead0dcda76)
2023-05-10 17:00:41 -05:00
Jan Schatteman
6844ed07b2 HHH-16515 - Add @nullable annotations to org.hibernate.action.spi
HHH-16515 - Add the org.hibernate.context.spi package to nullness checking
HHH-16515 - Add the org.hibernate.bytecode.spi package to nullness checking

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-05-08 22:02:19 +02:00
Jan Schatteman
260a8cfff6 HHH-16515 - Add o.h.pretty to nullness checking
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-04-28 16:15:52 +02:00
Hibernate-CI
6746c30275 Post-steps for release : 6.2.2.Final 2023-04-28 09:46:32 +00:00
Hibernate-CI
38c0fd1d2d Pre-steps for release : 6.2.2.Final 2023-04-28 09:41:01 +00:00
Christian Beikov
db3c73f302 HHH-16528 Revert SybaseDialect NameQualifierSupport to CATALOG only and fix ansinull option for jconnect 2023-04-28 10:31:10 +02:00
Jan Schatteman
23046adb4c HHH-16515 - Add @Nullable annotations to org.hibernate.spi
Signed-off-by: Jan Schatteman <jschatte@redhat.com>

Correction to gradle/java-module.gradle for the checkerframework
Co-authored-by: Christian Beikov <christian.beikov@gmail.com>

Add @Nullable annotations to org.hibernate.spi
2023-04-26 20:32:55 +02:00
Steve Ebersole
991ea65c7c HHH-16511 - Ability to drop-in extra JDBC drivers
(cherry picked from commit 519f0f7ced0d62abb216f5dbeb3d697e77e9787b)
2023-04-25 05:00:21 -05:00
Hibernate-CI
28929487cd Post-steps for release : 6.2.1.Final 2023-04-14 09:53:42 +00:00
Hibernate-CI
0b912fe422 Pre-steps for release : 6.2.1.Final 2023-04-14 09:48:12 +00:00
Christian Beikov
484cbfe720 HHH-16389 Introduce checkerframework for nullness marking/checking and null check the JPA metamodel generator 2023-04-05 19:14:59 +02:00
Hibernate-CI
82714e5ae9 Post-steps for release : 6.2.0.Final 2023-03-31 03:45:32 +00:00
Hibernate-CI
82ae94d761 Pre-steps for release : 6.2.0.Final 2023-03-31 03:40:21 +00:00
Hibernate-CI
50de183221 Post-steps for release : 6.2.0 2023-03-31 02:12:55 +00:00
Hibernate-CI
7abf7998e7 Pre-steps for release : 6.2.0 2023-03-31 02:07:53 +00:00
Hibernate-CI
814efa5011 Post-steps for release : 6.2.0.CR4 2023-03-17 20:29:11 +00:00
Hibernate-CI
f581925ac5 Pre-steps for release : 6.2.0.CR4 2023-03-17 20:24:15 +00:00
Steve Ebersole
bf2716ac5c HHH-16284 - Rename JdbcParameterRender to ParameterMarkerStrategy 2023-03-13 16:06:46 -05:00
Hibernate-CI
3f24a0064f Post-steps for release : 6.2.0.CR3 2023-03-01 20:43:07 +00:00
Hibernate-CI
1e6250fce2 Pre-steps for release : 6.2.0.CR3 2023-03-01 20:38:17 +00:00
Hibernate-CI
9883459514 Post-steps for release : 6.2.0.CR2 2023-01-27 23:59:29 +00:00
Hibernate-CI
a403d9ff2a Pre-steps for release : 6.2.0.CR2 2023-01-27 23:54:36 +00:00
LLEFEVRE
2ed4d2c87b HHH-15971 Fix Oracle CI build for 11g version 2023-01-04 11:23:56 +01:00
LLEFEVRE
ccf4fac124 HHH-15961 Speed-up Oracle CI build 2023-01-03 10:26:46 +01:00
Gavin
c6f0be990c yet more work on the API documentation
- and get rid of people's email addresses, they don't belong in the code
2022-12-29 15:03:09 +01:00
Gavin
0a5699f56c filter some noisy packages from the javadoc 2022-12-27 12:00:02 +01:00
Hibernate-CI
723227a3c6 Post-steps for release : 6.2.0.CR1 2022-12-22 23:40:07 +00:00
Hibernate-CI
14e8c25ad9 Pre-steps for release : 6.2.0.CR1 2022-12-22 23:35:20 +00:00
Steve Ebersole
3f7dd8c23b HHH-15799 - API/internal split for org.hibernate.cfg package 2022-12-21 07:48:35 -06:00
LLEFEVRE
19bc9a432b HHH-15755: Let OracleDialect detect if running on Autonomous database 2022-12-14 19:28:03 +01:00
Christian Beikov
dfa3981a52 Make stored procedure and function calls through ProcedureCall API more portable 2022-12-14 11:21:06 +01:00
Mark Rotteveel
9290f8b754 HHH-15812 Firebird dialect improvements 2022-12-06 11:38:51 +01:00
Gavin
ed52dba650 make the gradle build quieter
also delete some obsolete stuff from before move to Java 11
2022-11-28 09:10:34 +01:00
Christian Beikov
276b7a6f95 HHH-15748 Use JSON DDL type on Oracle 21+ and BLOB on 12+ 2022-11-25 10:11:12 +01:00
Christian Beikov
4914d14a43 HHH-15626 Move old databases to nightly pipeline and add some SQL Server 2022 features 2022-11-18 11:06:39 +01:00
Christian Beikov
90a752a0ee HHH-15328 Add support for CTE WITH clause 2022-11-10 13:25:21 +01:00
Christian
11b968a2ee HHH-15571 Use Gradle BND Plugin for generating OSGI Bundle entries in Jar Manifest 2022-11-03 11:43:12 +01:00
Christian Beikov
1e6d6b8207 Switch to HANA cloud instances 2022-10-24 20:41:49 +02:00
Christian Beikov
ee7c2ee041 HHH-15615 Add EDB PostgreSQL Advanced to test matrix and fix issues 2022-10-21 12:35:46 +02:00
Christian Beikov
249dfd0d12 HHH-15534 Fix publishing of the hibernate-gradle-plugin 2022-09-23 10:59:57 +02:00
Christian Beikov
bfa17d3fc7 Allow excluding tests of all sub projects, not just hibernate-core 2022-09-19 14:51:57 +02:00
Christian Beikov
3b4da627ab Switch to 6.2.0-SNAPSHOT 2022-09-02 16:50:21 +02:00
Sanne Grinovero
9ecb4484a4 HHH-15448 Run tests on MSSQL Server using trustServerCertificate=true 2022-08-16 09:35:17 +01:00
Hibernate-CI
2f176f79bc Post-steps for release : 6.1.2.Final 2022-08-03 13:52:28 +00:00
Hibernate-CI
c1e600078d Pre-steps for release : 6.1.2.Final 2022-08-03 13:47:46 +00:00
Hibernate-CI
f1ca6d9e5e Post-steps for release : 6.1.1.Final 2022-07-01 12:18:25 +00:00
Hibernate-CI
81ea7a1a90 Pre-steps for release : 6.1.1.Final 2022-07-01 12:13:32 +00:00
Yoann Rodière
f46d61b6e7 Allow passing test launcher args through project properties 2022-06-09 17:13:56 +02:00