Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 259ccc06fb01cbe5d2eb3a4bd232a49fefd835a5
https://github.com/jenkinsci/jenkins/commit/259ccc06fb01cbe5d2eb3a4bd232a49fefd835a5
Author: Vincent Latombe <[email protected]>
Date: 2023-12-14 (Thu, 14 Dec 2023)
Changed paths:
M core/src/main/java/jenkins/util/ResourceBundleUtil.java
R core/src/test/java/jenkins/util/ResourceBundleUtilTest.java
A test/src/test/java/jenkins/util/ResourceBundleUtilTest.java
Log Message:
-----------
[JENKINS-72449] Specify that no fallback to the default locale should be used
when looking up a resource bundle via `I18n` action. (#8776)
[JENKINS-72449] Specify that no fallback to the default locale should be used
when looking up a resource bundle
When running the JVM with a default locale that is not english, the
resource bundle lookup for english would return a bundle with that
default locale, instead of using the "default" that is english.
Also changed bundle resolution to use uberClassloader rather than
iterating on all plugin classloaders
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/302e6a-259ccc%40github.com.