[hibernate-dev] GSOC15 OGM

2015-03-22 Thread Adam Stawicki
Do we still have enough time to suggest an additional idea? I think about picking, interesting form me, already existing JIRA issues like: [1] [2] [3] [4]. What do you think? [1] https://hibernate.atlassian.net/browse/OGM-728 [2] https://hibernate.atlassian.net/browse/OGM-768 [3] https://hiberna

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

2015-03-22 Thread andrea boriero
for me at the moment it would be 6pm and it should be good. On 21 March 2015 at 21:08, Steve Ebersole wrote: > Gail and I discussed Jira a little bit last week and how to best manage > scheduling issues. > > We both agreed that a team get together, either weekly or every-other-week, > to discuss

[hibernate-dev] Date/Time Support and timezones

2015-03-22 Thread Steve Ebersole
As I start work on supporting Java 8 Date/Time types, I wanted to get everyone's opinion on handling OffsetDateTime, OffsetTime and ZonedDateTime with regards to timezone. Each represent a date/time in a particular timezone/offset (much like a Calendar). A few options: 1) Forego OffsetDateTime,

[hibernate-dev] Gradle build and multiple JDKs

2015-03-22 Thread Steve Ebersole
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 AnimalSniffer... ___ hibernate-dev mai