-
Notifications
You must be signed in to change notification settings - Fork 117
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
readerForUpdating(objectToUpdate).readValue(json) behaves unexpectedly on Optional<List> #214
Comments
Hmmh. I can see why this is sub-optimal. I think the root cause may be due to Quick question: just for reproduction, would behavior be identical if you used |
AtomicReference works well. looks like it is specific to Optional |
Was about to claim I cannot reproduce this, until I realized I had not initialized Note that I think I can fix this for 2.12.4. |
As per notes, now fixed in 2.12 branch, to be included in 2.12.4. |
thanks |
assume we have
The text was updated successfully, but these errors were encountered: