Re: [hibernate-dev] did hibernate.org crash?

2014-11-18 Thread Scott Marlow
Related question, should we instead be using the org/hibernate/hibernate-configuration-3.0.dtd in hibernate-core-4.3.7.Final.jar (instead of accessing the hibernate.org website)? On 11/18/2014 07:48 PM, Scott Marlow wrote: > Trying to open http://hibernate.org/dtd/hibernate-configuration-3.0.dt

[hibernate-dev] did hibernate.org crash?

2014-11-18 Thread Scott Marlow
Trying to open http://hibernate.org/dtd/hibernate-configuration-3.0.dtd, gives a: " Site temporarily disabled This page has been temporarily disabled due to a misconfigured custom domain. Are you the site owner? Follow the instructions for setting up a custom domain with GitHub pages to updat

Re: [hibernate-dev] ORM master

2014-11-18 Thread Steve Ebersole
If there is something you want then pull it over. On Nov 18, 2014 5:08 PM, "Gail Badner" wrote: > Only metamodel-related code was merged from the old metamodel branch into > master, so there is definitely unmerged work still in metamodel-old. I > would keep it around until things get sorted out.

Re: [hibernate-dev] ORM master

2014-11-18 Thread Gail Badner
Only metamodel-related code was merged from the old metamodel branch into master, so there is definitely unmerged work still in metamodel-old. I would keep it around until things get sorted out. - Original Message - > From: "Steve Ebersole" > To: "hibernate-dev" > Sent: Wednesday, Octo

Re: [hibernate-dev] MySQL fractional second precision (HHH-8401, HHH-9444)

2014-11-18 Thread Gail Badner
To clarify, HHH-8401 is to support MySQL fractional seconds; HHH-9444 is to fix test failures due MySQL's new support for fractional seconds. - Original Message - > From: "Gail Badner" > To: "Hibernate Dev" > Sent: Tuesday, November 18, 2014 1:59:26 PM > Subject: MySQL fractional second

[hibernate-dev] MySQL fractional second precision (HHH-9444)

2014-11-18 Thread Gail Badner
MySQL support for fractional seconds in temporal values is documented in [1]: Prior to MySQL 5.6.4, when storing a value into a column of any temporal data type, fractional part is discarded (truncated). When a column is defined as TIMESTAMP(N), N indicates display width rather than fractional s

Re: [hibernate-dev] Hibernate ORM master - 5.0

2014-11-18 Thread Gail Badner
Forgot to CC hibernate-dev mailing list... - Original Message - > From: "Gail Badner" > To: "Steve Ebersole" > Sent: Tuesday, November 18, 2014 9:28:02 AM > Subject: Re: [hibernate-dev] Hibernate ORM master - 5.0 > > You mention possibly for 5.1: "Override EAGER fetching with LAZY (fetc