GitHub user bollinger opened a pull request:
https://github.com/apache/wicket/pull/192
Make websocket messages seriaizable.
The web socket ConnectedMessage was not serializable.
Pages using WebSocketBehavior that stored the ConnectedMessage were
therefore not serializable.
This patch makes all known AbstractClientMessage classes serialiazable, and
tests this.
Scala to java makes me swear.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bollinger/wicket master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/192.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #192
----
commit 4a09d2a64c62946517bafbdf37349375bfe4a5aa
Author: Peter Henderson <[email protected]>
Date: 2016-02-12T09:12:24Z
Removed conflict marker from comment.
commit 59855ac795a178914be5b35ff1871edd059b7976
Author: Peter Henderson <[email protected]>
Date: 2016-07-08T08:21:22Z
Merge remote-tracking branch 'upstream/master'
commit 29a0d0927ba738bd0ccc6bc807a7ff07220bb31a
Author: Peter Henderson <[email protected]>
Date: 2016-07-08T09:59:40Z
BugFix: Ajax add header style sheet link mangles it.
commit e9ed025fe19ff2e892a06a49176593ebee0d4591
Author: Peter Henderson <[email protected]>
Date: 2016-10-21T07:15:28Z
Merge remote-tracking branch 'upstream/master'
commit 9b96962bb286947086cddbc6c796771b2b9fc021
Author: Peter Henderson <[email protected]>
Date: 2016-11-19T15:57:37Z
Merge remote-tracking branch 'upstream/master'
commit d92826e414b22141cc04b9104c1b9ad7eff3ddde
Author: Peter Henderson <[email protected]>
Date: 2016-11-19T22:17:17Z
Web socket messages are now serializable.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---