On 2013-01-12 15:03, Thomas Neidhart wrote:
> Hi,

Hi Thomas

A while back I made changes to the Maven build so that it produces the
same output as the Ant build. The should mean that we can get rid of the
old Ant build if we want to.

One thing that I'd like to do is to restructure the source code into
several separate Maven modules, so that there is a specific module for
commons-logging-api. The current setup is error prone, as it is
extracting certain files from certain archives and then repackaging them
again, with the risk of loosing meta data like MANIFEST.MF.

> 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

I'm -1 on this change. I don't see any reason to do it. We don't need
features from a more recent Java version in commons-logging. As others
have said: most users of commons-logging are old and older apps.

>  * comply to default maven structure

+1

>  * update to Junit 4

+1

>  * fix the open issues wrt thread safety

Are there patches available for these issues?
Which issues are we talking about?

>  * replace WeakHashtable with a WeakHashMap or a ConcurrentHashMap (see
>    LOGGING-119)
> 
> What do you think?
> 
> Thomas
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to