Re: [hibernate-dev] What should happen to queued operations when a collection is detached?

2018-10-04 Thread Gail Badner
Guillaume has reviewed my PR and I've pushed the fix to master. I still think the inconsistency should be resolved. I have no plans to do any more on this without any feedback. Regards, Gail On Tue, Oct 2, 2018 at 6:16 PM Gail Badner wrote: > Since I haven't heard anything back, I've gone ahe

[hibernate-dev] Should the LocalTimeType use the globally configured TimeZone?

2018-10-04 Thread Vlad Mihalcea
Hi, While reviewing this Jira issue: https://hibernate.atlassian.net/browse/HHH-12988 and further discussing it via Twitter, I wonder if we should persist LocalTime as-is without any TimeZone transformation that may be done if we enable `hibernate.jdbc.time_zone`? According to the Date/Time API,