[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Looking for advice about json-simple 3 transition



Le 13/05/2020 à 15:46, Gilles Filippini a écrit :

> I'd like to push json-simple 3.1.1 into unstable, but I'm not sure how I
> should handle the transition. The 3.x releases are not backward
> compatible with 2.x.
> 
> A whole set of deprecated classes has been removed:
>> * Deprecated JSONParse and JSONValue in favor of Jsoner.
>> * Deprecated JSONStreamAware and JSONAware in favor of Jsonable.
>> * Deprecated JSONObject in favor of JsonObject.
>> * Deprecated JSONArray in favor of JsonArray.

Did you consider reintroducing the removed classes? That's the strategy
I've adopted for Guava. That's much less hassle than patching the
reverse dependencies and handling a transition.

Emmanuel Bourg


Reply to: