This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git.
from e32f81d WICKET-6880 Documentation of DataTable/DataGridView has
reference to unknown class UserProvider
new 2c46ad3 WICKET-6877 Removing component's MetaData during detach phase
from within a Behavior causes issue
new f4e2240 WICKET-6877 Fix few typos
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:
.../src/main/java/org/apache/wicket/Behaviors.java | 16 ++++
.../src/main/java/org/apache/wicket/Component.java | 2 +-
...untedPageTest.java => BehaviorsDetachTest.java} | 25 +++---
...derItems.html => BehavioursDetachTestPage.html} | 10 +--
.../apache/wicket/BehavioursDetachTestPage.java | 90 ++++++++++++++++++++++
5 files changed, 121 insertions(+), 22 deletions(-)
copy
wicket-core/src/test/java/org/apache/wicket/{RestartWithMountedPageTest.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