Details
-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.6.4.RELEASE
-
Fix Version/s: 3.7.0.RELEASE
-
Component/s: EDITING
-
Labels:
-
Environment:Windows 7
Description
Even with the Spring builders and validators disabled in the project, STS is very slow at rebuilding a workspace. I typically see this when I have updated the repo from git, then hit "refresh" on the project. What happens is that there are several threads running BeansConfig.executePostProcessor, with one active one calling java.io.WinNTFileSystem.getLastModifiedTime and several others BLOCKED on UrlResourceFinder.findResource.