[hibernate-dev] Java 8 default methods as a refactoring tool

2016-03-29 Thread Steve Ebersole
One question we have discussed but never really answered with regard to ORM as we work on SQM has to do with the version of Java we would baseline on. Currently ORM 5.0 and 5.1 continue the tradition of still running in Java 6 runtimes. Java 8 has since come along and offered some JDK "goodies" an

Re: [hibernate-dev] JTA platform configuration: Hibernate OGM on WildFly

2016-03-29 Thread Steve Ebersole
On Tue, Mar 29, 2016 at 9:30 AM Sanne Grinovero wrote: > When using Hibernate OGM on WildFly it's currently necessary to set > this property: > > hibernate.transaction.jta.platform = JBossAS > > 1 -- Would you all be ok for me to add a "WildFly" alias which > resolves to the same implementati

Re: [hibernate-dev] JTA platform configuration: Hibernate OGM on WildFly

2016-03-29 Thread Scott Marlow
On 03/29/2016 10:50 AM, Gunnar Morling wrote: > > > 2016-03-29 16:29 GMT+02:00 Sanne Grinovero >: > > When using Hibernate OGM on WildFly it's currently necessary to set > this property: > > hibernate.transaction.jta.platform = JBossAS > > 1 -- Wo

Re: [hibernate-dev] JTA platform configuration: Hibernate OGM on WildFly

2016-03-29 Thread Scott Marlow
On 03/29/2016 10:29 AM, Sanne Grinovero wrote: > When using Hibernate OGM on WildFly it's currently necessary to set > this property: > > hibernate.transaction.jta.platform = JBossAS > > 1 -- Would you all be ok for me to add a "WildFly" alias which > resolves to the same implementation? So

Re: [hibernate-dev] hibernate.hbm2ddl.auto = none

2016-03-29 Thread Sanne Grinovero
On 21 March 2016 at 14:52, Vlad Mihalcea wrote: > Sounds like a good idea. We can have a value of 'none' which can be used to > easily make the switch from an external property during build. for instance. > > +1 Thanks! Created: - https://hibernate.atlassian.net/browse/HHH-10657 Sanne > > Vlad

Re: [hibernate-dev] JTA platform configuration: Hibernate OGM on WildFly

2016-03-29 Thread Gunnar Morling
2016-03-29 16:29 GMT+02:00 Sanne Grinovero : > When using Hibernate OGM on WildFly it's currently necessary to set > this property: > > hibernate.transaction.jta.platform = JBossAS > > 1 -- Would you all be ok for me to add a "WildFly" alias which > resolves to the same implementation? > This

Re: [hibernate-dev] [OGM] Any idea for OGM-1000?

2016-03-29 Thread Emmanuel Bernard
On Sun 2016-03-27 18:20, Sanne Grinovero wrote: > On 25 March 2016 at 18:54, Emmanuel Bernard wrote: > > I'll wait to see the PoC but the idea of a new project is concerning me. I > > honestly don't think we have the bandwidth for another code base, release > > cycle, "marketing cycle" and all tha

[hibernate-dev] JTA platform configuration: Hibernate OGM on WildFly

2016-03-29 Thread Sanne Grinovero
When using Hibernate OGM on WildFly it's currently necessary to set this property: hibernate.transaction.jta.platform = JBossAS 1 -- Would you all be ok for me to add a "WildFly" alias which resolves to the same implementation? This would be a patch for Hibernate ORM so it affects everyone. I

Re: [hibernate-dev] Slots of the OGM modules

2016-03-29 Thread Gunnar Morling
I wouldn't go as far and call it "very wrong"; There just hasn't been any demand for running several OGM versions in parallel, so no one cared for enabling such scenarios. That said, 5.0 seems like a good time to do so as I can see some people might want to use 4.2 and 5 in parallel, so +1 for doi

[hibernate-dev] Slots of the OGM modules

2016-03-29 Thread Sanne Grinovero
I just noticed something which seems very wrong with the OGM modules, although I guess I'm correcting a mistake of a younger self :) The various modules of Hibernate OGM use the "main" slot, rather than using the version of the project. This makes it impossible for people to deploy different versi