Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 49f3345d159d74f8133a9c5ef350c8cbadf31f9e
https://github.com/hibernate/hibernate-orm/commit/49f3345d159d74f8133a9c5...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Simplify Jenkinsfile with Groovy Properties and named parameters
Commit: 075eb515006f52971c678a5be2cb52536691782e
https://github.com/hibernate/hibernate-orm/commit/075eb515006f52971c678a5...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Always build main code with JDK 11 in Jenkinsfile
So that we test ORM with the main bytecode as close as possible to
actual releases.
This is what we do in other projects (Search, Validator, Reactive).
Commit: f46d61b6e76dd05981b06708b0e1f03ecba32492
https://github.com/hibernate/hibernate-orm/commit/f46d61b6e76dd05981b0670...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M gradle/java-module.gradle
Log Message:
-----------
Allow passing test launcher args through project properties
Commit: 62e2fbb3b148ab9a956c21eee9b2e11049a72f3f
https://github.com/hibernate/hibernate-orm/commit/62e2fbb3b148ab9a956c21e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Use --enable-preview when testing against JDK 19
Compare:
https://github.com/hibernate/hibernate-orm/compare/180089b54250...62e2fbb...