This is an automated email from the ASF dual-hosted git repository.
reiern70 pushed a change to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
from 40c2ca18cb WICKET-7150: Do not check whether the javax impl is in use
(#1121)
add b23ce21b31 [WICKET-7153] 1) make system mapper more reusable by making
newResourceReferenceMapper protected and 2) roll a hash code version of
ResourceReferenceMapper that encodes class names by using their hash code.
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/wicket/SystemMapper.java | 6 +-
.../mapper/HashBasedResourceReferenceMapper.java | 182 +++++++++++++++++++++
.../HashBasedResourceReferenceMapperTest.java | 105 ++++++++++++
3 files changed, 290 insertions(+), 3 deletions(-)
create mode 100644
wicket-core/src/main/java/org/apache/wicket/core/request/mapper/HashBasedResourceReferenceMapper.java
create mode 100644
wicket-core/src/test/java/org/apache/wicket/core/request/mapper/HashBasedResourceReferenceMapperTest.java