-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Current bootstrap classpath cache invlidation is based on a latest timestamp of a pom.xml in the workspace. That potentially could not be enough in case some of the pom.xml files get updated (from a remote repository) with a timestamp that appears to be earlier than the recorded latest one, resulting in the CP cache not being invalidated.
Instead of relying on the latest timestamp, some kind of hash value should be calculated using the timestamps of all the pom.xml files in the workspace and used as the CP cache validity ID.
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working