Skip to content

Conversation

@srl295
Copy link
Member

@srl295 srl295 commented Dec 9, 2024

  • update text of CLA
  • improve format of CLA form
  • also, fix date serialization issue in UserSettings (Gson setting issue) for the signed date

CLDR-17612

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

Screenshot

image

- remove the self-sign for corp cla
- also, fix date serialization issue in UserSettings (Gson setting issue) for the signed date
@srl295 srl295 self-assigned this Dec 9, 2024
@srl295
Copy link
Member Author

srl295 commented Dec 9, 2024

fyi @annebright

@srl295
Copy link
Member Author

srl295 commented Dec 9, 2024

text update:

image

Copy link
Contributor

@AEApple AEApple left a comment

Choose a reason for hiding this comment

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

Preview LGTM, but someone else will need to review the java.


public void setJson(String name, Object o) {
final Gson gson = new Gson();
final Gson gson = new GsonBuilder().setDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSS'Z'").create();
Copy link
Member Author

Choose a reason for hiding this comment

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

this makes it work properly serializing dates.

@srl295 srl295 merged commit 178ef98 into unicode-org:main Dec 13, 2024
12 checks passed
@srl295 srl295 mentioned this pull request Dec 13, 2024
1 task
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.

3 participants