@Marcelo - Many thanks...Yes. That makes sense. Thanks. Seems like this release should be a -1 then because we’re breaking BC without a major version change. Right??
-Rob > On Jan 28, 2019, at 2:07 PM, Marcelo Vanzin <[email protected]> > wrote: > > On Mon, Jan 28, 2019 at 11:01 AM Rob Tompkins <[email protected]> wrote: >> Before I vote on the the thread, does adding a method to an interface cause >> BC to break? I would think not. All of the clirr errors are merely >> additions. Further the JAPICMP report confirms this. > > Existing classes that implement the interface won't have the newly > added method. So if some other code calls that method in one of these > implementations, they'll get an "AbstractMethodError" (or something > similar). > > -- > Marcelo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
