[hibernate-dev] Trouble with blog for ORM 5.0.9

2016-03-14 Thread Gail Badner
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

[hibernate-dev] Preparations for releasing Hibernate ORM 5.0.9.final

2016-03-14 Thread Gail Badner
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

[hibernate-dev] [OGM] Sprint plans

2016-03-14 Thread Emmanuel Bernard
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

Re: [hibernate-dev] HHH-8999/HHH-10413 and Comparable IDs

2016-03-14 Thread Gail Badner
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