All PRs for open-json are merged, now.
* master (8.x)
* wicket-7.x (7.x)
* wicket-6.x (6.x)
kind regards
Tobias
Am 03.01.17 um 10:48 schrieb Martin Grigorov:
8.x as well. I thought it is already applied there.
Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov
On Tue, Jan 3, 2017 at 10:22 AM, Tobias Soloschenko <
tobiassolosche...@googlemail.com> wrote:
What about 8.x?
kind regards
Tobias
Am 03.01.2017 um 09:47 schrieb Martin Grigorov <mgrigo...@apache.org>:
Right!
I think it is a good idea to remove this entry from the site at least.
Please merge the OpenJson branches to wicket-6.x and wicket-7.x.
Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov
On Tue, Jan 3, 2017 at 9:17 AM, Tobias Soloschenko <
tobiassolosche...@googlemail.com> wrote:
Nope - I think we did not change the fix versions before release
-!that's
the reason why it appears in the notes
kind regards
Tobias
Am 03.01.2017 um 08:57 schrieb Martin Grigorov <mgrigo...@apache.org>:
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