-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: EAP_EWP 5.1.1
-
Fix Version/s: EAP_EWP 5.2.0
-
Component/s: None
-
Labels:None
-
Affects:Release Notes
-
Release Notes Text:
-
Release Notes Docs Status:Documented as Resolved Issue
-
Docs QE Status: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().
- incorporates
-
JBCL-181 Cache getResources in all layers
-
- Resolved
-
- is incorporated by
-
JBPAPP-7610 Upgrade jboss-cl to 2.0.11
-
- Closed
-