447 Commits

Author SHA1 Message Date
Steve Ebersole
d1ab98df85 fix Test tasks in terms of Gradle task caching 2021-08-26 11:36:51 -05:00
Steve Ebersole
0c674deda5 Query hints
+ dropped `AbstractProducedQuery` (no subclasses)
2021-08-23 13:41:41 -05:00
Andrea Boriero
6011421fb7 Merge remote-tracking branch 'upstream/main' into wip/6.0 2021-08-23 15:05:28 +02:00
Sanne Grinovero
6e6b6eb0ae HHH-14788 Upgrade to Byteman 4.0.16 2021-08-20 11:45:30 +01:00
Andrea Boriero
d4c296b732 Merge remote-tracking branch 'upstream/main' into wip/6.0 2021-08-09 12:48:00 +02:00
Sanne Grinovero
42ff387193 HHH-14771 Upgrade to Byte Buddy 1.11.12 2021-08-06 00:06:18 +01:00
Steve Ebersole
4acdf1ab3e 6.0.0.Alpha9 release 2021-08-04 21:01:41 -05:00
Steve Ebersole
85b8fba140 6.0.0.Alpha9 release 2021-08-04 21:00:05 -05:00
Hibernate-CI
d4584827ed 5.5.7-SNAPSHOT 2021-08-04 20:23:31 +00:00
Hibernate-CI
6cdab40f67 5.5.6.Final 2021-08-04 20:18:14 +00:00
Steve Ebersole
3b78f30309 Few Gradle file related tasks
- dropped explicit apt output handling - Gradle has that built in
- Switched other uses to write to the standard `${buildDir}/generated/sources` dir
2021-08-02 16:35:16 -05:00
Hibernate-CI
c1f28b4d09 5.5.6-SNAPSHOT 2021-07-29 14:18:40 +00:00
Hibernate-CI
3de90a261f 5.5.5.Final 2021-07-29 14:13:58 +00:00
Christian Beikov
e82a45d616 Fix issues with Oracle 12.1c 2021-07-28 16:26:09 +02:00
Christian Beikov
34f0b08c24 HHH-14512 Add Jenkinsfile for matrix build 2021-07-28 16:26:09 +02:00
Steve Ebersole
9f2ae95397 Gradle task cache
Gradle 7 prep
2021-07-26 13:51:38 -05:00
Andrea Boriero
76df5a5f4b Merge remote-tracking branch 'upstream/main' into wip/6.0 2021-07-26 15:15:29 +02:00
Hibernate-CI
4454f170fa 5.5.5-SNAPSHOT 2021-07-19 09:33:59 +00:00
Hibernate-CI
fb36fe2541 5.5.4.Final 2021-07-19 09:29:02 +00:00
Andrea Boriero
98e64579fa Merge branch 'main' into wip/6.0 2021-07-16 11:24:53 +02:00
Yoann Rodière
e4199decb5 HHH-14707 Upgrade to Byte Buddy 1.11.8 2021-07-16 10:19:42 +01:00
Yoann Rodière
15f30bd338 HHH-14709 Upgrade to Gradle 6.7.1 2021-07-09 12:42:08 +02:00
Andrea Boriero
c11b460cb2 Merge remote-tracking branch 'upstream/main' into wip/6.0 2021-07-09 08:44:01 +02:00
Sebastian Nohn
4e9b96247f HHH-14715: Update maven-core to 3.8.1 fixing CVE-201-26291 2021-07-08 19:31:24 -05:00
Sebastian Nohn
8e68ad2349 HHH-14719 bump apache-derby to 10.14.2.0 fixing CVE-2015-1832 and CVE-2018-1313 2021-07-08 19:29:47 -05:00
Christian Beikov
6447ca9b26 HHH-14693, HHH-10668 Move non-supported dialects to the hibernate-community-dialects artifact and add the SQLite dialect originally contributed by Vlad Mihalcea which was adapted for Hibernate 6. Also add HSQLDB, MySQL and Sybase ASE configurations and a CI job config 2021-07-06 10:14:20 +02:00
Steve Ebersole
174b23001f Fix Jakarta processing 2021-07-01 21:17:30 -05:00
Steve Ebersole
59f033194a Improved build configuration to better leverage Gradle up-to-date handling;
Preparation for moving to Gradle 7.0

