You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2012/02/01 18:30:16 UTC

[1/3] git commit: Merge branch 'wicket-1.5.x' of https://git-wip-us.apache.org/repos/asf/wicket into wicket-1.5.x

Updated Branches:
  refs/heads/wicket-1.5.x 965398fb8 -> c08eec8fc


Merge branch 'wicket-1.5.x' of https://git-wip-us.apache.org/repos/asf/wicket into wicket-1.5.x


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

Branch: refs/heads/wicket-1.5.x
Commit: c08eec8fc541594ece1605ae36a4b5fc6ad4a7b3
Parents: 70c8733 965398f
Author: Igor Vaynberg <iv...@apache.org>
Authored: Wed Feb 1 09:30:22 2012 -0800
Committer: Igor Vaynberg <iv...@apache.org>
Committed: Wed Feb 1 09:30:22 2012 -0800

----------------------------------------------------------------------
 .../src/main/java/org/apache/wicket/Component.java |   44 +-
 .../java/org/apache/wicket/MarkupContainer.java    |   42 -
 .../strategy/DefaultAuthenticationStrategy.java    |    2 +-
 .../org/apache/wicket/markup/html/form/Form.java   |    4 -
 .../wicket/markup/html/form/StatelessForm.java     |   32 +
 .../protocol/http/mock/MockHttpServletRequest.java |   22 +-
 .../util/io/WicketSerializeableException.java      |    2 +
 ...ponentBehaviorOverComponentTagBehaviorTest.java |   83 +
 .../org/apache/wicket/OnMarkupAttachedTest.java    |   96 +
 .../http/mock/MockHttpServletRequestTest.java      |   36 +
 .../wicket/stateless/StatelessFormUrlTest.java     |   35 +-
 .../apache/wicket/util/io/FullyBufferedReader.java |   11 -
 .../org/apache/wicket/util/string/StringValue.java | 1665 ++++++++-------
 .../wicket/util/value/CopyOnWriteValueMap.java     |  905 ++++----
 .../org/apache/wicket/util/value/ValueMap.java     | 1708 +++++++--------
 .../apache/wicket/util/string/StringValueTest.java |   23 +
 16 files changed, 2524 insertions(+), 2186 deletions(-)
----------------------------------------------------------------------