marko-bekhta
e87a64d976
HHH-18488 Configure archive tasks to produce reproducible archives
2024-08-28 10:36:21 -05:00
Andrea Boriero
ccba3f62be
Fix forbiddenapis failure with GraalVM 21
2024-08-15 13:52:33 -05:00
Steve Ebersole
15cef1429d
Gradle 9.0 prep
2024-08-15 13:52:30 -05:00
Christian Beikov
1da18451ce
Update asciidoctor plugins to 4.0.2
2024-07-15 19:27:12 +02:00
Andrea Boriero
8166086957
Upgrade Gradle to 8.8, upgrade checkframework to 0.6.40, fix HibernateProcessor resources creation causing whole tests recompilation
2024-06-11 23:46:57 +02:00
Steve Ebersole
1861eccc2c
Upgrade XJC plugin to address branch-switch issues
2024-05-31 11:57:34 -05:00
Steve Ebersole
caa0ae845d
Upgrade XJC plugin to address branch-switch issues
2024-05-30 12:53:08 -05:00
Christian Beikov
0057454d02
Update checker and adapt memory configuration
2023-10-13 16:49:07 +02:00
Christian Beikov
626b3a950a
HHH-17239 Automate maintenance releases
2023-10-05 22:27:09 +02:00
Steve Ebersole
306adef2a7
General Gradle work - toolchains
2023-08-14 07:56:52 -05:00
Christian Beikov
783da2a906
HHH-16389 Introduce checkerframework for nullness marking/checking and null check the JPA metamodel generator
2023-04-05 19:14:37 +02:00
Christian Beikov
d9bceb3a80
Fix build error
2022-11-28 09:09:03 +01:00
Christian Beikov
6bba6d073b
HHH-15765 Get rid of the credentials plugin
2022-11-28 08:29:56 +01:00
Mark Rotteveel
c71d1b3bef
HHH-15765 Fix build failure by upgrade nu.studer.credentials to 3.0
2022-11-28 08:05:39 +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
Steve Ebersole
a39bf55a65
HHH-15236 - Fix signing of published artifacts
2022-04-29 08:18:18 -05:00
Steve Ebersole
69e57404c6
HHH-15226 - Publish a Gradle platform (Maven Bom++) for Hibernate ORM
...
- plus use Gradle version catalogs as opposed to `libraries.gradle`
- dropped OSGi manifest entries for hibernate-envers - they were broken and we decided we no longer support OSGi
2022-04-26 14:41:04 -05:00
Steve Ebersole
ed4dbadb6c
drop Wrapper.DistributionType.ALL for Gradle wrapper config
2022-03-16 08:27:57 -05:00
Steve Ebersole
92b46bca5b
Gradle build clean-ups
...
- drop use of `allprojects`
2022-03-15 09:39:07 -05:00
Sanne Grinovero
6ecc19b64f
Build: No longer needing gradle-karaf-plugin
2021-12-06 16:28:52 +00:00
Sanne Grinovero
dc533b65cd
Build: Upgrade Forbidden APIs to 3.2
2021-12-06 16:28:52 +00:00
Sanne Grinovero
334aeb1349
HHH-14946 Upgrading base requirements to Java 11
2021-12-01 17:34:28 +00:00
Steve Ebersole
7bc1d55cdd
improved aggregated javadoc generation
2021-09-27 08:21:36 -05:00
Steve Ebersole
089a3f86ae
HHH-14837 - Move to Jakarta EE
...
preliminary transformation;
only `javax.persistence.*` settings supported atm
2021-09-27 08:21:27 -05:00
Steve Ebersole
34a1fa8c7f
Drop jcenter for dependencies
2021-08-03 11:39:09 -05:00
Steve Ebersole
2e4f2c75df
upgrade `matrix-test` plugin to version `3.1.1`
2021-07-19 16:46:50 -05:00
Steve Ebersole
e2e93e51b7
improvements to JAXB XJC handling
2021-07-19 16:45:50 -05:00
Steve Ebersole
1b5c78c85b
Bump matrix testing plugin to 3.1.0 (prep for Gradle 7)
2021-07-14 11:42:40 -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
Steve Ebersole
1238e5261d
HHH-14634 : Gradle Enterprise
...
- removed older "build scan recipes" plugin
- adjusted CI handling based on feedback
2021-05-25 16:39:52 -05:00
Steve Ebersole
b2bdcf9778
HHH-14634 : Gradle Enterprise
...
- Allow for passing `hibernatePublishUsername`, `hibernatePublishPassword`, ``hibernatePluginPortalUsername` and hibernatePluginPortalPassword` as system-properties (-D) as well as property-properties (-P). Jenkins needs to specify them as system-properties
2021-05-24 15:44:21 -05:00
Steve Ebersole
db502bf1b0
prepare for 6.0.0.Alpha8
2021-05-18 12:37:36 -05:00
Steve Ebersole
c349551fc3
fixed CI job task
2021-05-14 16:47:30 -05:00
Steve Ebersole
c7e37dc1d7
HHH-14513 : Move publishing release and snapshot artifacts to Sonatype OSSRH
2021-05-14 15:06:15 -05:00
Andrea Boriero
1927d1aa33
Merge branch 'master' into wip/6.0
2020-11-17 12:40:43 +01:00
Yoann Rodière
9616e24c80
HHH-14315 Add optional support for toolchains to the Gradle build
...
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2020-11-10 11:02:08 +00:00
Steve Ebersole
29848c49db
ORM + Gradle
...
HHH-14285 - project template
HHH-14286 - Gradle plugin
2020-10-28 16:09:42 -05:00
Andrea Boriero
062a462b0c
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_51
2020-08-25 08:38:06 +01:00
Christian Beikov
203738bbf5
Update the maven-repo-auth gradle plugin
2020-08-18 17:20:33 +02:00
Andrea Boriero
4550c70d15
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_47
2020-07-20 10:50:17 +01:00
Yoann Rodière
066c1d4ab7
HHH-14111 Upgrade to forbiddenapis 3.0.1
2020-07-20 10:25:15 +02:00
Yoann Rodière
5cd40ef96d
HHH-14111 Upgrade to biz.aQute.bnd (OSGi plugin) 5.1.1
2020-07-20 10:25:15 +02:00
Sanne Grinovero
43936ed1aa
HHH-13968 Version mismatch in forbiddenapis version
2020-04-22 20:49:11 +01:00
Andrea Boriero
a0b4566264
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_34
2020-04-20 12:17:22 +01:00
Sanne Grinovero
2b279c6a83
HHH-13952 Remove our ability to build the Wildfly feature pack and run integration tests on WildFly
2020-04-17 14:27:19 +01:00
Andrea Boriero
132a4121b5
Fix issues after merging master
2020-04-16 11:46:19 +01:00
Andrea Boriero
2ccf7fab9e
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_30
2020-04-16 11:03:49 +01:00
Yoann Rodière
b32ff5cd9c
HHH-13682 Allow forcing the tested Java version in the Gradle build
...
... just in case we need that for some cutting-edge JDK, for example 15,
that would not be supported by Gradle yet.
2020-04-14 13:36:43 +01:00