This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch wicket-10.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/wicket-10.x by this push:
new f947e690d1 Fixes issue #1584: japicmp exclusions are removed (#1585)
(#1596)
f947e690d1 is described below
commit f947e690d133a0bc8cca8065ce7d5523b506fa9b
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Fri Sep 11 17:41:48 2026 +0700
Fixes issue #1584: japicmp exclusions are removed (#1585) (#1596)
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6315c395be..4dcdbce56d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -830,12 +830,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>