Skip to content

Instantly share code, notes, and snippets.

@stliu
Created April 24, 2013 16:52
Show Gist options
  • Save stliu/5453658 to your computer and use it in GitHub Desktop.
Save stliu/5453658 to your computer and use it in GitHub Desktop.
------------------------------------------------------------------------
r20996 | stliu | 2011-12-14 11:02:55 +0800 (Wed, 14 Dec 2011) | 1 line
upgrade to 3.4.0.CP05
------------------------------------------------------------------------
r20993 | alessandrolt | 2011-11-19 03:00:04 +0800 (Sat, 19 Nov 2011) | 1 line
JBPAPP-7488 - including testJarVisitorFactory() to JarVisitorTest Test Case. This test asserts the correct return of JarVisitorFactory.getVisitor
------------------------------------------------------------------------
r20992 | alessandrolt | 2011-11-19 02:59:19 +0800 (Sat, 19 Nov 2011) | 1 line
JBPAPP-7488 - 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.
------------------------------------------------------------------------
r20922 | stliu | 2011-03-12 21:54:35 +0800 (Sat, 12 Mar 2011) | 1 line
JBPAPP-6013 hibernate annotations and entitymanager log output show wrong version number
------------------------------------------------------------------------
r20920 | stliu | 2011-03-12 21:38:13 +0800 (Sat, 12 Mar 2011) | 1 line
remove out-of-date files
------------------------------------------------------------------------
r20906 | stliu | 2011-02-12 15:13:44 +0800 (Sat, 12 Feb 2011) | 1 line
Upgrade to 3.4.0.GA_CP04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment