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 2022/04/12 00:03:14 UTC

[wicket] branch feature/reiern70/WICKET-6969 updated (0986f18ee2 -> 8bb5553d94)

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

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


    omit 0986f18ee2 Update wicket-native-websocket/wicket-native-websocket-core/src/main/java/org/apache/wicket/protocol/ws/WebSocketSettings.java
    omit 81aeb3a7ee Update wicket-native-websocket/wicket-native-websocket-core/src/main/java/org/apache/wicket/protocol/ws/WebSocketSettings.java
    omit 093d8224f1 Update wicket-native-websocket/wicket-native-websocket-core/src/main/java/org/apache/wicket/protocol/ws/api/WebSocketRequestHandler.java
    omit 907df03c89 Update wicket-native-websocket/wicket-native-websocket-core/src/main/java/org/apache/wicket/protocol/ws/WebSocketSettings.java
    omit 493c186e98 {WICKET-6969} use asynchronous messages for charts
    omit 330aace333 {WICKET-6969} allow asynchronous pushing of messages.
    omit 3ae2f76baf {WICKET-6969} allow asynchronous pushing of messages.
    omit e0bb247381 {WICKET-6969} allow asynchronous pushing of messages.
    omit 835ff5953f {WICKET-6969} allow asynchronous pushing of messages.
     add 8188f702bd Added CHANGELOG for release 9.9.1
     add ec87f5f09f WICKET-6970: do not build error message for every render for every panel
     add 8bb5553d94 {WICKET-6969} allow asynchronous pushing of messages.

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   (0986f18ee2)
            \
             N -- N -- N   refs/heads/feature/reiern70/WICKET-6969 (8bb5553d94)

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:
 CHANGELOG-9.x                                      | 13 +++++++++++
 .../java/org/apache/wicket/MarkupContainer.java    | 25 ++++++++++++++++++----
 .../panel/AssociatedMarkupSourcingStrategy.java    |  3 +--
 .../wicket/protocol/ws/WebSocketSettings.java      |  4 ++++
 .../wicket/protocol/ws/api/WebSocketResponse.java  | 15 +++----------
 5 files changed, 42 insertions(+), 18 deletions(-)