Created the following PR with the update to make the interface methods default: https://github.com/ops4j/org.ops4j.pax.web/pull/216
I can merge myself after CI passes, thank you for the suggestion! Kal Cramer On Friday, October 12, 2018 at 12:48:09 AM UTC-7, laeubi wrote: > > It could return null and code must be aware of this (what would be the > same with a dedicated interface), the API of that method should only > state that: > > a) the default implementation will be removed on next major release > b) it can return null and what happens then > c) if it will be ok to return null in the next major release > > Am 12.10.18 um 09:11 schrieb Grzegorz Grzybek: > > > > > > pt., 12 paź 2018 o 08:56 'Christoph Läubrich' via OPS4J > > <[email protected] <javascript:> <mailto:[email protected] > <javascript:>>> napisał(a): > > > > Just wondering if it is okay for BND if the interface has a (Java 8) > > default implementation (if this is possible), that should be > compatible > > with previous release. > > > > > > Hmm, good idea - I didn't think about it. But what the default method > > could return - probably null... > > > > ~Grzegorz > -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
