Branch: refs/heads/5.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 0280fe6d2ac8683c9253ab472b356fb9b339dc2d
https://github.com/hibernate/hibernate-orm/commit/0280fe6d2ac8683c9253ab4...
Author: Selaron <holger.sunke(a)email.de>
Date: 2015-11-16 (Mon, 16 Nov 2015)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/CacheableFileXmlSource.java
Log Message:
-----------
HHH-10181 - CacheableFileXmlSource.doBind uses obsolete .bin file
Check for obsolete cache file during runtime of doBind(..) instead of
CacheableFileXmlSource instantiation only. Subsequent calls of doBind on
a given CacheableFileXmlSource instance should detect that cache file is
fresh and make use of it.
(cherry picked from commit b1e4fc1ae460358080b5fbca438f1b6c4dc5d6bd)