You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by re...@apache.org on 2021/11/09 06:33:44 UTC

[wicket] branch WICKET-6930-websocket-improvements updated (2fee06a -> 74bea3b)

This is an automated email from the ASF dual-hosted git repository.

reiern70 pushed a change to branch WICKET-6930-websocket-improvements
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from 2fee06a  WICKET-6930: implement suggestions
     add 74bea3b  WICKET-6930: move context to IKey

No new revisions were added by this update.

Summary of changes:
 .../websocket/progress/ProgressUpdater.java        | 14 +++++++++++--
 .../ws/api/AbstractWebSocketProcessor.java         |  8 +++-----
 .../protocol/ws/api/BaseWebSocketBehavior.java     |  4 ++--
 .../api/registry/{IKey.java => AbstractKey.java}   | 21 +++++++++++++-------
 .../wicket/protocol/ws/api/registry/IKey.java      |  7 ++++++-
 .../wicket/protocol/ws/api/registry/PageIdKey.java | 23 ++++------------------
 .../protocol/ws/api/registry/ResourceNameKey.java  |  8 +++++++-
 .../ws/api/registry/ResourceNameTokenKey.java      |  9 ++++++++-
 8 files changed, 56 insertions(+), 38 deletions(-)
 copy wicket-native-websocket/wicket-native-websocket-core/src/main/java/org/apache/wicket/protocol/ws/api/registry/{IKey.java => AbstractKey.java} (78%)