[hibernate-dev] ORM - Release preparation - Don't commit anything to master

2018-07-05 Thread Guillaume Smet
Hi, 5.3.2 is wrapped up and I'm going to release it this afternoon. Please don't commit anything to master until I reply to this email to say so. Thanks! -- Guillaume ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org

[hibernate-dev] Hibernate ORM 5.3.2.Final released

2018-07-05 Thread Guillaume Smet
Hi, We just released Hibernate ORM 5.3.2.Final with a lot of bugfixes and improvements. You'll find more details in the blog post: http://in.relation.to/2018/07/05/hibernate-orm-532-final-out/ . Happy upgrading! -- Guillaume ___ hibernate-dev mailing

Re: [hibernate-dev] ORM - Release preparation - Don't commit anything to master

2018-07-05 Thread Guillaume Smet
5.3.2 released, you can commit to master again. Note that master is now 5.4 and I created a specific branch for 5.3. On Thu, Jul 5, 2018 at 11:31 AM Guillaume Smet wrote: > Hi, > > 5.3.2 is wrapped up and I'm going to release it this afternoon. Please > don't commit anything to master until I r

[hibernate-dev] ORM release process feedback

2018-07-05 Thread Guillaume Smet
Hi, So I did an ORM release for the first time today. All in all, the process is very clear and precise, thanks for taking the time to document it and scripting it. Here are the issues I had. Thought you should be aware of the changes I made (I haven't fixed issue 2/ as I'm not sure it's legit).

Re: [hibernate-dev] ORM progress: tricky branch state

2018-07-05 Thread Guillaume Smet
Hi, Just released 5.3.2 and created a 5.3 branch. master is now 5.4 (it might be changed to 6.0 later if we don't make any release until 6) I'm going to setup proper CI for the 5.3 branch. -- Guillaume On Tue, Jul 3, 2018 at 6:55 PM Chris Cranford wrote: > +1 from me as well. > > On 07/02/2

[hibernate-dev] Hibernate OGM 5.4.0.Beta2

2018-07-05 Thread Fabio Massimo Ercoli
We're happy to announce the release of Hibernate OGM 5.4.0.Beta2. You will find: * Support for Neo4j indexes * Server tasks support for Infinispan Remote * Upgrade to Hibernate ORM 5.3.2.Final ...and more. All the details in the blog post: http://in.relation.to/2018/07/05/hibernate-ogm-5-4-Beta2-

Re: [hibernate-dev] AbstractStandardBasicType#getReplacement() prototype is incorrect since HHH-12054

2018-07-05 Thread Gail Badner
Hi Guillaume, Thanks for reminding me about this in my PR for HHH-12054 for backporting to 5.1. I'm planning to take a look at this, hopefully early next week. Regards, Gail On Wed, Jul 4, 2018 at 2:02 AM, Guillaume Smet wrote: > Any thoughts on this one? Luis, I think your opinion would help