Added compatibility note on WildFly 8

This commit is contained in:
Juergen Hoeller
2014-01-13 22:14:51 +01:00
parent 24d40fa3e0
commit cdd65a70af
2 changed files with 6 additions and 6 deletions

View File

@@ -28,11 +28,11 @@ import java.net.URL;
import org.springframework.util.ReflectionUtils;
/**
* Utility for detecting the JBoss VFS version available in the classpath.
* As of Spring 4.0, supports VFS 3.x on JBoss AS 6+ (package {@code org.jboss.vfs}).
* Utility for detecting and accessing JBoss VFS in the classpath.
* As of Spring 4.0, supports VFS 3.x on JBoss AS 6+ (package {@code org.jboss.vfs})
* and is in particular compatible with JBoss AS 7 and WildFly 8.
*
* <p>Thanks go to Marius Bogoevici for the initial patch.
*
* <b>Note:</b> This is an internal class and should not be used outside the framework.
*
* @author Costin Leau