Re: svn commit: r1765341 - in /commons/proper/logging/trunk/src: changes/changes.xml main/java/org/apache/commons/logging/LogFactory.java main/java/org/apache/commons/logging/impl/SimpleLog.java

2016-10-17 Thread Gary Gregory
On Mon, Oct 17, 2016 at 2:25 PM, sebb wrote: > Also, java.io.IOException can be replaced by IOException ... > Fixed. > > On 17 October 2016 at 20:38, Benedikt Ritter wrote: > > Hello Gary, > > > > do you see a way to back this change with tests? >

[RESULT] Release Apache Commons Weaver 1.3 based on RC2

2016-10-17 Thread Matt Benson
On Mon, Oct 17, 2016 at 6:29 PM, Matt Benson wrote: > > > On Thu, Oct 13, 2016 at 4:30 PM, Matt Benson wrote: > >> I would like to release the [weaver] component. >> >> Apache Commons Weaver 1.3 RC2 is available for review at: >>

Re: [VOTE] Release Apache Commons Weaver 1.3 based on RC2

2016-10-17 Thread Matt Benson
On Thu, Oct 13, 2016 at 4:30 PM, Matt Benson wrote: > I would like to release the [weaver] component. > > Apache Commons Weaver 1.3 RC2 is available for review at: > https://dist.apache.org/repos/dist/dev/commons/weaver/ (r16517). > > Maven artifacts are at: >

Re: svn commit: r1765341 - in /commons/proper/logging/trunk/src: changes/changes.xml main/java/org/apache/commons/logging/LogFactory.java main/java/org/apache/commons/logging/impl/SimpleLog.java

2016-10-17 Thread sebb
Also, java.io.IOException can be replaced by IOException ... On 17 October 2016 at 20:38, Benedikt Ritter wrote: > Hello Gary, > > do you see a way to back this change with tests? > > Regards, > Benedikt -

Re: [logging][proposal] Statement of intent/status

2016-10-17 Thread Matt Sicker
+1, recommend log4j2. On 17 October 2016 at 12:56, Stian Soiland-Reyes wrote: > +1 - we can show how Commons Logging user code can be updated to log4j2. > > I think many users of Commons Logging now is through the libraries they > depend on. > > On 17 Oct 2016 6:45 pm, "Gary

Re: [logging][proposal] Statement of intent/status

2016-10-17 Thread Stian Soiland-Reyes
+1 - we can show how Commons Logging user code can be updated to log4j2. I think many users of Commons Logging now is through the libraries they depend on. On 17 Oct 2016 6:45 pm, "Gary Gregory" wrote: > Hi All, > > I propose that we state that: > - Apache Commons

[logging][proposal] Statement of intent/status

2016-10-17 Thread Gary Gregory
Hi All, I propose that we state that: - Apache Commons Logging is entering maintenance mode: No new features, only maintenance or fixes. - Log4j 2 with it's clean separation of API and implementation modules supersedes Commons Logging. You can code to an API in Log4j2 just like you can in Commons

Re: [TEXT] TEXT-10 A more complex Levenshtein distance

2016-10-17 Thread don jeba
Hi Bruno, Thank you for the review. The one in lang gets only the distance (insert+delete+substitute). To get the individual values, (my understanding is), I need to iterate the diagonal elements in matrix, also need to know the elements at the left and top of the diagonal element to find

Re: [VOTE] Release Apache Commons Lang 3.5 based on RC2

2016-10-17 Thread Benedikt Ritter
My +1 for this release. Benedikt Ritter schrieb am Do., 13. Okt. 2016 um 22:20 Uhr: > Hi, > > finally I found the time to prepare Apache Commons Lang 3.5 RC2 :-) > We could not release RC1, because I messed up the release archives. They > contained some snapshot artifacts.