Hi, I want to propose org.apache.wicket.protocol.http.documentvalidation.HtmlDocumentValidator for deprecation in Wicket 8.x and removal in 9.x.
I'm 100% sure no one uses this way of testing. Tests based on HtmlDocumentValidator fail as soon as a single character is changed in the page markup. They are also very verbose to write: https://github.com/apache/wicket/blob/859b0313469215dd230d69f64f475f7b86be7360/wicket-core/src/test/java/org/apache/wicket/markup/html/list/PagedTableTest.java#L62 There are 4 tests in wicket-core that uses it. Will be easy to replace with TagTester or WicketTestCase#executeTest() Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov
