-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Preserve zero decimal (backport to 2.9.x) #839
Preserve zero decimal (backport to 2.9.x) #839
Conversation
481e661
to
78c69cb
Compare
@trbogart @trbogart You would need to add following filters to https://github.com/playframework/play-json/blob/main/build.sbt#L53-L59 to the 2.9.x branch's
|
@mkurz The changed methods are all package-private, not part of the public API, so they should be ok to change. We just need to add the filters. |
@gmethvin OK cool, I didn't check the diff actually 😉 |
Yeah, there were actually a lot of useful changes here to make it easier to evolve these APIs in a binary-compatible way in the future as well. |
Pull Request Checklist
Fixes
See #831 for more information. This backports that to 2.9.x.