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

2015-03-24 Thread Gunnar Morling
3) seems most desirable to me, too. What type would your "TZ" column have? Just a numeric offset? Or a VARCHAR, also capable of storing textual TZ representations such as "+01:00 Europe/Paris"? I think the latter would be needed to make it fully reflexive for ZonedDateTime. Another variant of 3)

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

2015-03-24 Thread Steve Ebersole
AnimalSniffer is causing us a lot of headaches in conjunction with Java 8. Gunnar suggested overriding the ASM version used, but that did not help for us in Gradle (this could very well be a difference between Maven/Gradle). On Mon, Mar 23, 2015 at 3:57 PM, Hardy Ferentschik wrote: > Hi, > >