[hibernate-dev] Only blockers should be fixed in Hibernate ORM 5.0 branch

2016-03-19 Thread Gail Badner
Please do not backport any fixes that are not blockers. If you are not sure if an issue is a blocker, then please ask before pushing to 5.0. Thanks, Gail ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinf

Re: [hibernate-dev] Only blockers should be fixed in Hibernate ORM 5.0 branch

2016-03-19 Thread Gunnar Morling
Stupid question probably: Why do we maintain 5.0.x at all, now that 5.1.0.Final is out? Is it that EAP or WF will continue to be using 5.0.x? If so, why is that, couldn't they move to 5.1? 2016-03-17 22:17 GMT+01:00 Sanne Grinovero : > On 17 March 2016 at 17:40, Steve Ebersole wrote: >> To be hon

Re: [hibernate-dev] Only blockers should be fixed in Hibernate ORM 5.0 branch

2016-03-19 Thread Sanne Grinovero
On 17 March 2016 at 17:40, Steve Ebersole wrote: > To be honest, I think its best if we somehow notify you for issues fixed > that we think should be considered for inclusion on 5.0 branch and you can > decide. A label or a filter. Something like that +1 Shouldn't any bug be considered? Even i

Re: [hibernate-dev] Tests fail on MySQL due to timestamp precision issues

2016-03-19 Thread Vlad Mihalcea
Thanks, Martin, I'll use that dialect then. Vlad On Thu, Mar 17, 2016 at 12:08 PM, Martin Simka wrote: > MySQL57InnoDBDialect supports fractional seconds (HHH-8401). > > Martin > > - Original Message - > > From: "Vlad Mihalcea" > > To: "hibernate-dev" > > Sent: Thursday, 17 March, 20

[hibernate-dev] Editing the OGM quickstart on hibernate.org

2016-03-19 Thread Sanne Grinovero
Hello team, I've started making several improvements for the Hibernate OGM Quick Start on the hibernate.org website; I got side-tracked to test it all, but also the new version will assume that we already released version 5.0.0.Final so I'll hold the changes for until the release - or shortly befo

Re: [hibernate-dev] Tests fail on MySQL due to timestamp precision issues

2016-03-19 Thread Martin Simka
MySQL57InnoDBDialect supports fractional seconds (HHH-8401). Martin - Original Message - > From: "Vlad Mihalcea" > To: "hibernate-dev" > Sent: Thursday, 17 March, 2016 9:05:44 AM > Subject: [hibernate-dev] Tests fail on MySQL due to timestamp precision > issues > > Hi, > > Whi

[hibernate-dev] Hibernate Search releases 5.6.0.Alpha3

2016-03-19 Thread Sanne Grinovero
Hello all, we released the third milestone of our work towards a great integration with Elasticsearch: Hibernate Search 5.6.0.Alpha3. See also: - http://in.relation.to/2016/03/17/ThirdAlphaElasticsearch/ Regards, Sanne ___ hibernate-dev mailing list hi

Re: [hibernate-dev] JDBC uses ON_CLOSE connection release mode

2016-03-19 Thread Steve Ebersole
It looks like it changed during 3.6 -> 4.0, reverting back to ON_CLOSE. I agree it should changed to AFTER_TRANSACTION, however I would only change it on master. For the other branches, if anything, just update the doc. On Thu, Mar 3, 2016 at 12:40 AM Vlad Mihalcea wrote: > I think this PR is

Re: [hibernate-dev] Only blockers should be fixed in Hibernate ORM 5.0 branch

2016-03-19 Thread Sanne Grinovero
On 18 Mar 2016 14:34, "Gunnar Morling" wrote: > > Stupid question probably: Why do we maintain 5.0.x at all, now that > 5.1.0.Final is out? Is it that EAP or WF will continue to be using > 5.0.x? If so, why is that, couldn't they move to 5.1? EAP will be supported for many years so that requires

[hibernate-dev] HHH-9440 Support for Java 8: parameter names

2016-03-19 Thread Lovro Pandzic
Hello, I'd like to discuss issue HHH-9440. Basic idea behind this issue is that we try to and eliminate the requirement for no arg constructor on entities or at least weaken that requirement to specific cases. Construction from both the user code and the hibernate itself would go through user spe

Re: [hibernate-dev] Only blockers should be fixed in Hibernate ORM 5.0 branch

2016-03-19 Thread Steve Ebersole
To be honest, I think its best if we somehow notify you for issues fixed that we think should be considered for inclusion on 5.0 branch and you can decide. A label or a filter. Something like that On Wed, Mar 16, 2016 at 5:30 PM Gail Badner wrote: > Please do not backport any fixes that are no

Re: [hibernate-dev] Release bundle doesn't contain spatial lib

2016-03-19 Thread Steve Ebersole
Knock me in the head and point where I messed up :) Send me a Jira key and I'll fix that On Thu, Mar 17, 2016, 4:15 PM Karel Maesen wrote: > Hi all, > > A user recently asked where the hibernate-spatial jar could be found. The > Quickstart states that it should be in the /lib directory, but at

[hibernate-dev] Tests fail on MySQL due to timestamp precision issues

2016-03-19 Thread Vlad Mihalcea
Hi, While running the test suite on MySQL, I noticed that some of those fail because of DATETIME/TIMESTAMP precision. Prior to MySQL 5.6.4, these types didn't have microsecond precision at all. Using a newer MySQL version, these tests will work like on other DBs but it will require changing the co