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

Fix wrong signature: DateTimeFormatterBuilder#toFormatter() is using default locale #182

Merged
merged 1 commit into from
Sep 6, 2021

Conversation

uschindler
Copy link
Member

@uschindler uschindler commented Sep 6, 2021

The original commit a3ceb3e added a package private method from inside the JDK to the forbidden api list, but the actual public one calling those one was forgotten.

This adds the broken method. This may report more failures in code out there, so we need to put it into release note.

….format.DateTimeFormatterBuilder#toFormatter()` is using default locale.
@uschindler uschindler added the bug label Sep 6, 2021
@uschindler uschindler added this to the 3.2 milestone Sep 6, 2021
@uschindler uschindler self-assigned this Sep 6, 2021
@uschindler uschindler merged commit 11cc933 into main Sep 6, 2021
@uschindler uschindler deleted the dev/DateTimeFormatter-signatures branch September 6, 2021 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant