Skip to content

Update jsps for 15.1 beta #491

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

Merged
merged 4 commits into from
Jun 12, 2023
Merged

Update jsps for 15.1 beta #491

merged 4 commits into from
Jun 12, 2023

Conversation

josh-hadley
Copy link
Collaborator

@josh-hadley josh-hadley commented May 31, 2023

Updated jsps for 15.1 beta.

Reviewers please note some related updates to CachedProps.java (set IS_BETA = true and also added some code to get the version without hard-coding).

programmatically determine jspVersion instead of hard-code
@josh-hadley josh-hadley requested review from srl295 and markusicu May 31, 2023 20:57
Copy link
Member

@srl295 srl295 left a comment

Choose a reason for hiding this comment

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

code changes look reasonable

@srl295 srl295 self-requested a review June 1, 2023 17:36
srl295
srl295 previously approved these changes Jun 1, 2023
Copy link
Member

@srl295 srl295 left a comment

Choose a reason for hiding this comment

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

RSLGTM on the data, seems reasonable

macchiati
macchiati previously approved these changes Jun 1, 2023
@josh-hadley
Copy link
Collaborator Author

@markusicu did you want to have a look at this before I merge and hand off the deployment to you (or @srl295 or whoever wants to do it)?

@srl295 srl295 dismissed stale reviews from macchiati and themself via 6ec306a June 12, 2023 20:34
@josh-hadley josh-hadley merged commit 763c03b into main Jun 12, 2023
@josh-hadley josh-hadley deleted the jh-update-jsps branch June 12, 2023 21:02
@@ -43,7 +44,9 @@ public class CachedProps {
final BiMultimap<String, String> nameToAliases = new BiMultimap<String, String>(null, null);
final Map<String, BiMultimap<String, String>> nameToValueToAliases = new LinkedHashMap();

static CachedProps CACHED_PROPS = getInstance(VersionInfo.getInstance(14));
static String jspVersion = IS_BETA ? Settings.lastVersion : Settings.latestVersion;
static VersionInfo jspVersionInfo = VersionInfo.getInstance(jspVersion);
Copy link
Member

Choose a reason for hiding this comment

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

Discussion: As long as we are serving ICU data, we should use jspVersionInfo = UCharacter.getUnicodeVersion();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants