Re: [hibernate-dev] Date/Time Support and timezones

2015-03-23 Thread Steve Ebersole
Not in the same Type. But of course "Type swapping" is so easy nowadays... On Mon, Mar 23, 2015 at 4:01 PM, Hardy Ferentschik wrote: > > A few options: > > > > 1) Forego OffsetDateTime, OffsetTime and ZonedDateTime support and just > > stick with LocalDateTime, LocalDate and LocalTime. > > 2) U

Re: [hibernate-dev] ORM Team "triage" meeting

2015-03-23 Thread Sanne Grinovero
+1 it's a nice time to allow me to join occasionally as needed Sanne On 23 March 2015 at 19:10, Gail Badner wrote: > 11am Seattle time would be ideal. Thanks! > Gail > > - Original Message - >> From: "Brett Meyer" >> To: "hibernate-dev" >> Sent: Monday, March 23, 2015 6:51:49 AM >> Sub

Re: [hibernate-dev] Date/Time Support and timezones

2015-03-23 Thread Hardy Ferentschik
> A few options: > > 1) Forego OffsetDateTime, OffsetTime and ZonedDateTime support and just > stick with LocalDateTime, LocalDate and LocalTime. > 2) Use the timezone/offset to pass along to the driver (for proper > conversion); when reading back we'd have to read back based on the default > time

Re: [hibernate-dev] Gradle build and multiple JDKs

2015-03-23 Thread Hardy Ferentschik
Hi, On Sun, Mar 22, 2015 at 10:11:32PM -0500, Steve Ebersole wrote: > Ran across an interesting proof-of-concept project for setting up a Gradle > build to use multiple JDKs: https://github.com/rwinch/gradle-multi-jdk > > Curious what y'all think of this approach versus what we do know with > Ani

Re: [hibernate-dev] ORM Team "triage" meeting

2015-03-23 Thread Gail Badner
11am Seattle time would be ideal. Thanks! Gail - Original Message - > From: "Brett Meyer" > To: "hibernate-dev" > Sent: Monday, March 23, 2015 6:51:49 AM > Subject: Re: [hibernate-dev] ORM Team "triage" meeting > > Big +1 from me -- I'd be more than happy to be involved. > > - Orig

Re: [hibernate-dev] CI Server

2015-03-23 Thread Steve Ebersole
https://hibernate.atlassian.net/browse/HHH-9678 For the time being I will go with the "simpler route". On Sat, Mar 21, 2015 at 7:15 PM, Steve Ebersole wrote: > I just finished work on HHH-8697 and HHH-9320 and pushed that work to > master and 4.3. After my push, the CI jobs for each started fa

Re: [hibernate-dev] ORM Team "triage" meeting

2015-03-23 Thread Brett Meyer
Big +1 from me -- I'd be more than happy to be involved. - Original Message - > From: "andrea boriero" > To: "Steve Ebersole" > Cc: "hibernate-dev" > Sent: Sunday, March 22, 2015 3:45:01 PM > Subject: Re: [hibernate-dev] ORM Team "triage" meeting > > for me at the moment it would be 6p

Re: [hibernate-dev] Usage of the Service pattern in Hibernate Search

2015-03-23 Thread Hardy Ferentschik
Hi, On Sat, Mar 21, 2015 at 10:55:58AM -0500, Steve Ebersole wrote: > For me its a matter of consistency. Put simply a Service comes from a > ServiceRegistry. That's consistent. This idea that some particular > Service might come from here or there or this other place is not > consistent. To m