Yah, this JSON migration issue is a though one. No problem, I will
restart a new vote for 6.x.
PS: let's keep fingers crossed for 7.x :-)
On 13/05/2017 15:05, Sebastien wrote:
[x] No, don't release Apache Wicket 6.27.0, because: JSONObject#wrap does
not wrap "Object" objects
Hi Andrea,
The following line has not been retrofit in wicket6.x (JSONObject#wrap):
} else {
return new JSONObject(o);
}
Wicket7.x:
https://github.com/apache/wicket/blob/wicket-7.x/wicket-core/src/main/java/org/apache/wicket/ajax/json/JSONObject.java#L1011
Wicket6.x:
https://github.com/apache/wicket/blob/wicket-6.x/wicket-core/src/main/java/org/apache/wicket/ajax/json/JSONObject.java#L983
Thanks (sorry) & best regards,
Sebastien
PS: but look at the good news, Wicket7 release is now good! :)