Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 5ec70ec22e37339d7fcb2c53d7a94a8f6387a78a
https://github.com/hibernate/hibernate-orm/commit/5ec70ec22e37339d7fcb2c5...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-14 (Sat, 14 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: 99b4f3c24a61ffdaeb43e024c1a699c4f7004b67
https://github.com/hibernate/hibernate-orm/commit/99b4f3c24a61ffdaeb43e02...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-14 (Sat, 14 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: 972a79d4487c696506f327fc310d52634d741672
https://github.com/hibernate/hibernate-orm/commit/972a79d4487c696506f327f...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-14 (Sat, 14 Jul 2018)
Changed paths:
M gradle/libraries.gradle
Log Message:
-----------
HHH-12803 Upgrade ByteBuddy to 1.8.13
Commit: f274db28f632249e856d2ff6fd0b3f4dde1443d2
https://github.com/hibernate/hibernate-orm/commit/f274db28f632249e856d2ff...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-14 (Sat, 14 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: 3abb6805b66fa5e3d42202bea001a04131a4279d
https://github.com/hibernate/hibernate-orm/commit/3abb6805b66fa5e3d42202b...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-14 (Sat, 14 Jul 2018)
Changed paths:
M gradle/libraries.gradle
Log Message:
-----------
HHH-12805 Upgrade Mockito to 2.19.1
Commit: 3577e8540fbc6d1b96d62a7ed1f3170d36068eb1
https://github.com/hibernate/hibernate-orm/commit/3577e8540fbc6d1b96d62a7...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-14 (Sat, 14 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: 02da69d50aad95418e7bd82901016adb69290a9c
https://github.com/hibernate/hibernate-orm/commit/02da69d50aad95418e7bd82...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-14 (Sat, 14 Jul 2018)
Changed paths:
M build.gradle
Log Message:
-----------
HHH-12808 Upgrade Gradle to 4.8.1
Commit: 2b564d4046c435d97eb26f25b75f7ffa83e1415d
https://github.com/hibernate/hibernate-orm/commit/2b564d4046c435d97eb26f2...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-14 (Sat, 14 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: 4d057eab2f2dd0ad6c5e3b4aaf458b95e07153c2
https://github.com/hibernate/hibernate-orm/commit/4d057eab2f2dd0ad6c5e3b4...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-15 (Sun, 15 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: 6e85dd82f326a9a4bc9fd97c611d91cba25c50b2
https://github.com/hibernate/hibernate-orm/commit/6e85dd82f326a9a4bc9fd97...
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/9202a5a11d56...6e85dd8...
**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.