Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIXED JENKINS-35270] Support loading js localization bundles from plugins #2400

Closed
wants to merge 3 commits into from
Closed

[FIXED JENKINS-35270] Support loading js localization bundles from plugins #2400

wants to merge 3 commits into from

Conversation

kzantow
Copy link
Contributor

@kzantow kzantow commented Jun 7, 2016

Support loading js localization bundles from plugins.

Fixes: https://issues.jenkins-ci.org/browse/JENKINS-35270

* @throws MissingResourceException when no bundle is found
*/
@Nonnull
public static JSONObject getBundle(String baseName) throws MissingResourceException {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO the new methods should be Restricted as well.
Otherwise it cannot be considered for backporting

@oleg-nenashev
Copy link
Member

Would be great to see a direct unit test

@oleg-nenashev oleg-nenashev added needs-more-reviews Complex change, which would benefit from more eyes needs-comments-resolved Comments in the PR need to be addressed before it can be considered for merging labels Jun 10, 2016
@oleg-nenashev
Copy link
Member

Test failure is related from what I see

@oleg-nenashev
Copy link
Member

@kzantow Any plans to finalize the PR?

@oleg-nenashev
Copy link
Member

@kzantow Ping

@oleg-nenashev
Copy link
Member

No response from @kzantow after multiple pings.
Closing in favor of #2586 by @scherler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-comments-resolved Comments in the PR need to be addressed before it can be considered for merging needs-more-reviews Complex change, which would benefit from more eyes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants