[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! :)

Reply via email to