Merge remote-tracking branch 'origin/master' into lambdas

Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/cc9036e5
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/cc9036e5
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/cc9036e5

Branch: refs/heads/lambdas
Commit: cc9036e5a76da8df0923702c773d57b0b8f08e5c
Parents: c2bf291 4d18b76
Author: Michael Mosmann <[email protected]>
Authored: Tue Oct 20 22:41:50 2015 +0200
Committer: Michael Mosmann <[email protected]>
Committed: Tue Oct 20 22:41:50 2015 +0200

----------------------------------------------------------------------
 README                                          |  12 +-
 .../src/main/webapp/WEB-INF/web.xml             |   4 +-
 pom.xml                                         |   6 +-
 testing/wicket-js-tests/Gruntfile.js            |   6 +-
 testing/wicket-js-tests/pom.xml                 |   4 +-
 .../authentication/panel/SignInPanel.java       |   6 +-
 .../role/annotations/AuthorizeAction.java       |  10 +-
 .../role/annotations/AuthorizeActions.java      |   6 +-
 .../annotations/AuthorizeInstantiation.java     |   6 +-
 .../role/annotations/AuthorizeResource.java     |   2 +-
 .../org/apache/wicket/cdi/AutoConversation.java |   3 +-
 .../org/apache/wicket/cdi/CdiConfiguration.java |   3 +-
 .../wicket/cdi/ConversationalComponent.java     |   3 +-
 .../org/apache/wicket/cdi/NonContextual.java    |   2 +-
 .../org/apache/wicket/cdi/CdiConfiguration.java |   2 +-
 .../org/apache/wicket/cdi/NonContextual.java    |   4 +-
 .../java/org/apache/wicket/Application.java     |  57 ++++--
 .../main/java/org/apache/wicket/Component.java  |   5 -
 .../java/org/apache/wicket/MarkupContainer.java | 107 -----------
 .../ajax/attributes/AjaxRequestAttributes.java  |  20 ---
 .../ajax/form/AjaxFormValidatingBehavior.java   |   3 +
 .../ajax/markup/html/form/AjaxButton.java       |   9 +-
 .../navigation/paging/AjaxPagingNavigator.java  |  16 +-
 .../application/ReloadingClassLoader.java       |  11 +-
 .../core/request/mapper/BookmarkableMapper.java |   5 +
 .../core/request/mapper/PackageMapper.java      |  18 +-
 .../org/apache/wicket/markup/MarkupCache.java   |   4 +-
 ...aScriptFilteredIntoFooterHeaderResponse.java |   5 -
 .../apache/wicket/markup/html/WebComponent.java |  57 +++++-
 .../wicket/markup/html/WebMarkupContainer.java  |  15 +-
 .../html/form/CheckBoxMultipleChoice.java       |   5 -
 .../CheckBoxMultipleChoiceWicket6Listener.java  |  50 ------
 .../wicket/markup/html/form/RadioChoice.java    |   5 -
 .../html/form/RadioChoiceWicket6Listener.java   |  50 ------
 .../wicket/markup/html/include/Include.java     |  32 ++--
 .../markup/html/link/DisabledLinkBehavior.java  | 180 -------------------
 .../wicket/markup/html/list/ListItemModel.java  |  20 +--
 .../markup/html/pages/BrowserInfoPage.java      |  15 --
 .../model/util/WildcardCollectionModel.java     |  59 ------
 .../wicket/model/util/WildcardListModel.java    |  64 -------
 .../wicket/model/util/WildcardSetModel.java     |  59 ------
 .../wicket/protocol/http/ClientProperties.java  |  20 +--
 .../protocol/http/ReloadingWicketFilter.java    |   4 +-
 .../wicket/protocol/http/WicketFilter.java      |   2 +
 .../http/mock/MockHttpServletRequest.java       | 164 +----------------
 .../request/resource/AbstractResource.java      |  18 +-
 .../wicket/resource/PropertiesFactory.java      |   5 +-
 .../apache/wicket/settings/DebugSettings.java   |  29 ---
 .../services/org.apache.wicket.IInitializer     |   1 +
 .../wicket/org.apache.wicket.core.properties    |  15 --
 .../org/apache/wicket/MarkupContainerTest.java  |  91 ----------
 .../form/AjaxFormValidatingBehaviorTest.java    |  54 ++++++
 .../AjaxFormValidatingBehaviorTestPage.html     |  16 ++
 .../AjaxFormValidatingBehaviorTestPage.java     |  97 ++++++++++
 .../ajax/markup/html/form/AjaxButtonTest.java   |   2 +
 .../wicket/ajax/markup/html/form/HomePage.html  |   2 +-
 .../request/mapper/BookmarkableMapperTest.java  |  24 +++
 .../core/request/mapper/PackageMapperTest.java  |  28 ++-
 .../markup/html/border/BorderWithForm.html      |  32 ++++
 .../markup/html/border/BorderWithForm.java      |  34 ++++
 .../markup/html/border/BorderWithFormPage.html  |  41 +++++
 .../markup/html/border/BorderWithFormPage.java  |  40 +++++
 .../markup/html/border/ComponentBorderTest.java |  33 ++++
 .../wicket/settings/DebugSettingsTest.java      |  25 +--
 .../extensions/yui/calendar/DateTimeField.java  |  10 +-
 .../services/org.apache.wicket.IInitializer     |   1 +
 .../org.apache.wicket.devutils.properties       |  15 --
 .../navomatic/NavomaticApplication.java         |   9 -
 .../services/org.apache.wicket.IInitializer     |   1 +
 .../org.apache.wicket.atmosphere.properties     |  15 --
 .../ajax/markup/html/modal/ModalWindow.java     |  10 +-
 .../markup/html/basic/SmartLinkLabel.java       |   4 +-
 .../html/repeater/data/sort/OrderByLink.java    |  25 ---
 .../markup/html/repeater/tree/AbstractTree.java |   6 +-
 .../markup/html/repeater/tree/NestedTree.java   |   4 +-
 .../markup/html/repeater/tree/TableTree.java    |   4 +-
 .../html/repeater/tree/content/Folder.java      |   6 +-
 .../html/repeater/tree/theme/human/theme.css    |  10 +-
 .../html/repeater/tree/theme/windows/theme.css  |   6 +-
 .../services/org.apache.wicket.IInitializer     |   1 +
 .../org.apache.wicket.extensions.properties     |  15 --
 .../wicket/proxy/LazyInitProxyFactory.java      |   2 +-
 .../apache/wicket/jmx/DebugSettingsMBean.java   |  14 +-
 .../wicket/jmx/wrapper/DebugSettings.java       |  10 +-
 .../services/org.apache.wicket.IInitializer     |   1 +
 .../wicket/org.apache.wicket.jmx.properties     |  15 --
 .../mapper/mount/IMountedRequestMapper.java     |  70 --------
 .../wicket/request/mapper/mount/Mount.java      |  73 --------
 .../request/mapper/mount/MountMapper.java       | 174 ------------------
 .../request/mapper/mount/MountParameters.java   | 121 -------------
 .../mapper/mount/UnmountedMapperAdapter.java    |  80 ---------
 .../mount/UnmountedRequestHandlerAdapter.java   |  77 --------
 .../wicket/util/collections/IntHashMap.java     |   2 +-
 .../apache/wicket/util/convert/IConverter.java  |   6 +-
 .../wicket/util/convert/MaskConverter.java      |   1 -
 .../converter/ZeroPaddingIntegerConverter.java  |  63 -------
 .../org/apache/wicket/util/diff/AddDelta.java   |   4 +-
 .../apache/wicket/util/diff/ChangeDelta.java    |   4 +-
 .../apache/wicket/util/diff/DeleteDelta.java    |   6 +-
 .../apache/wicket/util/diff/DiffAlgorithm.java  |   4 +-
 .../wicket/util/listener/ChangeListenerSet.java |  31 +---
 .../wicket/util/listener/IChangeListener.java   |   6 +-
 .../wicket/util/listener/IChangeListener2.java  |  34 ----
 .../wicket/util/resource/ResourceUtils.java     |   2 +-
 .../util/string/AppendingStringBuffer.java      |   4 +-
 .../wicket/util/value/CopyOnWriteValueMap.java  |   9 -
 .../wicket/util/watch/IModificationWatcher.java |   2 +-
 .../wicket/util/watch/ModificationWatcher.java  |   4 +-
 .../services/org.apache.wicket.IInitializer     |   1 +
 .../org.apache.wicket.velocity.properties       |  15 --
 110 files changed, 718 insertions(+), 1986 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/cc9036e5/pom.xml
----------------------------------------------------------------------

Reply via email to