This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git.
from b3d911e [WICKET-6876] add an AJAX behavior to transfer client side
files information to server side (when a file/files is/are selected for upload
at client side).
add 0aef810 Update Spring, Mockito, Metrics and Hibernate validator
add 79cca1e WICKET-6880 Documentation of DataTable/DataGridView has
reference to unknown class UserProvider
add e11bc07 WICKET-6877 Removing component's MetaData during detach phase
from within a Behavior causes issue
add c8637e6 WICKET-6877 Fix few typos
add b6a0328 Update Jetty to 9.4.40.v20210413
add d63af38 WICKET-6878 Rendering of relative Urls does not take into
account filterpath for absolute Urls
No new revisions were added by this update.
Summary of changes:
pom.xml | 10 +--
.../src/main/java/org/apache/wicket/Behaviors.java | 16 ++++
.../src/main/java/org/apache/wicket/Component.java | 2 +-
.../org/apache/wicket/mock/MockWebRequest.java | 6 +-
.../apache/wicket/util/tester/WicketTester.java | 31 ++++----
...ContainerTest.java => BehaviorsDetachTest.java} | 31 ++++----
...derItems.html => BehavioursDetachTestPage.html} | 10 +--
.../apache/wicket/BehavioursDetachTestPage.java | 90 ++++++++++++++++++++++
.../wicket/request/cycle/UrlRendererTest.java | 60 +++++++++++++++
.../html/repeater/data/grid/DataGridView.java | 21 +++--
.../markup/html/repeater/data/table/DataTable.java | 24 ++++--
.../main/java/org/apache/wicket/request/Url.java | 21 ++++-
.../org/apache/wicket/request/UrlRenderer.java | 4 +
13 files changed, 266 insertions(+), 60 deletions(-)
copy
wicket-core/src/test/java/org/apache/wicket/{markup/html/basic/EnclosureContainerTest.java
=> BehaviorsDetachTest.java} (64%)
copy
wicket-core/src/test/java/org/apache/wicket/{markup/html/internal/headeritems/PageWithoutHeaderItems.html
=> BehavioursDetachTestPage.html} (59%)
create mode 100644
wicket-core/src/test/java/org/apache/wicket/BehavioursDetachTestPage.java