You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2020/11/19 12:12:32 UTC

Re: Incompatible Version

Hi,

As discussed in the PR, you cannot break binary compatibility in 4.x and we
currently have no plans for 5.0 AFAIK.

Gary

On Thu, Nov 19, 2020, 02:38 Arturo Bernal <ar...@yahoo.com.invalid>
wrote:

> I have a doubt. I have made a PR with change that broke the binary for
> incompatibility. I'm aware of that, but one of the Jenkins jobs fails
> because of that.
>
> how can i solve that?
>
> The PR ā€”> https://github.com/apache/commons-collections/pull/195 <
> https://github.com/apache/commons-collections/pull/195>
> Jobs. ā€”>
> https://travis-ci.com/github/apache/commons-collections/builds/202652644 <
> https://travis-ci.com/github/apache/commons-collections/builds/202652644>
>
>
> Iā€™m getting
>
> [ERROR] Failed to execute goal
> com.github.siom79.japicmp:japicmp-maven-plugin:0.14.3:cmp (default-cli) on
> project commons-collections4: There is at least one incompatibility:
> org.apache.commons.collections4.IterableUtils.IterableUtils():CONSTRUCTOR_LESS_ACCESSIBLE
> -> [Help 1]
>
>
> Regards