- Moved custom Antlr plugin to hibernate-orm-build module
- more deprecation clean ups
2021-06-28 15:59:35 -05:00
Steve Ebersole
172ddf8700 Improved build configuration to better leverage Gradle up-to-date handling;
Preparation for moving to Gradle 7.0

- Improve Jakarta transformation handling (tests are also actually run now as a bonus);
- Improved CacheableHbmXmlTest to not write "ser" file to `${buildDir}/resources/test`
- Improved DatabaseService(Plugin)
- Update a number of plugins which did not handle up-to-date-ness properly
2021-06-26 08:46:09 -05:00
Christian Beikov
69dc854d88 Get rid of some unnecessary classpath elements 2021-06-24 12:34:52 +02:00
Christian Beikov
3435189777 Add support for parallel gradle build 2021-06-24 12:16:29 +02:00
Hibernate-CI
c3f8e56f28 5.5.4-SNAPSHOT 2021-06-22 15:43:31 +00:00
Hibernate-CI
ce514fe69e 5.5.3.Final 2021-06-22 15:38:32 +00:00
Hibernate-CI
fe3b6690c1 fixes to in-line jakarta transformation tasks
- fix path replacements (test bundles)
- drop inaccurate attempts to access javadoc/sources jar tasks and outputs for jakarta projects - they are not producing them (alternatively, and eventually will have to, we could have them produce those artifacts)
- skip jakarta modules for aggregated javadoc building
2021-06-16 09:55:38 -05:00
Sanne Grinovero
9630ca9a7f Actually next will be 5.5.3-SNAPSHOT 2021-06-14 20:26:08 +01:00
Hibernate-CI
d345516ab8 5.5.2-SNAPSHOT 2021-06-14 15:45:29 +00:00
Hibernate-CI
1b1a6e7c1c 5.5.2.Final 2021-06-14 15:40:24 +00:00
Steve Ebersole
f618b47db4 HHH-14634 : Gradle Enterprise
- re-enable `publishAlways` in addition to `publishIfAuthenticated`
2021-06-11 11:28:09 -05:00
Steve Ebersole
2967f6b40b HHH-14634 : Gradle Enterprise
- temporarily move `publishAlways` to just CI runs until Gradle can clarify how to use that when users are not authenticated; I was originally told that `publishAlways` would simply skip publishing if credentials are not present, but that is clearly not the case
2021-06-11 10:20:34 -05:00
Christian Beikov
5e0864729b Update H2 to 1.4.200. Replace LockMode in Fetch and DomainResult with the source alias to resolve lock mode during initializer creation. Introduce notion of aggregate function with an optional filter clause. Implement support for rendering locks into SQL. Move locking tests to orm package 2021-06-09 16:41:23 +02:00
Andrea Boriero
6ced2f0aca Merge remote-tracking branch 'upstream/main' into wip/6.0 2021-06-07 12:47:53 +02:00
nathan.xu
d828bfb086 HHH-14641 replace 'http://' reference with 'https://' 2021-06-04 12:09:45 +02:00
Hibernate-CI
bf48b81422 5.5.1-SNAPSHOT 2021-06-01 15:02:43 +00:00
Hibernate-CI
7a584223f8 5.5.0.Final 2021-06-01 14:56:34 +00:00
Christian Beikov
fab2503981
Update Jakarta XML Binding API to 3.0.1 2021-06-01 16:33:02 +02:00
Andrea Boriero
d11abccefe Merge remote-tracking branch 'upstream/main' into wip/6.0_merge_8 2021-05-31 16:35:10 +02:00
Andrea Boriero
451568f322 Merge remote-tracking branch 'upstream/main' into wip/6.0_merge_7 2021-05-31 14:55:18 +02:00
Nathan Xu
19c774831c HHH-14139 BasicBinder Trace Logging Causes Duplicated Message 2021-05-31 14:06:43 +02:00
Andrea Boriero
2c6e000537 Merge branch 'wip/6.0_merge_6' into wip/6.0 2021-05-31 13:18:38 +02:00
Steve Ebersole
cbeedd1c32 HHH-14634 : Gradle Enterprise
- added JDK version as tag
- added job-name (for CI) as tag
2021-05-26 12:36:59 -05:00