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 2017/04/12 21:28:33 UTC

[08/10] wicket git commit: Merge remote-tracking branch 'barzi/master' into pr-212-master

Merge remote-tracking branch 'barzi/master' into pr-212-master


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

Branch: refs/heads/master
Commit: a4e28b8a028fc984e2b384596d2ae94e1343a2e7
Parents: c45af37 acf7efb
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Apr 12 22:53:30 2017 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Apr 12 22:53:30 2017 +0200

----------------------------------------------------------------------
 pom.xml                                         |  10 +
 wicket-core/pom.xml                             |  10 +
 .../wicket/DefaultPageManagerProvider.java      |  13 +-
 .../wicket/pageStore/AsynchronousPageStore.java | 364 ++++++++++++
 .../wicket/pageStore/DefaultPageStore.java      |   6 +
 .../org/apache/wicket/pageStore/IPageStore.java |   5 +
 .../wicket/pageStore/PerSessionPageStore.java   |   7 +
 .../pageStore/AsynchronousPageStoreTest.java    | 582 +++++++++++++++++++
 8 files changed, 996 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


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