Christian Beikov
e468aeb786
HHH-14336 Enable tests across databases in Github Actions
2020-11-26 17:33:28 +01:00
Andrea Boriero
1927d1aa33
Merge branch 'master' into wip/6.0
2020-11-17 12:40:43 +01:00
Yoann Rodière
2be511e615
HHH-14315 Upgrade Travis build to OpenJDK 11.0.9
...
For some reason the gradle build gets stuck at task
:hibernate-core:compileTestJava when using OpenJDK 11.0.3.
I can't reproduce the problem with 11.0.9, though, so it's probably a
bug in OpenJDK 11.0.3.
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
Yoann Rodière
d6bd291934
Force the use of Ubuntu Trusty in the Travis build
...
If we don't force it, Travis will pick a release at random,
either Trusty or Xenial at the moment.
Using Oracle JDK 8 on Xenial is not easy, for some reason.
See:
* https://travis-ci.community/t/oracle-jdk-11-and-10-are-pre-installed-not-the-openjdk-builds/785/15
* https://github.com/travis-ci/travis-ci/issues/10289
2019-06-13 12:51:43 -05:00
Yoann Rodière
ae5023cf53
Do not log test progress by default, but provide a build option and enable it for Travis
...
So that the build isn't too verbose when running it locally.
2019-06-13 04:49:08 -05:00
Yoann Rodière
8f344af218
Get rid of travis_wait in .travis.yml
...
... so that we get actionable logs when something fails.
2019-05-31 18:53:06 +02:00
Yoann Rodière
eacbe616d4
HHH-13415 Run Travis tests on JDK11 too
...
Use OpenJDK 11.0.3 instead of OracleJDK 11.0.2 in the Travis build,
because 11.0.2 just fails because of a bug in javadoc generation.
2019-05-31 14:11:47 +02:00
Guillaume Smet
8eeeb19119
Travis - Raise the travis_wait timeout to 45 minutes
2018-05-10 20:37:25 +02:00
Guillaume Smet
6e3f9629c9
Travis - Delete more files before caching
2018-05-10 12:07:58 +02:00
Guillaume Smet
a93d6d9854
Try stabilizing the Travis build with travis_wait
2018-05-10 00:30:34 +02:00
Steve Ebersole
570c74a8c2
HHH-12188 - Add Java 9 automatic module name hinting
...
dropped Java 9 dues to javadoc issue
2018-01-03 11:25:08 -06:00
Steve Ebersole
5f4f4642a2
HHH-12191 - Add Travis CI support
2017-12-27 15:24:16 -06:00