You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Dennis Lundberg <de...@apache.org> on 2013/01/15 19:47:22 UTC

Re: svn commit: r1432688 - /commons/proper/logging/trunk/pom.xml

On 2013-01-13 19:14, tn@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?

> 
> 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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1432688 - /commons/proper/logging/trunk/pom.xml

Posted by Gary Gregory <ga...@gmail.com>.
On Tue, Jan 15, 2013 at 3:31 PM, Christian Grobmeier <gr...@gmail.com>wrote:

> On Tue, Jan 15, 2013 at 7:47 PM, Dennis Lundberg <de...@apache.org>
> wrote:
> > On 2013-01-13 19:14, tn@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.
>

Sounds good to me.

Gary


>
> >
> >>
> >> 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-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
>
>
>
> --
> http://www.grobmeier.de
> https://www.timeandbill.de
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: svn commit: r1432688 - /commons/proper/logging/trunk/pom.xml

Posted by Christian Grobmeier <gr...@gmail.com>.
On Tue, Jan 15, 2013 at 7:47 PM, Dennis Lundberg <de...@apache.org> wrote:
> On 2013-01-13 19:14, tn@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-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>



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

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