Hibernate ORM 5.0.9.Final is released. Everything is done except the
announcements.
I did `rake preview` and saw that my blog displayed correctly locally, so I
cherry-picked the commit with my blog to production and pushed the commit.
It's been over an hour and I still don't see it on http://in.re
I am preparing to do the release.
I forgot to send an email about not pushing fixes after Sunday to allow us
to complete our testing before releasing 5.0.9.Final today. Unfortunately,
fixes for HHH-10592 and HHH-10608 were pushed after tests were successfully
completed.
I see that a CI test is fa
We did split tasks amongst each other. Main topics are:
- Remote Infinispan
- Remote Neo4J
- Custom type
- ScenicDrive
- a release or two
Minutes:
http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2016/hibernate-dev.2016-03-14-15.21.html
Minutes (text):
http://transcripts.jboss.o
In addition to affecting entity IDs [1], this also affects collection keys
[2].
I've also reproduced a similar problem when an implementation of UserType
in a composite ID or collection key will fail, unless the implementation
extends Comparator. This is because CustomType#getComparator returns
(C