-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.1
-
None
-
None
-
Release Notes
-
-
Documented as Resolved Issue
-
NEW
BaseClassloader's getResources() and getResourcesLocally() methods perform slowly compared to getResource()/getResourceLocally(). This is because getRescourceLocally() implements a cache that it checks first to quickly return repeated resources while getResourcesLocally() implements no cache but goes straight to the VFS. The fix implement similar caching for getResourcesLocally().
- is incorporated by
-
JBPAPP-7610 Upgrade jboss-cl to 2.0.11
- Closed