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

CLDR-16838 Login bug; preliminary refactoring/debugging #3385

Closed
wants to merge 1 commit into from

Conversation

btangmu
Copy link
Member

@btangmu btangmu commented Nov 7, 2023

-Add a temporary debugging boolean HARD_CODE_REDIRECT_PORT to enable testing locally with nginx on port 8888

-Delete dead code and fix compiler warnings in WebContext.java, SurveyMain.java, and related files

-Remove the Deprecated label for the phase BETA since we still use it

-Delete the other deprecated phases and dependent code

-Add warning comments for methods that appear unused but are still accessed by jsp

-Comments

CLDR-16838

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

-Add a temporary debugging boolean HARD_CODE_REDIRECT_PORT to enable testing locally with nginx on port 8888

-Delete dead code and fix compiler warnings in WebContext.java, SurveyMain.java, and related files

-Remove the @deprecated label for the phase BETA since we still use it

-Delete the other deprecated phases and dependent code

-Add warning comments for methods that appear unused but are still accessed by jsp

-Comments
@btangmu btangmu self-assigned this Nov 7, 2023
*/
@Deprecated
BETA("Beta", CheckCLDR.Phase.SUBMISSION);
Copy link
Member Author

Choose a reason for hiding this comment

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

We actually used BETA at the beginning of v44

@btangmu btangmu closed this Nov 7, 2023
@btangmu btangmu deleted the t16838_a branch November 7, 2023 17:10
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.

1 participant