Branch: refs/heads/5.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: 9d36d1d91fcc38ed507b1bbf4720505fae766c16
https://github.com/hibernate/hibernate-orm/commit/9d36d1d91fcc38ed507b1bb...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/bytecode/internal/bytebuddy/ByteBuddyState.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/bytebuddysubclass/MyEntityInstantiator.java
Log Message:
-----------
HHH-12800 Use a class loading strategy suitable for the JDK used
The previously chosen strategy used misc.Unsafe which is not possible
anymore with JDK 11.
Commit: a9e20c18c50a08eaea3bfc5ebb77d0f41e767268
https://github.com/hibernate/hibernate-orm/commit/a9e20c18c50a08eaea3bfc5...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/boot/spi/metadatabuildercontributor/SqlFunctionMetadataBuilderContributorIllegalClassArgumentTest.java
Log Message:
-----------
HHH-12801 Adjust the assertion to the new message generated by JDK 11
Commit: 48c44ef7d006ab44f06946f5693080518e677306
https://github.com/hibernate/hibernate-orm/commit/48c44ef7d006ab44f06946f...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M gradle/libraries.gradle
Log Message:
-----------
HHH-12803 Upgrade ByteBuddy to 1.8.13
Commit: 667b56502869e0cb7eec4cd741925f71f22af5a0
https://github.com/hibernate/hibernate-orm/commit/667b56502869e0cb7eec4cd...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/cfg/annotations/CollectionBinderTest.java
Log Message:
-----------
HHH-12804 Don't mock Map in CollectionBinderTest
Apparently, Mockito + ByteBuddy are unable to mock Map on JDK 11.
It might be solved in the future but there's no point in doing it so
let's avoid it.
Commit: 54f20d828156981ffe994330d907a8f169bbdc4e
https://github.com/hibernate/hibernate-orm/commit/54f20d828156981ffe99433...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M gradle/libraries.gradle
Log Message:
-----------
HHH-12805 Upgrade Mockito to 2.19.1
Commit: 103d40101f6eacdbe43fb1fcd386a633e8f78a61
https://github.com/hibernate/hibernate-orm/commit/103d40101f6eacdbe43fb1f...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M hibernate-orm-modules/hibernate-orm-modules.gradle
Log Message:
-----------
HHH-12807 Disable the hibernate-orm-modules tests for JDK 11
Commit: 05111931a994c45a4fa4df1b3457eb0e58435b52
https://github.com/hibernate/hibernate-orm/commit/05111931a994c45a4fa4df1...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M build.gradle
Log Message:
-----------
HHH-12808 Upgrade Gradle to 4.8.1
Commit: 109481f90369bc6f9227814a3f36aaa1225c95c9
https://github.com/hibernate/hibernate-orm/commit/109481f90369bc6f9227814...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M documentation/documentation.gradle
Log Message:
-----------
HHH-12809 Use an HTTP link for the Javadoc link to our Bean Validation documentation
Commit: e9f9b869c03b669c3a8ea7f819a39118e31ede09
https://github.com/hibernate/hibernate-orm/commit/e9f9b869c03b669c3a8ea7f...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M gradle/published-java-module.gradle
Log Message:
-----------
HHH-12813 Disable Asciidoclet in Javadoc generation
We don't have the certainty that we don't use Asciidoctor Javadoc but
using Asciidoclet leads to malformed Javadoc if we are using HTML
Javadoc, which concerns the high majority of our files.
Commit: 0818195cea27ea17c437937ebf4ccfcdf0185cd9
https://github.com/hibernate/hibernate-orm/commit/0818195cea27ea17c437937...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-16 (Mon, 16 Jul 2018)
Changed paths:
M build.gradle
Log Message:
-----------
HHH-12807 Force to execute the release task with JDK 8
Considering hibernate-orm-modules tests are disabled with JDK 11, it's
safer to prevent us from running a release with it. And all in all, we'd
better release with JDK 8.
Compare:
https://github.com/hibernate/hibernate-orm/compare/7e69797a450d...0818195...
**NOTE:** This service been marked for deprecation:
https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from
GitHub.com on January 31st, 2019.