This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.
from 0ad7549 Bump maven-bundle-plugin to 5.1.3
new 65ea4ce Fix the setup of WebSocket support in StartExamples
new 40e4e25 Do not resolve the WebSocket IKey twice
new 0fdb24b Minor non-functional improvements/cleanups
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
wicket-core/src/main/java/org/apache/wicket/Page.java | 3 +--
.../main/java/org/apache/wicket/feedback/FeedbackDelay.java | 2 +-
.../src/main/java/org/apache/wicket/page/IPageManager.java | 2 +-
.../test/java/org/apache/wicket/examples/StartExamples.java | 11 +++++------
.../wicket/protocol/ws/api/AbstractWebSocketProcessor.java | 5 +++--
.../apache/wicket/protocol/ws/api/BaseWebSocketBehavior.java | 2 +-
.../ws/api/registry/SimpleWebSocketConnectionRegistry.java | 6 +++---
.../wicket/protocol/ws/javax/WicketServerEndpointConfig.java | 2 +-
8 files changed, 16 insertions(+), 17 deletions(-)