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 75820a693dfbfdc7f8c839b39025612f0ee47160
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 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>

Reply via email to