On Mon, 2006-01-23 at 01:12 +0000, robert burrell donkin wrote: > i've uploaded RC1 to http://people.apache.org/~rdonkin/commons-logging/. > please check and test the release candidate and report any mistakes or > problems. > > you'll probably notice that the jars are numbered 1.1 (not 1.1RC1 as is > more usual). i'd like to use a variation of the httpd/struts/tomcat > release approval process. i'll outline how this would work tomorrow. > > BTW does anyone know a reliable way to convert unix->windoz file endings > for text file endings? (i know stephen prefers zip's to use windoz > format.)
I've noticed the commons-logging-adapters.jar includes LogFactoryImpl. I don't think this will actually do any harm, but I don't think it's needed either. The LogFactory class always loads the default o.a.c.l.impl.LogFactoryImpl class via its own classloader, never the TCCL so it will never be used. I'll commit a patch to remove this from the adapters jarfile. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
