This is an automated email from the ASF dual-hosted git repository. solomax pushed a commit to branch japicmp-cleanup in repository https://gitbox.apache.org/repos/asf/wicket.git
commit ccb036f57203b8afc6e17bf82f2933250431eb52 Author: Maxim Solodovnik <[email protected]> AuthorDate: Wed Sep 9 12:37:45 2026 +0700 Fixes issue #1584: japicmp exclusions are removed --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 6c695881ca..10e7e7fcc1 100644 --- a/pom.xml +++ b/pom.xml @@ -866,12 +866,6 @@ <breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications> <onlyBinaryIncompatible>true</onlyBinaryIncompatible> <ignoreMissingClasses>true</ignoreMissingClasses> - <excludes> - <exclude> - <!-- [ERROR] Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.15.3:cmp (default) on project wicket-core: There is at least one incompatibility: org.apache.wicket.markup.html.form.EnumChoiceRenderer:METHOD_REMOVED_IN_SUPERCLASS --> - org.apache.wicket.markup.html.form.EnumChoiceRenderer - </exclude> - </excludes> <overrideCompatibilityChangeParameters> <overrideCompatibilityChangeParameter> <compatibilityChange>METHOD_ABSTRACT_NOW_DEFAULT</compatibilityChange>
