This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git.
from 2cc21ad WICKET-6773 Return early if possible and allocate behavior
list lazily
new 50e8167 WICKET-6829 Use String.isEmpty() instead of "".equals(...)
new e7c3b68 WIcKET-6827 Fix the build. Add missing imports
The 2 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:
.../java/org/apache/wicket/ConverterLocator.java | 4 ++--
.../markup/html/form/AbstractSingleSelectChoice.java | 4 ++--
.../wicket/markup/html/image/ExternalImage.java | 2 +-
.../org/apache/wicket/markup/html/image/Image.java | 2 +-
.../wicket/markup/html/basic/SimplePageTest.java | 13 +++++++------
.../apache/wicket/examples/wizard/NewUserWizard.java | 5 +++--
.../ajax/markup/html/AjaxEditableLabel.java | 5 +----
.../ajax/markup/html/AjaxEditableMultiLineLabel.java | 5 +----
.../src/main/java/org/apache/wicket/request/Url.java | 20 +++++++++++---------
.../java/org/apache/wicket/request/UrlRenderer.java | 2 +-
.../wicket/util/resource/ZipResourceStream.java | 8 +++-----
.../java/org/apache/wicket/util/string/Strings.java | 7 +++++--
12 files changed, 38 insertions(+), 39 deletions(-)