Commit Graph

84 Commits

Author SHA1 Message Date
Sanne Grinovero fc9651c230 Disable uploading to Sourceforge 2022-06-13 12:15:48 +01:00
Andrea Boriero 79f08afc8a Gradle changed uploadDocumentation rsync url and port 2022-04-11 12:39:39 +02:00
Andrea Boriero 6c7edbf640 Gradle release script removed --protocol=28 for rsync 2022-04-11 08:04:39 +02:00
Andrea Boriero d644a6e8f6 HHH-14513 Move publishing release artifacts from BinTray 2021-06-03 16:10:37 -07:00
Andrea Boriero 729f1b75b7 HHH-14247 Fix automatic releease script, changelog.txt contains wrong Jira release url 2021-06-03 16:10:37 -07:00
Andrea Boriero 20f75163d5 HHH-14083 add task release must run after addVersionCommit task 2021-06-03 16:10:37 -07:00
Andrea Boriero 98c0a7cb7e HHH-14083 add ciRelease dependency to bintray upload 2021-06-03 16:10:37 -07:00
Andrea Boriero 00aceba685 HHH-14083 Fix issue with git command 2021-06-03 16:10:37 -07:00
Andrea Boriero 43df7fdff8 HHH-14640 : Add changeLogFile task 2021-06-03 16:10:37 -07:00
Yoann Rodière b8bf21c060 HHH-14640 : Push to github atomically and only if the release succeeds 2021-06-03 16:10:37 -07:00
Yoann Rodière e94ee2d779 HHH-14640 : Add more precondition checks to release tasks 2021-06-03 16:10:37 -07:00
Yoann Rodière ed650b3fe6 HHH-14640 : 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).
2021-06-03 16:10:37 -07:00
Yoann Rodière ab1fa97bf5 HHH-14640 : Use a less verbose syntax for git commands 2021-06-03 16:10:37 -07:00
Yoann Rodière dfa1630334 HHH-14640 : Fix incorrect message for the second commit during release 2021-06-03 16:10:37 -07:00
Yoann Rodière 534473c653 HHH-14640 : 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.
2021-06-03 16:10:37 -07:00
Andrea Boriero 31dbc1c5a3 HHH-14640: Add gradle task to automate the CI release 2021-06-03 16:10:37 -07:00
Guillaume Smet 30592b7d74 HHH-12774 Add missing jars to the distribution archives 2018-07-12 10:35:30 +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