I asked a few questions in the wiki comment section.
>Remove “strange” interfaces that had to be created before Java 8 provided
default methods.
Looking at our Javadoc, it seems we forgot to deprecate our copy of
BiConsumer. We did deprecate our copy of Supplier so that's good.
Gary
On Sat, Jan
Please review and provide feedback on
https://cwiki.apache.org/confluence/display/LOGGING/Properties+Enhancement.
Note that some of the major goals of 3.0 are:
* Fully support the Java Platform Module System by having all relevant jars
contain a module-info.java class.
* In support of JPMS, hav