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/07/27 08:56:51 UTC

[wicket] branch wicket-9.x updated (42dd2b9 -> 5256d3c)

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 42dd2b9  WICKET-6909 Link to Javadoc for 9.x is broken on the website
     add 5256d3c  Fix javadoc errors

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  4 +--
 .../src/main/java/org/apache/wicket/Component.java |  1 +
 .../java/org/apache/wicket/IGenericComponent.java  |  2 +-
 .../java/org/apache/wicket/MarkupContainer.java    |  5 +--
 .../src/main/java/org/apache/wicket/Session.java   | 38 ++++++++++++----------
 .../wicket/ajax/attributes/AjaxAttributeName.java  | 10 +++---
 .../wicket/core/request/mapper/ResourceMapper.java |  7 ++--
 .../wicket/core/util/crypt/AbstractJceCrypt.java   |  1 -
 .../org/apache/wicket/markup/ComponentTag.java     |  2 +-
 .../java/org/apache/wicket/markup/MarkupCache.java |  4 +--
 .../org/apache/wicket/markup/html/CrossOrigin.java |  8 +++--
 .../markup/html/SecurePackageResourceGuard.java    |  1 +
 .../wicket/markup/html/image/ExternalImage.java    |  4 +--
 .../org/apache/wicket/markup/html/image/Image.java |  2 +-
 .../org/apache/wicket/markup/html/link/Link.java   |  4 +--
 .../wicket/markup/html/media/MediaComponent.java   | 16 ++++-----
 .../apache/wicket/markup/html/media/Source.java    |  4 +--
 .../org/apache/wicket/markup/html/media/Track.java |  2 +-
 .../apache/wicket/markup/parser/XmlPullParser.java |  2 +-
 .../apache/wicket/pageStore/CryptingPageStore.java |  2 +-
 .../wicket/protocol/http/ClientProperties.java     |  2 +-
 .../protocol/http/ReloadingWicketFilter.java       | 12 +++----
 .../apache/wicket/protocol/http/WicketServlet.java |  4 +--
 .../SecuredRemoteAddressRequestWrapperFactory.java |  1 +
 .../protocol/http/servlet/WicketSessionFilter.java |  2 --
 .../servlet/XForwardedRequestWrapperFactory.java   |  5 +++
 .../resource/caching/IStaticCacheableResource.java |  2 +-
 .../caching/version/CachingResourceVersion.java    |  2 +-
 .../version/MessageDigestResourceVersion.java      |  1 -
 .../resource/TextTemplateResourceReference.java    |  2 +-
 .../apache/wicket/util/tester/WicketTester.java    |  3 +-
 .../wicket/http2/markup/head/PushHeaderItem.java   |  3 +-
 .../apache/wicket/http2/markup/head/PushItem.java  |  6 ++--
 .../html/autocomplete/AutoCompleteSettings.java    |  1 +
 .../ajax/markup/html/modal/ModalDialog.java        |  2 +-
 .../apache/wicket/request/http/WebResponse.java    |  1 -
 .../wicket/spring/test/ApplicationContextMock.java |  2 +-
 .../java/org/apache/wicket/util/diff/AddDelta.java | 15 ---------
 .../org/apache/wicket/util/diff/ChangeDelta.java   | 15 ---------
 .../org/apache/wicket/util/diff/DeleteDelta.java   | 15 ---------
 .../java/org/apache/wicket/util/diff/Delta.java    |  2 --
 .../apache/wicket/util/diff/myers/MyersDiff.java   |  2 --
 42 files changed, 89 insertions(+), 130 deletions(-)