This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit d3a9ddc89e513dd183d6d96826f5266ff41ac6d3 Author: aherbert <aherb...@apache.org> AuthorDate: Mon Oct 10 13:01:05 2022 +0100 Re-enable JApiCmp in the core module This had been disabled for the 1.4 to 1.5 comparison. JApiCmp does not recognise methods moved from a class to a default implementation in an interface. --- .../src/site/resources/{profile.japicmp.disabled => profile.japicmp} | 5 ----- 1 file changed, 5 deletions(-) diff --git a/commons-rng-core/src/site/resources/profile.japicmp.disabled b/commons-rng-core/src/site/resources/profile.japicmp similarity index 83% rename from commons-rng-core/src/site/resources/profile.japicmp.disabled rename to commons-rng-core/src/site/resources/profile.japicmp index 1334b03e..6fe28ff3 100644 --- a/commons-rng-core/src/site/resources/profile.japicmp.disabled +++ b/commons-rng-core/src/site/resources/profile.japicmp @@ -15,8 +15,3 @@ # ----------------------------------------------------------------------------- # # Empty file used to automatically trigger profile from commons parent pom -# -# TODO: Enable JApiCmp -# This has been disabled for the 1.4 to 1.5 comparison. -# JApiCmp does not recognise methods moved from a class to a default -# implementation in an interface.