On Sat, Jan 12, 2013 at 3:03 PM, Thomas Neidhart <[email protected]> wrote: > Hi, > > I would like to do a similar cleanup as for email also for logging and > aim for a 1.2 release in the coming weeks. The things I have in mind: > > * update to Java 5 > * comply to default maven structure > * update to Junit 4 > * fix the open issues wrt thread safety > * replace WeakHashtable with a WeakHashMap or a ConcurrentHashMap (see > LOGGING-119) > > What do you think?
from technical point of view +1. But do you really think its worth fixing [logging]? As I see it its just for use of legacy applications. Or are you looking to implement commons-logging 2.0 which supports f.e. logback or log4j2? If you go with java5 it probably does not have use for legacy apps and with the lack of modern logging framework support it does not have use for modern apps. Cheers > > Thomas > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- http://www.grobmeier.de https://www.timeandbill.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
