We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When defining a custom pattern in @JsonbNumberFormat you still end up with a Locale depending and thus non-portable JSON.
This should be pointed out in the JavaDoc.
The text was updated successfully, but these errors were encountered:
fixes: jakartaee#362 Locale problem with JsonbNumberFormat
16b1911
IMO it should not just be pointed out in the docs (one could easily miss this) but instead a locale must be defined when you use @JsonbNumberFormat
This is of course a breaking change though :/
Sorry, something went wrong.
fixes: jakartaee#362 Locale with JsonbNumberFormat
272d158
improvements in wording, copyright updated and unnecessary import removed.
Successfully merging a pull request may close this issue.
When defining a custom pattern in @JsonbNumberFormat you still end up with a Locale depending and thus non-portable JSON.
This should be pointed out in the JavaDoc.
The text was updated successfully, but these errors were encountered: