-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Change licence expiration date pattern #39681
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
Conversation
Due to migration from joda - java licence expiration 'full date' format has to use 4-char pattern (MMMM). However since jdk9 the date with ROOT locale will still return abbreviated days and month names.
|
Pinging @elastic/es-core-infra |
tvernum
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but the assumeTrue message was copied incorrectly between tests.
x-pack/plugin/core/src/test/java/org/elasticsearch/license/LicenseServiceTests.java
Outdated
Show resolved
Hide resolved
…enseServiceTests.java Co-Authored-By: pgomulka <[email protected]>
|
@pgomulka Sorry, I should have checked the labels when I reviewed this. |
|
@tvernum good idea. That probably should be backported to 7.0 too right? |
|
Yes, |
Due to migration from joda to java.time licence expiration 'full date' format has to use 4-char pattern (MMMM). Also since jdk9 the date with ROOT locale will still return abbreviated days and month names. closes elastic#39136
Due to migration from joda to java.time licence expiration 'full date' format has to use 4-char pattern (MMMM). Also since jdk9 the date with ROOT locale will still return abbreviated days and month names. closes elastic#39136
|
@pgomulka I'm assuming there is nothing left to backport and removed the backport pending label. |
Due to migration from joda - java licence expiration 'full date' format
has to use 4-char pattern (MMMM). However since jdk9 the date with ROOT
locale will still return abbreviated days and month names.
closes #39136