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
An at startup safety check framework was added as part of #5295. That PR at one point had a JDK end-of-life check based on the current timestamp, but it was removed to do the non-determinism of it (old versions of the software should continue to run as-is, and not fail one day once a timestamp threshold has been crossed).
To re-add this check, we can either use a deterministic timestamp (#3705), or we can use a fixed set of JDK versions that we know we have tested against (#5316).
The text was updated successfully, but these errors were encountered:
An at startup safety check framework was added as part of #5295. That PR at one point had a JDK end-of-life check based on the current timestamp, but it was removed to do the non-determinism of it (old versions of the software should continue to run as-is, and not fail one day once a timestamp threshold has been crossed).
To re-add this check, we can either use a deterministic timestamp (#3705), or we can use a fixed set of JDK versions that we know we have tested against (#5316).
The text was updated successfully, but these errors were encountered: