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/11 10:00:49 UTC

[wicket] branch WICKET-6930-websocket-improvements updated (dd443bc -> 04aaa7f)

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.


    omit dd443bc  WICKET-6930: remove unused import
    omit d6a17b7  WICKET-6930: minor fixes
    omit e8e61a6  WICKET-6930: minor fixes
    omit 830a229  WICKET-6930: context is now configurable at behavior level
    omit 8c24d14  WICKET-6930: revert un-needed changes
    omit 74bea3b  WICKET-6930: move context to IKey
    omit 2fee06a  WICKET-6930: implement suggestions
    omit 1496ec3  WICKET-6930: comment
    omit 45be187  WICKET-6930: 1) allow to skip sending empty WS messages 2) pass page class as a kind of context that can be used to send a web socket to different pages + example of updating a component in a given page (nort dependent on page ID)
    omit c0c6316  create demo page showing how to use push in order to update a component via web-sockets.
     add 24f19bb  Change wrong 'to determinate' into correct 'to determine' (#480)
     add 04aaa7f  WICKET-6930: This commit adds: 1) allow to skip sending empty WS messages 2) pass page class as a kind of context that can be used to send a web socket to different pages + example of updating a component in a given page (not dependent on page ID)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (dd443bc)
            \
             N -- N -- N   refs/heads/WICKET-6930-websocket-improvements (04aaa7f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 wicket-user-guide/src/main/asciidoc/forms2/forms2_9.adoc           | 2 +-
 wicket-user-guide/src/main/asciidoc/i18n/i18n_5.adoc               | 2 +-
 wicket-user-guide/src/main/asciidoc/keepControl/keepControl_1.adoc | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)