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

[wicket] branch wicket-9.x updated (45f0333 -> 0559ec5)

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

mgrigorov pushed a change to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from 45f0333  WICKET-6896 AutoCompleteTextField re-opens dropdown item list after item has been selected
     add 0559ec5  WICKET-6897 Javadoc build fails on fresh checkout of master or rel/wicket-9.3.0

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            | 103 +++++++++++-----
 .../java/org/apache/wicket/MarkupContainer.java    |   2 +-
 .../ajax/AjaxNewWindowNotifyingBehavior.java       |   2 +-
 .../wicket/ajax/attributes/AjaxCallListener.java   |   2 +-
 .../AjaxFormChoiceComponentUpdatingBehavior.java   |   2 +-
 .../navigation/paging/AjaxPagingNavigator.java     |   4 +-
 .../wicket/core/util/crypt/AbstractJceCrypt.java   |   4 +-
 .../apache/wicket/markup/html/border/Border.java   |   4 +-
 .../wicket/markup/html/border/BorderBehavior.java  |   4 +-
 .../markup/html/form/AbstractCheckSelector.java    |   2 +-
 .../markup/html/form/AbstractSubmitLink.java       |   5 +-
 .../wicket/markup/html/form/AutoLabelResolver.java |   2 +-
 .../markup/html/form/AutoLabelTextResolver.java    |   2 +-
 .../wicket/markup/html/form/CheckBoxSelector.java  |   2 +-
 .../apache/wicket/markup/html/form/CheckGroup.java |  14 ++-
 .../html/form/CheckboxMultipleChoiceSelector.java  |   2 +-
 .../wicket/markup/resolver/AutoLinkResolver.java   |   4 +-
 .../protocol/http/AbstractRequestLogger.java       |   2 +-
 .../protocol/http/AjaxEnclosureListener.java       |   2 +-
 .../wicket/request/resource/AbstractResource.java  |   8 +-
 .../markup/html/form/AutoLabelWithContentTest.java |   2 +-
 .../html/form/CheckBoxMultipleChoiceTest.java      |   2 +-
 wicket-examples/pom.xml                            |   4 -
 .../request/flow/RedirectToUrlException.java       |   7 +-
 wicket-user-guide/pom.xml                          |   4 -
 .../org/apache/wicket/util/string/StringValue.java |   4 +-
 .../wicket/util/value/CopyOnWriteValueMap.java     | 137 ---------------------
 .../org/apache/wicket/util/value/ValueMap.java     | 111 -----------------
 28 files changed, 112 insertions(+), 331 deletions(-)