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
Many usages of String.format in the relational component are relying on the default Locale, this could render resulting strings in unexpected way if the JVM process is running with a specific locale such as lrc_IR for example. We should use String.format in a locale-neutral way to avoid such issues.
The text was updated successfully, but these errors were encountered:
Many usages of
String.format
in the relational component are relying on the defaultLocale
, this could render resulting strings in unexpected way if the JVM process is running with a specific locale such aslrc_IR
for example. We should useString.format
in a locale-neutral way to avoid such issues.The text was updated successfully, but these errors were encountered: