You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by cm...@apache.org on 2014/08/25 07:58:01 UTC

[15/15] git commit: Merge branch 'wicket-6.x' into WICKET-5677

Merge branch 'wicket-6.x' into WICKET-5677


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

Branch: refs/heads/WICKET-5677
Commit: 0a8e964f1a3c3226f52ab22137455acf55f45c74
Parents: 055958a 3a5648b
Author: Carl-Eric Menzel <cm...@apache.org>
Authored: Mon Aug 25 07:41:06 2014 +0200
Committer: Carl-Eric Menzel <cm...@apache.org>
Committed: Mon Aug 25 07:41:06 2014 +0200

----------------------------------------------------------------------
 CHANGELOG-6.x                                   |  73 ++++++++++++
 pom.xml                                         |   9 ++
 wicket-bean-validation/pom.xml                  |   6 +
 .../validation/DefaultViolationTranslator.java  |  71 +++++++++---
 .../bean/validation/PropertyValidator.java      |  29 +++--
 .../validation/DefaultPropertyResolverTest.java | 113 ++++++++++++++++++-
 .../PropertyValidatorRequiredTest.java          |  22 +++-
 .../PasswordConstraintAnnotation.java           |  47 ++++++++
 .../customconstraint/PasswordValidator.java     |  58 ++++++++++
 .../org/apache/wicket/ajax/AjaxChannel.java     |  12 +-
 .../AjaxPagingNavigationIncrementLink.java      |   4 -
 .../paging/AjaxPagingNavigationLink.java        |   4 -
 .../wicket/ajax/res/js/wicket-ajax-jquery.js    |  16 +--
 .../wicket/util/tester/BaseWicketTester.java    |  15 ++-
 ...tartComponentInPageRedirectToRenderTest.java |  51 +++++++++
 .../ajax/markup/html/AjaxEditableLabel.java     |   7 +-
 16 files changed, 483 insertions(+), 54 deletions(-)
----------------------------------------------------------------------