jenkinsci/build-monitor-plugin

Remove YUI from build-monitor

Closed this issue · 1 comments

What feature do you want to see added?

The plugin uses YAHOO.util.Cookie

To be able to stop delivering YUI which is no longer maintained all plugins should stop using it.

See https://issues.jenkins.io/browse/JENKINS-73539

The plugin should directly read/write cookies with plain javascript probably.

Upstream changes

No response

Are you interested in contributing this feature?

No response

Since these cookies do not seem to be read by the server, storing in LocalStorage might be better.