-
Notifications
You must be signed in to change notification settings - Fork 47
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
Could not find implicit value for parameter encoder (NameEncoder) with 0.42.0 #81
Comments
Looking through the MRs I think this is what introduced the breaking change - https://github.com/xdotai/play-json-extensions/pull/74/files Can this issue remain as a reminder the readme needs to be updated? I think I should be using 'BaseNameEncoder' to retain previous behaviour but i'm not sure? Is that right? |
Like @henricook , I had to explore the source to fix the problem. In case anyone else is stuck here's a solution:
|
Thanks for the pointers. I found a slightly tidier solution - adding this import.
|
Hi all,
When upgrading to 0.42.0...
With a straightforward case class of only
Boolean
fieldsIt's not clear from the docs or open issues what to do about it, can anyone help? Is it a bug?
The text was updated successfully, but these errors were encountered: