You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments