Commit Graph

163 Commits

Author SHA1 Message Date
Steve Ebersole f82d381fe3 Gradle build clean-ups
- re-organize release task definitions to avoid use of subproject iteration
2022-03-15 12:15:56 -05:00
Steve Ebersole 256dc64e87 add missing task dependency to stage rendered migration-guide for uploading with rest of documentation 2022-03-09 08:10:36 -06:00
Steve Ebersole d4f4d09a0c Render and stage migration-guide to be published to the doc server along with other the other documentation 2022-03-08 21:16:53 -06:00
Steve Ebersole 9fe3c861ca HHH-15023 - Move Query and NativeQuery back to org.hibernate.query 2022-01-14 14:49:17 -06:00
Steve Ebersole 9367561fe4 6.0 Beta2 2021-12-02 16:46:09 -06:00
Sanne Grinovero 334aeb1349 HHH-14946 Upgrading base requirements to Java 11 2021-12-01 17:34:28 +00:00
Chris Dennis 55db51894f HHH-14837 : Re-enable hibernate-jcache module. 2021-11-29 11:44:16 -05:00
Steve Ebersole 4a105c7e91 release.gradle - fixed aggregate Javadoc error 2021-10-29 16:05:30 -05:00
Steve Ebersole 312fb4355d release.gradle : skip for `build` task 2021-10-29 15:55:50 -05:00
Steve Ebersole 3c26c470b0 fix aggregateJavadoc problem 2021-10-25 13:55:53 -05:00
Steve Ebersole aa514f7cfc fix to aggregateJavadoc task 2021-09-29 02:16:35 -05:00
Steve Ebersole 986d65a288 HHH-14837 - Move to Jakarta EE
More settings work
2021-09-28 19:01:28 -05: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 85b8fba140 6.0.0.Alpha9 release 2021-08-04 21:00:05 -05:00
Steve Ebersole 70093b8980 release project and up-to-date improvements 2021-07-23 10:07:39 -05:00
Steve Ebersole 2c969c0dbc improve `:release:assembleDocumentation` task 2021-07-20 11:11:20 -05:00
Steve Ebersole 1ec2cd6c5e fix assembleDocumentation task 2021-07-19 13:52:14 -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 e4120234d3 * HHH-14634 : Gradle Enterprise
* fixed problem in release.gradle that caused "configuration phase" to take much longer than it should
   * parallelized the build
* Initial TREAT tests
* fixed bug in `hibernate-core-jakarta.gradle` related to JPA packaged test bundle handling
2021-06-15 13:50:01 -05:00
Steve Ebersole b51fb9fe03 Fixed problems with
- javadoc generation
- SourceForge distribution bundles
2021-05-19 16:15:57 -05:00
Steve Ebersole 2e1ebfc4da prepare for 6.0.0.Alpha8 2021-05-18 15:50:10 -05:00
Steve Ebersole db502bf1b0 prepare for 6.0.0.Alpha8 2021-05-18 12:37:36 -05:00
Steve Ebersole 5bb128000f fixed release.gradle 2021-05-14 15:23:41 -05:00
Steve Ebersole c7e37dc1d7 HHH-14513 : Move publishing release and snapshot artifacts to Sonatype OSSRH 2021-05-14 15:06:15 -05:00
Steve Ebersole 19c02f756d temporarily remove `project-template` module as it causes problems with ci-release (specifically some issue with uploading to BinTray) 2021-03-18 16:00:32 -05:00
Steve Ebersole 124959fa59 temporarily remove `project-template` module as it causes problems with ci-release (specifically some issue with uploading to BinTray) 2021-03-18 15:50:22 -05:00
Steve Ebersole 29848c49db ORM + Gradle
HHH-14285 - project template
HHH-14286 - Gradle plugin
2020-10-28 16:09:42 -05:00
Andrea Boriero 93cd8aaf4e Merge remote-tracking branch 'upstream/master' into wip/6.0 2020-10-06 17:36:13 +01:00
Andrea Boriero 5eedda9a46 HHH-14247 Fix automatic releease script, changelog.txt contains wrong Jira release url 2020-10-05 10:08:31 +01:00
Steve Ebersole b2b4d7a3f6 Updated release process documentation 2020-08-21 09:28:12 -05:00
Andrea Boriero 9ba18b8c5d Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_46 2020-07-07 15:43:17 +01:00
Andrea Boriero 604b594226 HHH-14083 add task release must run after addVersionCommit task 2020-06-22 19:53:36 +01:00
Andrea Boriero 34930bf0f0 HHH-14083 add ciRelease dependency to bintray upload 2020-06-22 19:53:36 +01:00
Andrea Boriero 766ed3f2bf HHH-14083 Fix issue with git command 2020-06-22 19:53:36 +01:00
Andrea Boriero 4668466fd7 Add changeLogFile task 2020-06-22 19:53:36 +01:00
Yoann Rodière 1ad029c6d9 Push to github atomically and only if the release succeeds 2020-06-22 19:53:36 +01:00
Yoann Rodière 02abce69fa Add more precondition checks to release tasks 2020-06-22 19:53:36 +01:00
Yoann Rodière 70721d80a7 Move the update to version.properties to a release task
This is necessary if we want to check that the working tree is empty as
part of the release process (see next commit).
2020-06-22 19:53:36 +01:00
Yoann Rodière 7dbd813996 Use a less verbose syntax for git commands 2020-06-22 19:53:36 +01:00
Yoann Rodière 5232df9686 Fix incorrect message for the second commit during release 2020-06-22 19:53:36 +01:00
Yoann Rodière 8363df3495 Fix error detection in executeGitCommand
1. proc.consumeProcessErrorStream does not work correctly: it creates a
   thread to asynchronously copy the content of the stream to the string
   buffer, and does not provide any way to know when it's done. As a
   result, sometimes the buffer is correctly filled in after
   consumeProcessErrorStream returns, sometimes it's not.
2. Checking stderr to know if there was an error is not a good idea: a
   process can run just fine and give output on stderr (logs,
   basically), and a process can fail without giving any output on
   stderr. Checking the status code is more reliable.
2020-06-22 19:53:36 +01:00
Andrea Boriero cfeee5059b Add gradle task to automate the CI release 2020-06-22 19:53:36 +01:00
Steve Ebersole d180cb63d2 Added release-process.adoc 2020-04-30 07:11:00 -05:00
Andrea Boriero c45108a2b6 6 - SQM based on JPA type system 2019-09-12 10:42:32 +01:00
Guillaume Smet 9035793987 HHH-12774 Add missing jars to the distribution archives 2018-07-11 10:15:03 +02:00
Guillaume Smet 8814d4753f Add vim swap files to .gitignore 2018-07-05 16:12:56 +02:00
Guillaume Smet 84d702c43f Exclude the build directories from the files pushed to SourceForge 2018-07-05 15:46:05 +02:00
Guillaume Smet 7b5ae68e13 Exclude the bin directories from the files pushed to SourceForge 2018-07-05 15:27:24 +02:00
Fabio Massimo Ercoli 54722fc344 HHH-12663 Upgrade gradle-karaf-plugin 2018-07-02 17:10:44 +02:00
Steve Ebersole 82f2aa0d5d HHH-12474 - Make sure the JPA version is defined by a single property across build files
added HibernateVersion following pattern of JpaVersion
2018-04-30 10:38:34 -05:00
Steve Ebersole dae31640a8 HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
HHH-12416 - set up relocation for hibernate-ehcache
2018-03-22 13:25:12 -05:00
Vlad Mihalcea b6c6029edb HHH-12266 - The release task does not upload the documentation 2018-01-31 17:15:50 +02:00
Steve Ebersole d806eff912 HHH-12190 - General tidying of Gradle scripts 2018-01-16 14:34:43 -06:00
Andrea Boriero 8aa8485a54 IntelliJ created out folder should not be included into distribution artifacts 2017-11-20 12:38:19 +00:00
Steve Ebersole 048268ef1e HHH-10629 - Spatial not bundled in release bundles 2016-08-12 12:43:50 -05:00
Steve Ebersole 1378708088 HHH-11019 - Extend DelayedPostInsertIdentifier support to include checks for FlushMode (EXTENDED PC) - support for testing inside WildFly leveraging Arquilian and hibernate-orm-modules 2016-08-05 10:09:35 -05:00
Vlad Mihalcea 7d14223531 HHH-11017 - Migrate Integration Guide to AsciiDoctor 2016-08-03 13:49:02 +03:00
Steve Ebersole 41e7bd2cd4 BinTray generic repo publishing - take 2 2016-06-27 15:29:16 -05:00
Andrea Boriero 9ae57a6f7a remove hibernate-entitymanager project 2016-05-06 13:13:29 -05:00
Steve Ebersole fa0db89f7f HHH-10664 - Prep 6.0 feature branch - merge hibernate-java8 into hibernate-core 2016-03-31 12:27:52 -05:00
Steve Ebersole 81b1baa8c4 HHH-10520 - Update doc publishing 2016-02-11 15:59:13 -06:00
Steve Ebersole b4165d9530 HHH-10512 - Fix symlink handling for documentation tasks 2016-02-11 13:40:10 -06:00
Steve Ebersole 5ce69c1839 HHH-10042 - Add task to upload dist bundles to BinTray 2015-08-20 13:14:02 -05:00
Steve Ebersole 2ec5d93a50 HHH-10039 - Ensure the Karaf features.xml is included in the distro zip/tgz 2015-08-20 13:14:02 -05:00
Steve Ebersole dd57871cdb HHH-9858 - Make sure release bundles contain hibernate-java8 2015-06-15 14:47:46 -05:00
Steve Ebersole efc9c2956c HHH-9858 - Make sure release bundles contain hibernate-java8 2015-06-15 12:28:26 -05:00
Steve Ebersole d0c2c31ab7 HHH-9826 - Update the release task for uploading release bundles to SourceForge FRS 2015-05-27 21:02:27 -05:00
Steve Ebersole bd256e4783 HHH-9803 - Checkstyle fix ups - headers 2015-05-18 23:25:14 -05:00
Steve Ebersole f6980f3324 release 5.0.0.Beta2 2015-04-29 23:21:38 -05:00
Steve Ebersole f295d66d6e HHH-8844 - Add support for Java 8 date and time types (JSR-310) 2015-03-31 13:02:19 -05:00
Steve Ebersole 507726e929 HHH-8844 - Add support for Java 8 date and time types (JSR-310) 2015-03-25 15:37:07 -05:00
Steve Ebersole 5f6d1d24f7 HHH-8844 - Add support for Java 8 date and time types (JSR-310) 2015-03-24 16:01:15 -05:00
Steve Ebersole 28334c77be HHH-8773 - Remove cleaning as release task dep
(cherry picked from commit 79ee394e0a)
2014-01-22 11:34:16 -06:00
Steve Ebersole 6dedb5ec43 HHH-8773 - Remove cleaning as release task dep
(cherry picked from commit 1fddb2c95a)
2014-01-22 11:34:02 -06:00
Steve Ebersole e463f6b619 HHH-8730 - uploadDocumentation task needs to stage aggregated javadocs before rsync
(cherry picked from commit 40a8657de5)
2014-01-10 13:44:45 -06:00
Steve Ebersole c1612fe004 HHH-8733 - General build cleanup 2013-11-22 14:53:24 -06:00
Steve Ebersole da6ee1e5bc HHH-8693 - asciidoc is not integrated into release workflow 2013-11-18 14:48:10 -06:00
Hardy Ferentschik faca8f5dd4 HHH-8483 Deleting obsolte settings.gralde in metamodel-generator project and making sure artifact is correctly named in root level settings file 2013-11-12 16:07:00 +01:00
Hardy Ferentschik ff235d8c55 HHH-8433 Making sure javadocs and release tasks work 2013-11-11 20:08:17 +08:00
Brett Meyer 4ab29b4811 HHH-8335 Hibernate OSGi not included in build's /lib 2013-06-29 12:46:40 -04:00
Steve Ebersole d874bc4737 4.3.0.Beta3 2013-05-29 13:42:26 -05:00
Brett Meyer 7678fae6a5 HHH-8144 corrected rsync args 2013-05-23 15:07:48 -04:00
Steve Ebersole 7a1d2de542 HHH-8144 - Create a 'release' task that performs all tasks needed for doing a release 2013-05-17 14:29:33 -05:00
Steve Ebersole 8290662c9d HHH-8144 - Create a 'release' task that performs all tasks needed for doing a release 2013-05-16 18:52:27 -05:00
Steve Ebersole a906d1ffb2 HHH-8137 - Javadoc generation is currently not playing nicely with Java7 javadoc changes 2013-04-15 09:50:33 -05:00
Steve Ebersole e019c2ac19 HHH-8147 - Update to use distribution plugin for createing release bundles 2013-04-08 21:24:08 -05:00
Steve Ebersole 2b2f333593 HHH-8147 - Update to use distribution plugin for createing release bundles 2013-04-05 15:15:11 -05:00
Steve Ebersole 2a96ed865d HHH-8137 - Javadoc generation is currently not playing nicely with Java7 javadoc changes 2013-04-04 07:47:43 -05:00
Brett Meyer 56867417e2 HHH-7527 Enterprise OSGi JPA support 2013-02-14 10:44:35 -05:00
Strong Liu 7a82349f75 HHH-7385 change to use gradle 1.1 2012-08-08 17:09:11 +08:00
Steve Ebersole cb13cea1ac HHH-7387 - Integrate Draft 6 of the JPA 2.1 spec + HEM boot cleanup (HHH-6159) 2012-07-18 17:48:59 -05:00
Strong Liu e4a82a0b6b HHH-7197 - update build scripts to not use deprecated gradle apis and change manual's xml declation to use doc namespace 2012-03-26 15:12:10 +08:00
Steve Ebersole 7861fdee44 HHH-7067 - Update build to work with Gradle m8 2012-02-15 16:33:45 -06:00
Steve Ebersole 80ae4d5724 HHH-6082 - Incorporate EntityManager documentation into main dev guide 2012-02-07 00:31:25 -06:00
Lukasz Antoniak 755d7fb788 OS independent file separator in Gradle script 2012-01-17 15:29:43 +08:00
Steve Ebersole f6c4868a44 HHH-6968 - Update overview.html for aggregated JavaDocs 2012-01-13 13:04:32 -06:00
Steve Ebersole e75b8a77b1 HHH-6967 - HHH-6906 - Clean up javadoc warnings 2012-01-13 11:17:34 -06:00
Steve Ebersole 5e8b74d8e8 HHH-6782 - define javadoc groups based on api/spi/internal 2012-01-13 10:58:48 -06:00
Steve Ebersole d02864bac6 HHH-6903 - add building of hem and manual docs 2011-12-16 09:13:45 -06:00