You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to spring-projects/spring-boot#8706, it might be worth considering switching from json to android-json or a similar library for a licensing reason.
Thanks,
Serhiy
The text was updated successfully, but these errors were encountered:
Unfortunately androidjson library is really old (and crappy) and does not support some of the features I need (like converting a map containing BigDecimals to JsonObject) In other words, it seems that it's not worth the effort to support it (see the commit where I tried aadd3b3) But, as JsonUnit is trying to use a best library it can find, you may try to add another JSON library (like Jackson 2) into your test dependencies and it should be used instead of json.org.
Hi,
According to spring-projects/spring-boot#8706, it might be worth considering switching from
json
toandroid-json
or a similar library for a licensing reason.Thanks,
Serhiy
The text was updated successfully, but these errors were encountered: