On Tue, Jan 15, 2013 at 7:47 PM, Dennis Lundberg <denn...@apache.org> wrote:
> On 2013-01-13 19:14, t...@apache.org wrote:
>> Author: tn
>> Date: Sun Jan 13 18:14:24 2013
>> New Revision: 1432688
>>
>> URL: http://svn.apache.org/viewvc?rev=1432688&view=rev
>> Log:
>> Upgrade test dependencies: log4j 1.2.17, avalong-framework 4.1.5
>
> These are not test dependencies - they are real dependencies used in the
> implementations of Log4JLogger and AvalonLogger respectively.
> Do we really want to upgrade these?

1.2.17 does not longer support jdk 1.3, not sure if this is important
for commons-logging.
I am not sure on the exact changes from 1.2.12 on to now, but there
are a few big issues in log4j and so I would think it is a good idea
to stick with the most recent version.

>
>>
>> Modified:
>>     commons/proper/logging/trunk/pom.xml
>>
>> Modified: commons/proper/logging/trunk/pom.xml
>> URL: 
>> http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1432688&r1=1432687&r2=1432688&view=diff
>> ==============================================================================
>> --- commons/proper/logging/trunk/pom.xml (original)
>> +++ commons/proper/logging/trunk/pom.xml Sun Jan 13 18:14:24 2013
>> @@ -444,7 +444,7 @@ under the License.
>>      <dependency>
>>        <groupId>log4j</groupId>
>>        <artifactId>log4j</artifactId>
>> -      <version>1.2.12</version>
>> +      <version>1.2.17</version>
>>        <optional>true</optional>
>>      </dependency>
>>      <dependency>
>> @@ -456,7 +456,7 @@ under the License.
>>      <dependency>
>>        <groupId>avalon-framework</groupId>
>>        <artifactId>avalon-framework</artifactId>
>> -      <version>4.1.3</version>
>> +      <version>4.1.5</version>
>>        <optional>true</optional>
>>      </dependency>
>>      <dependency>
>>
>>
>
>
> --
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>



--
http://www.grobmeier.de
https://www.timeandbill.de

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

Reply via email to