Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-core
Commit: 7eb737d7caf4e72e9457a050410c0042dc2d2a57
https://github.com/hibernate/hibernate-core/commit/7eb737d7caf4e72e9457a0...
Author: Alessandro Lazarotti <alessandrolt2(a)gmail.com>
Date: 2011-11-23 (Wed, 23 Nov 2011)
Changed paths:
M
hibernate-entitymanager/src/main/java/org/hibernate/ejb/packaging/JarVisitorFactory.java
M
hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/JarVisitorTest.java
Log Message:
-----------
JBPAPP-7491 , JBPAPP-7488 , HHH-6806 : The method getVisitor(URL jarUrl, Filter[]
filters, String entry) does not have conditionals for protocols vfs based, like vfszip or
vfsfile. It returns an InputStreamZippedJarVisitor implementation for both protocols. If
it is a vfszip, it will work, but will not not for vfsfile. The fix includes vfszip and
vfsfile to JarVisitorFactory, so it can return FileZippedJarVisitor (more efficient than
InputStreamZippedJarVisitor) for vfszip and ExplodedJarVisitor for vfsfile
Commit: abb1f365c11de07241bc16942795d71a7047e8bc
https://github.com/hibernate/hibernate-core/commit/abb1f365c11de07241bc16...
Author: Emmanuel Bernard <emmanuel(a)hibernate.org>
Date: 2011-11-23 (Wed, 23 Nov 2011)
Changed paths:
M
hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/packaging/JarVisitorTest.java
Log Message:
-----------
Style
Compare:
https://github.com/hibernate/hibernate-core/compare/6c7379c...abb1f36