Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: b1e4fc1ae460358080b5fbca438f1b6c4dc5d6bd
https://github.com/hibernate/hibernate-orm/commit/b1e4fc1ae460358080b5fbc...
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.