This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 39a8cbe JApiCmp has been fixed to longer need a special configuration
to mark new default interface methods as binary compatible.
39a8cbe is described below
commit 39a8cbe4336da28b0791d6c0834cd7e7b0a30074
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 30 17:31:36 2021 -0400
JApiCmp has been fixed to longer need a special configuration to mark
new default interface methods as binary compatible.
---
pom.xml | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/pom.xml b/pom.xml
index d60e8d9..da99c6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -471,18 +471,6 @@ file comparators, endian transformation classes, and much
more.
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
- <configuration>
- <parameter>
- <overrideCompatibilityChangeParameters>
- <overrideCompatibilityChangeParameter>
- <compatibilityChange>METHOD_NEW_DEFAULT</compatibilityChange>
- <binaryCompatible>true</binaryCompatible>
- <sourceCompatible>true</sourceCompatible>
- <semanticVersionLevel>PATCH</semanticVersionLevel>
- </overrideCompatibilityChangeParameter>
- </overrideCompatibilityChangeParameters>
- </parameter>
- </configuration>
</plugin>
</plugins>
</build>
@@ -504,18 +492,6 @@ file comparators, endian transformation classes, and much
more.
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
- <configuration>
- <parameter>
- <overrideCompatibilityChangeParameters>
- <overrideCompatibilityChangeParameter>
- <compatibilityChange>METHOD_NEW_DEFAULT</compatibilityChange>
- <binaryCompatible>true</binaryCompatible>
- <sourceCompatible>true</sourceCompatible>
- <semanticVersionLevel>PATCH</semanticVersionLevel>
- </overrideCompatibilityChangeParameter>
- </overrideCompatibilityChangeParameters>
- </parameter>
- </configuration>
</plugin>
</plugins>
</reporting>