This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git.


    from f43143d  Bump Spring to 5.2.5
     new faff306  Bump JUnit to 5.6.1
     add 1ed9c6b  WICKET-6751 Expose lock methods to PageLock can be reused in 
custom implementations
     add e73de68  WICKET-6751 Extract `IPageLockManager` interface and move 
current locking implementation to `DefaultPageLockManager`
     add 60d8f87  Merge remote-tracking branch 'upstream/master' into 
WICKET-6751-page-synchronizer-strategy
     add c66ee6e  WICKET-6751 Formatting
     new 84d9a42  Merge branch 'WICKET-6751-page-synchronizer-strategy' of 
https://github.com/theigl/wicket into 
theigl-WICKET-6751-page-synchronizer-strategy
     new e4c560d  WICKET-6751 Minor improvements
     new e851bd6  Merge branch 'theigl-WICKET-6751-page-synchronizer-strategy'

The 4 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:
 pom.xml                                            |   2 +-
 .../apache/wicket/page/DefaultPageLockManager.java | 224 +++++++++++++++++++++
 .../org/apache/wicket/page/IPageLockManager.java}  |  64 ++----
 .../apache/wicket/page/PageAccessSynchronizer.java | 179 ++--------------
 .../wicket/page/PageAccessSynchronizerTest.java    |   5 +-
 5 files changed, 266 insertions(+), 208 deletions(-)
 create mode 100644 
wicket-core/src/main/java/org/apache/wicket/page/DefaultPageLockManager.java
 copy wicket-core/src/{test/java/org/apache/wicket/util/tester/apps_1/Book.java 
=> main/java/org/apache/wicket/page/IPageLockManager.java} (56%)

Reply via email to