This is an automated email from the ASF dual-hosted git repository.
bitstorm 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 39a774fc56 Fixes issue #1584: japicmp exclusions are removed (#1585)
39a774fc56 is described below
commit 39a774fc56a44d6a520f14d9f152df3af6b449b4
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Fri Sep 11 15:28:04 2026 +0700
Fixes issue #1584: japicmp exclusions are removed (#1585)
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9a8e70a91d..d411cf03d7 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>