This is an automated email from the ASF dual-hosted git repository. tv pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-jcs.git
commit 326f6fa6f7433d175edd36e95cf8b15569a7afdd Author: Thomas Vandahl <[email protected]> AuthorDate: Tue Feb 17 20:11:24 2026 +0100 Generate japicmp report --- commons-jcs4-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-jcs4-core/pom.xml b/commons-jcs4-core/pom.xml index ea8406a0..08d6e56e 100644 --- a/commons-jcs4-core/pom.xml +++ b/commons-jcs4-core/pom.xml @@ -44,7 +44,7 @@ <!-- generate report even if there are binary incompatible changes --> <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications> <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses> - <japicmp.skip>true</japicmp.skip> + <japicmp.skip>false</japicmp.skip> <commons.osgi.import> com.fasterxml.jackson.databind.*;resolution:=optional, jakarta.servlet.*;resolution:=optional,
