On Mon, Jan 28, 2019 at 11:36 AM sebb <seb...@gmail.com> wrote:
> > Haven't looked at the code, but if it's being compiled for java 8, and
> > the new methods have a default implementation, then it's fine. clirr
> > just complains because it's too old to know about default methods.
>
> I don't think so.
>
> I think Clirr is complaining because it affects source compatibility,
> and the Maven report does not distinguish source/binary complaints.

Correct. If affects source compatibility if the new method doesn't
have a default implementation. With a default implementation, it does
not. But clirr does not know about that, since it was last updated
when Java 5 was released, IIRC...

-- 
Marcelo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to