You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by sv...@apache.org on 2020/11/15 11:33:08 UTC

[wicket] branch master updated: WICKET-6847 comment for clirr configuration

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1409d26  WICKET-6847 comment for clirr configuration
1409d26 is described below

commit 1409d269e2c93bff83f8a5b57bbac5ecf238487f
Author: Sven Meier <sv...@apache.org>
AuthorDate: Sun Nov 15 12:32:54 2020 +0100

    WICKET-6847 comment for clirr configuration
    
    clirr does not support adding default methods to interfaces
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 9d9e356..7fbce92 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1134,6 +1134,7 @@
 						<failOnError>true</failOnError>
 						<logResults>true</logResults>
 						<ignored>
+							<!-- TODO remove in 10.x - clirr does not support default methods -->
 							<difference>
 								<differenceType>7012</differenceType>
 								<className>org/apache/wicket/page/IPageManager</className>