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

Upgrade to newer basepom #334

Merged
merged 2 commits into from
May 30, 2019
Merged

Upgrade to newer basepom #334

merged 2 commits into from
May 30, 2019

Conversation

jhaber
Copy link
Member

@jhaber jhaber commented May 30, 2019

This upgrades to new basepom and also builds on Java 11

@jboulter @boulter

@@ -94,6 +94,6 @@ public void itConvertsNominativeFormats() {
ZonedDateTime zonedDateTime = ZonedDateTime.parse("2019-06-06T14:22:00.000+00:00");

assertThat(StrftimeFormatter.formatter("%OB").withLocale(Locale.forLanguageTag("ru")).format(zonedDateTime))
.isEqualTo("Июнь");
.isIn("Июнь", "июнь");
Copy link
Member Author

Choose a reason for hiding this comment

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

Seems like there was a minor change with Java 11; I made the test accept either format so it still works on Java 8

Copy link
Collaborator

Choose a reason for hiding this comment

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

июнь is correct, it was a bug with Java 8.

@boulter boulter requested a review from mattcoley May 30, 2019 13:58
@boulter
Copy link
Contributor

boulter commented May 30, 2019

Will it still target Java 8 bytecode?

@jhaber
Copy link
Member Author

jhaber commented May 30, 2019

Yup

@jhaber jhaber merged commit 5c39685 into master May 30, 2019
@jhaber jhaber deleted the upgrade-basepom branch May 30, 2019 14:23
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