Re: [ANNOUNCEMENT] Apache Commons Weaver 1.1 Released

2014-09-30 Thread Gary Gregory
On Tue, Sep 30, 2014 at 1:27 PM, Matt Benson wrote: > To the best of my knowledge these items have all been resolved. > Yep, looks good. Thank you Matt. Gary > > Matt > > On Tue, Sep 30, 2014 at 11:54 AM, Gary Gregory > wrote: > >> On Tue, Sep 30, 2014 at 12:15 PM, Matt Benson >> wrote: >>

Re: [ANNOUNCEMENT] Apache Commons Weaver 1.1 Released

2014-09-30 Thread Matt Benson
To the best of my knowledge these items have all been resolved. Matt On Tue, Sep 30, 2014 at 11:54 AM, Gary Gregory wrote: > On Tue, Sep 30, 2014 at 12:15 PM, Matt Benson > wrote: > >> On Tue, Sep 30, 2014 at 10:14 AM, Gary Gregory >> wrote: >> >> > Matt, >> > >> > Congrats on getting 1.1 out

[continuum] BUILD FAILURE: Apache Commons BeanUtils - Apache Commons (Test build - see how to get round OOME)

2014-09-30 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=37586&projectId=65 Build statistics: State: Failed Previous State: Failed Started at: Tue 30 Sep 2014 17:20:05 + Finished at: Tue 30 Sep 2014 17:22:11 + Total time: 2m 6s Build Trigger: Schedu

Re: [ANNOUNCEMENT] Apache Commons Weaver 1.1 Released

2014-09-30 Thread Gary Gregory
On Tue, Sep 30, 2014 at 12:15 PM, Matt Benson wrote: > On Tue, Sep 30, 2014 at 10:14 AM, Gary Gregory > wrote: > > > Matt, > > > > Congrats on getting 1.1 out the door. > > > > A couple of items: > > > > - Where is the RAT report? > > > > http://commons.apache.org/proper/commons-weaver/rat-repor

[continuum] BUILD FAILURE: Apache Commons BeanUtils - Apache Commons (Test build - see how to get round OOME)

2014-09-30 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=37582&projectId=65 Build statistics: State: Failed Previous State: Failed Started at: Tue 30 Sep 2014 16:20:05 + Finished at: Tue 30 Sep 2014 16:22:00 + Total time: 1m 54s Build Trigger: Sched

Re: [ANNOUNCEMENT] Apache Commons Weaver 1.1 Released

2014-09-30 Thread Matt Benson
On Tue, Sep 30, 2014 at 10:14 AM, Gary Gregory wrote: > Matt, > > Congrats on getting 1.1 out the door. > > A couple of items: > > - Where is the RAT report? > http://commons.apache.org/proper/commons-weaver/rat-report.html > - The logo does not have a "TM", per Apache branding guidelines, can

[continuum] BUILD FAILURE: Apache Commons BeanUtils - Apache Commons (Test build - see how to get round OOME)

2014-09-30 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=37578&projectId=65 Build statistics: State: Failed Previous State: Failed Started at: Tue 30 Sep 2014 15:22:08 + Finished at: Tue 30 Sep 2014 15:23:52 + Total time: 1m 43s Build Trigger: Sched

Re: [ANNOUNCEMENT] Apache Commons Weaver 1.1 Released

2014-09-30 Thread Gary Gregory
Matt, Congrats on getting 1.1 out the door. A couple of items: - Where is the RAT report? - The logo does not have a "TM", per Apache branding guidelines, can you please update the site? - The page https://commons.apache.org/components.html does not list Waever on the left hand side. Thank you,

[ANNOUNCEMENT] Apache Commons Weaver 1.1 Released

2014-09-30 Thread Matt Benson
The Apache Commons team is pleased to announce the release of: Apache Commons Weaver 1.1 Apache Commons Weaver provides an easy way to enhance compiled Java classes by generating ("weaving") bytecode into those classes. The release notes can be reviewed at: http://www.apache.org/dist/commons/wea

Re: svn commit: r1628409 - in /commons/proper/bcel/trunk/src: changes/changes.xml main/java/org/apache/bcel/util/ClassLoaderRepository.java

2014-09-30 Thread Emmanuel Bourg
Le 30/09/2014 15:06, Mark Thomas a écrit : > I agree with Gary on this point. The file isn't closed because the > "fileOwned" flag is false. > > Gary's patch looks correct to me. Thank you for double checking, I looked quickly and picked the wrong constructor. Emmanuel Bourg -

Re: svn commit: r1628409 - in /commons/proper/bcel/trunk/src: changes/changes.xml main/java/org/apache/bcel/util/ClassLoaderRepository.java

2014-09-30 Thread Mark Thomas
On 30/09/2014 14:02, Gary Gregory wrote: > On Tue, Sep 30, 2014 at 8:10 AM, Emmanuel Bourg wrote: > >> Le 30/09/2014 14:08, ggreg...@apache.org a écrit : >> >>> Modified: >> commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassLoaderRepository.java >>> URL: >> http://svn.apache.org/v

Re: svn commit: r1628409 - in /commons/proper/bcel/trunk/src: changes/changes.xml main/java/org/apache/bcel/util/ClassLoaderRepository.java

2014-09-30 Thread Gary Gregory
On Tue, Sep 30, 2014 at 8:10 AM, Emmanuel Bourg wrote: > Le 30/09/2014 14:08, ggreg...@apache.org a écrit : > > > Modified: > commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassLoaderRepository.java > > URL: > http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org

Re: [VOTE] Release BCEL 6.0 based on RC3

2014-09-30 Thread Konstantin Kolinko
2014-09-30 14:50 GMT+04:00 Emmanuel Bourg : > Hi Konstantin, > > Thank you very much for the feedback. > >> I have the following concerns: >> >> 1) Someone was testing Tomcat usage of BCEL and found that using this >> caching did not improve performance, but reduced it for our use case. >> It was r

Re: svn commit: r1628409 - in /commons/proper/bcel/trunk/src: changes/changes.xml main/java/org/apache/bcel/util/ClassLoaderRepository.java

2014-09-30 Thread Emmanuel Bourg
Le 30/09/2014 14:08, ggreg...@apache.org a écrit : > Modified: > commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassLoaderRepository.java > URL: > http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/util/ClassLoaderRepository.java?rev=1628409&r1=16

[GitHub] commons-lang pull request: Fix test case. Internally the test case...

2014-09-30 Thread Alexandre-Bartel
GitHub user Alexandre-Bartel opened a pull request: https://github.com/apache/commons-lang/pull/30 Fix test case. Internally the test case is using Class.getMethods() whic... ...h returns an array without any guarantee on the order of the methods You can merge this pull request into

Re: [VOTE] Release BCEL 6.0 based on RC3

2014-09-30 Thread Emmanuel Bourg
Hi Konstantin, Thank you very much for the feedback. > I have the following concerns: > > 1) Someone was testing Tomcat usage of BCEL and found that using this > caching did not improve performance, but reduced it for our use case. > It was reported in the following Bugzilla issue: > > https://

Re: [GitHub] commons-math pull request: Updated the example documentation for t...

2014-09-30 Thread luc
Hi Ole, Le 2014-09-30 02:09, oleersoy a écrit : GitHub user oleersoy opened a pull request: https://github.com/apache/commons-math/pull/4 Updated the example documentation for the GaussianCurveFitte You can merge this pull request into a Git repository by running: $ git pull ht