-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the module timestamp instead of the timestamp of the state object
Currently the state timestamp is used what can change if a bundle is resolved not only when it is installed/updated/uninstalled, but the Platform#getStateStamp() claims exactly this. To restore the documented behavior this iterates over all bundles and uses its Module#getTimestamp instead, this also removes the reference to the PlatformAdmin that currently requires the compatibility module and could therefore be removed from this once we have migrated PDE.
- Loading branch information
Showing
2 changed files
with
18 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters