This is an automated email from the ASF dual-hosted git repository.
svenmeier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.
from 615bec1 [WICKET-6661] Upgrade to jquery 3.4.1
new 2cbc73e WICKET-6563 allow usage as cache and as persistent store
new ee9af92 WICKET-6563 allow untouch of page
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/org/apache/wicket/Application.java | 2 +-
.../src/main/java/org/apache/wicket/Page.java | 8 +-
.../src/main/java/org/apache/wicket/Session.java | 3 +-
.../request/handler/RenderPageRequestHandler.java | 2 +-
.../org/apache/wicket/mock/MockPageManager.java | 10 +-
.../java/org/apache/wicket/page/IPageManager.java | 29 ++--
.../apache/wicket/page/PageAccessSynchronizer.java | 14 +-
.../java/org/apache/wicket/page/PageManager.java | 10 +-
.../wicket/pageStore/DelegatingPageStore.java | 6 +
.../org/apache/wicket/pageStore/IPageStore.java | 9 ++
.../wicket/pageStore/InSessionPageStore.java | 147 ++++++++++++---------
.../apache/wicket/pageStore/RequestPageStore.java | 12 +-
.../core/request/mapper/TestMapperContext.java | 2 +-
.../DontStoreNotRenderedPageTestCase.java | 4 +-
.../html/TransparentWebMarkupContainerTest.java | 4 +-
.../wicket/page/PageAccessSynchronizerTest.java | 2 +-
.../wicket/page/PersistentPageManagerTest.java | 2 +-
.../pageStore/InSessionPageStoreSizeTest.java | 2 +-
.../wicket/pageStore/RequestPageStoreTest.java | 34 ++++-
.../wicket/request/handler/PageProviderTest.java | 10 +-
.../apache/wicket/examples/frames/BodyFrame.java | 2 +-
.../ajax/markup/html/modal/ModalWindow.java | 2 +-
22 files changed, 203 insertions(+), 113 deletions(-)