Hi, [WICKET-6287] - Switch from json.org to open-json
This is not true (yet) for 6.26.0 and 7.6.0 On Mon, Jan 2, 2017 at 12:44 PM, <adelb...@apache.org> wrote: > Repository: wicket > Updated Branches: > refs/heads/wicket-6.x ac4589f52 -> 9f262d3fc > > > Added CHANGELOG for release 6.26.0 > > > Project: http://git-wip-us.apache.org/repos/asf/wicket/repo > Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e322cc7e > Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e322cc7e > Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e322cc7e > > Branch: refs/heads/wicket-6.x > Commit: e322cc7ec172be6ba1d58fec3c85c7476eaccfbc > Parents: ac4589f > Author: Andrea Del Bene <adelb...@apache.org> > Authored: Wed Dec 28 17:37:09 2016 +0100 > Committer: Andrea Del Bene <adelb...@apache.org> > Committed: Wed Dec 28 17:45:44 2016 +0100 > > ---------------------------------------------------------------------- > CHANGELOG-6.x | 31 +++++++++++++++++++++++++++++++ > 1 file changed, 31 insertions(+) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/wicket/blob/e322cc7e/CHANGELOG-6.x > ---------------------------------------------------------------------- > diff --git a/CHANGELOG-6.x b/CHANGELOG-6.x > index f9895bd..f4e4e0a 100644 > --- a/CHANGELOG-6.x > +++ b/CHANGELOG-6.x > @@ -2,6 +2,37 @@ This file contains all changes done in releases for > Apache Wicket 6.x. > > ======================================================================= > > +Release Notes - Wicket - Version 6.26.0 > + > +** Sub-task > + > + * [WICKET-6278] - Backport TagTester fix to 6.x and 7.x > + > +** Bug > + > + * [WICKET-6250] - FileUploadField does not deteach models and fails > to null the reference to the transient fileUploads field if > forceCloseStreamsOnDetach is false > + * [WICKET-6267] - Native Websocket exception when the page is expired > + * [WICKET-6270] - No upload is seen as empty upload after WICKET-6210 > + * [WICKET-6279] - AttributeModifier.VALUELESS_ATTRIBUTE_REMOVE does > not work after deserialisation > + * [WICKET-6289] - Autolinking adds onclick attribute to <img> tags > + * [WICKET-6290] - CssUrlReplacer doesn't understand data: urls and > breaks them > + * [WICKET-6295] - Clicking Link in BrowserInfoPage results in > infinite request loop > + * [WICKET-6296] - Not possible to add WebSocketBehavior in ajax > request > + > +** Improvement > + > + * [WICKET-6260] - Revert Ajax detection needed for character encoding > to WebRequest.isAjax() > + * [WICKET-6261] - CheckGroupSelector default selection state > incorrect when the list of Checks is empty > + * [WICKET-6271] - IRequestableComponent getPage() javaDoc and > Component implementation mismatch > + * [WICKET-6274] - Add origin header to ajax requests in > BaseWicketTester > + * [WICKET-6282] - Make native web socket message classes serializable > + > +** Task > + > + * [WICKET-6287] - Switch from json.org to open-json > + > +======================================================================= > + > Release Notes - Wicket - Version 6.25.0 > > ** Sub-task > >