Open cypherdare opened 7 years ago
I might be mistaken, but I don't think difference 7012 (adding a method to an interface) is a breaking change if it is a new method in an annotation, and a default value is provided. It shouldn't be triggering an error.
There is a problem with this requirement for packages that are built with JDK < 1.8
Also changing the new method declaration to have a default implementation does not resolve the error.
I might be mistaken, but I don't think difference 7012 (adding a method to an interface) is a breaking change if it is a new method in an annotation, and a default value is provided. It shouldn't be triggering an error.