🌐 AI搜索 & 代理 主页
Skip to content

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 markusicu and srl295 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

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.

5 participants