Skip to content

Instantly share code, notes, and snippets.

@gunnarmorling
Created January 26, 2016 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gunnarmorling/a82a40a9d9b63defb402 to your computer and use it in GitHub Desktop.
Save gunnarmorling/a82a40a9d9b63defb402 to your computer and use it in GitHub Desktop.
// Required to make HV work on JDK 9
https://hibernate.atlassian.net/browse/HV-1049 Don't access annotations from "jdk.internal" package
https://hibernate.atlassian.net/browse/HV-1048 Correctly interpret version string returned by JDK 9
// Other bug fixes we did since 5.2.2
https://hibernate.atlassian.net/browse/HV-1022 Validator.validateValue does not work for JDK-8 TYPE_USE annotations
https://hibernate.atlassian.net/browse/HV-1025 Configuration streams not reusable on IBM JVM
https://hibernate.atlassian.net/browse/HV-1025 Copying PathImpl results in hashCode==0
https://hibernate.atlassian.net/browse/HV-1023 Validator fails with Google App Engine due to use of restricted class java.util.ResourceBundle.Control
https://hibernate.atlassian.net/browse/HV-1035 Wrong messages in Korean for NotNull and Null
https://hibernate.atlassian.net/browse/HV-1045 Use WildFly 10.0.0.CR5 for integration tests and update to JodaTime 2.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment