GitHub user svenmeier opened a pull request: https://github.com/apache/wicket/pull/283
Wicket-6563 page store implementation Basically I propose to *unify IPageStore with IDateStore *allow all IPageStore implementations to use Request/Session data (see DiskPageStore, GroupingPageStore and CryptingPageStore) as needed *cut down PageStoreManager to a very simple manager with a chain of stores, each offering different solutions. I appreciate your feedback. You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/wicket WICKET-6563 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/wicket/pull/283.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #283 ---- commit bcf76f517310ac5d27a2092595c3a925c3973067 Author: Sven Meier <svenmeier@...> Date: 2018-06-25T15:19:41Z WICKET-6563 new IPageStore implementation commit a3604f7c359f9bbd2df03d57831c3f0d838ef521 Author: Sven Meier <svenmeier@...> Date: 2018-07-03T18:18:10Z WICKET-6563 allow passing of SerializedPage between page stores commit ad1f9b88ce8412e2b8eec5de72073b9688deb3bb Author: Sven Meier <svenmeier@...> Date: 2018-07-03T21:52:10Z WICKET-6563 javadoc and test for SerializingPageStore; keep page type in serializedpage commit 2f70db06d3aa7f1ee07c96e1287507fe0021f18e Author: Sven Meier <svenmeier@...> Date: 2018-07-05T18:09:49Z WICKET-6563 crypt page store commit 7e9c7e5166fda6692163c9551dc56d3177acfe6d Author: Sven Meier <svenmeier@...> Date: 2018-07-07T18:37:54Z WICKET-6563 IPageContext set synchronization prevent multiple threads from settings data into IPageContext concurrently commit fd7b26bac6f72d5ebc647f490263c41f169faec1 Author: Sven Meier <svenmeier@...> Date: 2018-07-09T08:54:57Z WICKET-6563 improved test ---- ---