Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-25 Thread Stian Soiland-Reyes
And finally my vote:
+1


Checked:

+1 signatures
+1 hashes
+1 src vs svn tag  (except .gitignore)
+1 src zip vs tar.gz
+1 bin zip vs tar.gz
+1 maven repo vs src (same src.tar.gz.sha1)
+1 mvn clean install
+1 LICENSE, NOTICE in src/binle
+1 BUILDING.txt
+1 RELEASE-NOTES.txt -- except it's in ISO-8859-1 instead of UTF-8 :-(



Tested with

Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
2015-11-10T16:41:47+00:00)
Maven home: /home/stain/software/maven
Java version: 1.8.0_91, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux", version: "4.4.0-38-generic", arch: "amd64", family: "unix"


On 25 September 2016 at 01:05, Henning Schmiedehausen
 wrote:
> Builds fine on Mac with JDK8
>
> +1
>
> -h
>
>
>
> On Wed, Sep 21, 2016 at 9:54 AM, Stian Soiland-Reyes  wrote:
>> This is a [VOTE] for releasing Apache Commons BeanUtils 1.9.3 (from RC3)
>>
>> This should fix earlier Java 6 / Maven 3.0 build issues with RC2 and
>> adds a BUILDING.txt
>>
>> (Tested with Centos 6, Oracle JDK 6 and Maven 3.0.4)
>>
>>
>> SVN tag (rev 1761786):
>>  
>> https://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_3_RC3/
>>
>> Site:
>>   https://stain.github.io/commons-beanutils/1.9.3-rc3/
>>
>> Javadoc:
>>   https://stain.github.io/commons-beanutils/1.9.3-rc3/apidocs/index.html
>>
>> API changes since 1.9.2 (japicmp):
>>   
>> https://stain.github.io/commons-beanutils/1.9.3-rc3/japicmp-maven-plugin-report.html
>>
>>   (Note: "Semantic Versioning: 0.0.1" indicates the API differences
>> are compatible with a patch revision)
>>
>> RAT report:
>>   https://stain.github.io/commons-beanutils/1.9.3-rc3/rat-report.html
>>
>>
>> Distribution files (rev 15476)
>>   
>> https://dist.apache.org/repos/dist/dev/commons/beanutils/BEANUTILS_1_9_3_RC3/
>>
>>
>> Distribution files hashes (SHA1):
>>
>> 4c285c2c9af35be0ea77e6ada9674e2c7b226fa6  commons-beanutils-1.9.3-bin.tar.gz
>> b2e6f70aaa2ca500899cb149c919b6bbb0256f96  commons-beanutils-1.9.3-bin.zip
>> d9f237583ab7b8b4a4bdf55694e915b5af9e165a  commons-beanutils-1.9.3-src.tar.gz
>> cc16e32ec4acdf8a78c3cae0c7b85cec3a773190  commons-beanutils-1.9.3-src.zip
>>
>>
>> KEYS file to check signatures:
>>   http://www.apache.org/dist/commons/KEYS
>>
>> Maven artifacts:
>>   https://repository.apache.org/content/repositories/orgapachecommons-1202/
>>
>>
>>
>> [ ] +1 Release it.
>> [ ] +0 Go ahead; I don't care.
>> [ ] -0 There are a few minor glitches: ...
>> [ ] -1 No, do not release it because ...
>>
>> This vote will be open for at least 72 hours, let's say 2016-09-25T08:00:00Z
>>
>>
>>
>> --
>> Stian Soiland-Reyes
>> http://orcid.org/-0001-9842-9718
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>



-- 
Stian Soiland-Reyes
http://orcid.org/-0001-9842-9718

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



Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-25 Thread Stian Soiland-Reyes
On 22 September 2016 at 21:18, Oliver Heger
 wrote:

> Artifacts and site look good. Some minor nits for the site:
> - In the changes report I am incorrectly listed as developer for
> BEANUTILS-465 and BEANUTILS-470. Probably a Copy error.

It's technically correct as you applied the patches:


commit 7b0388878e522468f90ea163b15ccfba05616c95
Author: Oliver Heger 
Date:   Tue Oct 7 20:22:52 2014 +

[BEANUTILS-465] Made indexed list setters work again.

Thanks to Daniel Atallah for the patch.

git-svn-id:
https://svn.apache.org/repos/asf/commons/proper/beanutils/trunk@1629975
13f79535-47bb-0310-9956-ffa450edef68

and

commit f5ea49326cd5c09f0782b0d1bcbdcde9053ee316
Author: Oliver Heger 
Date:   Wed Oct 1 20:12:24 2014 +

[BEANUTILS-470] NumberConverter now deals with BigDecimal objects correctly.

If a BigDecimal object is passed to the converter it is now
directly returned
without trying a conversion that will cause a loss of precision.

Thanks to Tommy Tynjä for the patch.

git-svn-id:
https://svn.apache.org/repos/asf/commons/proper/beanutils/trunk@1628829
13f79535-47bb-0310-9956-ffa450edef68


> - There is a bunch of checkstyle warnings which seem to be caused by a
> mis-configured license check.

We have agreed it is sufficient with Apache Rat for license header
checks, so for the future I've removed the headerFile check from
checkstyle.xml in SVN.


-- 
Stian Soiland-Reyes
http://orcid.org/-0001-9842-9718

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



Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-24 Thread Henning Schmiedehausen
Builds fine on Mac with JDK8

+1

-h



On Wed, Sep 21, 2016 at 9:54 AM, Stian Soiland-Reyes  wrote:
> This is a [VOTE] for releasing Apache Commons BeanUtils 1.9.3 (from RC3)
>
> This should fix earlier Java 6 / Maven 3.0 build issues with RC2 and
> adds a BUILDING.txt
>
> (Tested with Centos 6, Oracle JDK 6 and Maven 3.0.4)
>
>
> SVN tag (rev 1761786):
>  
> https://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_3_RC3/
>
> Site:
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/
>
> Javadoc:
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/apidocs/index.html
>
> API changes since 1.9.2 (japicmp):
>   
> https://stain.github.io/commons-beanutils/1.9.3-rc3/japicmp-maven-plugin-report.html
>
>   (Note: "Semantic Versioning: 0.0.1" indicates the API differences
> are compatible with a patch revision)
>
> RAT report:
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/rat-report.html
>
>
> Distribution files (rev 15476)
>   
> https://dist.apache.org/repos/dist/dev/commons/beanutils/BEANUTILS_1_9_3_RC3/
>
>
> Distribution files hashes (SHA1):
>
> 4c285c2c9af35be0ea77e6ada9674e2c7b226fa6  commons-beanutils-1.9.3-bin.tar.gz
> b2e6f70aaa2ca500899cb149c919b6bbb0256f96  commons-beanutils-1.9.3-bin.zip
> d9f237583ab7b8b4a4bdf55694e915b5af9e165a  commons-beanutils-1.9.3-src.tar.gz
> cc16e32ec4acdf8a78c3cae0c7b85cec3a773190  commons-beanutils-1.9.3-src.zip
>
>
> KEYS file to check signatures:
>   http://www.apache.org/dist/commons/KEYS
>
> Maven artifacts:
>   https://repository.apache.org/content/repositories/orgapachecommons-1202/
>
>
>
> [ ] +1 Release it.
> [ ] +0 Go ahead; I don't care.
> [ ] -0 There are a few minor glitches: ...
> [ ] -1 No, do not release it because ...
>
> This vote will be open for at least 72 hours, let's say 2016-09-25T08:00:00Z
>
>
>
> --
> Stian Soiland-Reyes
> http://orcid.org/-0001-9842-9718
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

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



Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-24 Thread Benedikt Ritter
Hello Stian,

- signs and hashes are good
- archive contents look good
- site looks good
- Release Notes look good
- build works with:
Java 6 and Maven 3.2.5
Java 7, 8 and 9 (!) with Maven 3.3.9

Great work.

+1

Benedikt


Stian Soiland-Reyes  schrieb am Mi., 21. Sep. 2016 um
18:54 Uhr:

> This is a [VOTE] for releasing Apache Commons BeanUtils 1.9.3 (from RC3)
>
> This should fix earlier Java 6 / Maven 3.0 build issues with RC2 and
> adds a BUILDING.txt
>
> (Tested with Centos 6, Oracle JDK 6 and Maven 3.0.4)
>
>
> SVN tag (rev 1761786):
>
> https://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_3_RC3/
>
> Site:
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/
>
> Javadoc:
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/apidocs/index.html
>
> API changes since 1.9.2 (japicmp):
>
> https://stain.github.io/commons-beanutils/1.9.3-rc3/japicmp-maven-plugin-report.html
>
>   (Note: "Semantic Versioning: 0.0.1" indicates the API differences
> are compatible with a patch revision)
>
> RAT report:
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/rat-report.html
>
>
> Distribution files (rev 15476)
>
> https://dist.apache.org/repos/dist/dev/commons/beanutils/BEANUTILS_1_9_3_RC3/
>
>
> Distribution files hashes (SHA1):
>
> 4c285c2c9af35be0ea77e6ada9674e2c7b226fa6
> commons-beanutils-1.9.3-bin.tar.gz
> b2e6f70aaa2ca500899cb149c919b6bbb0256f96  commons-beanutils-1.9.3-bin.zip
> d9f237583ab7b8b4a4bdf55694e915b5af9e165a
> commons-beanutils-1.9.3-src.tar.gz
> cc16e32ec4acdf8a78c3cae0c7b85cec3a773190  commons-beanutils-1.9.3-src.zip
>
>
> KEYS file to check signatures:
>   http://www.apache.org/dist/commons/KEYS
>
> Maven artifacts:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1202/
>
>
>
> [ ] +1 Release it.
> [ ] +0 Go ahead; I don't care.
> [ ] -0 There are a few minor glitches: ...
> [ ] -1 No, do not release it because ...
>
> This vote will be open for at least 72 hours, let's say
> 2016-09-25T08:00:00Z
>
>
>
> --
> Stian Soiland-Reyes
> http://orcid.org/-0001-9842-9718
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-23 Thread Raviteja Lokineni
Finally the javadocs fix: https://github.com/apache/commons-beanutils/pull/1

On Fri, Sep 23, 2016 at 2:49 PM, Gary Gregory 
wrote:

> +1
>
> From src zip: ASC, MD5, SHA1 OK.
>
> Builds 'mvn clean site' OK with:
>
> Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
> 05:51:28-0800)
> Maven home: E:\Java\apache-maven-3.0.5
> Java version: 1.6.0_45, vendor: Sun Microsystems Inc.
> Java home: E:\Program Files\Java\jdk1.6.0_45\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>
> Reports OK except for some Checkstyle issue with license headers noted by
> another voter. RAT OK.
>
> There is no Clirr report but 'mvn clirr:check' runs OK.
>
> TODO: Add the Clirr report. Adding PMD and FindBugs reports would be good
> as well.
>
> Gary
>
> On Wed, Sep 21, 2016 at 9:54 AM, Stian Soiland-Reyes 
> wrote:
>
> > This is a [VOTE] for releasing Apache Commons BeanUtils 1.9.3 (from RC3)
> >
> > This should fix earlier Java 6 / Maven 3.0 build issues with RC2 and
> > adds a BUILDING.txt
> >
> > (Tested with Centos 6, Oracle JDK 6 and Maven 3.0.4)
> >
> >
> > SVN tag (rev 1761786):
> >  https://svn.apache.org/repos/asf/commons/proper/beanutils/
> > tags/BEANUTILS_1_9_3_RC3/
> >
> > Site:
> >   https://stain.github.io/commons-beanutils/1.9.3-rc3/
> >
> > Javadoc:
> >   https://stain.github.io/commons-beanutils/1.9.3-rc3/apidocs/index.html
> >
> > API changes since 1.9.2 (japicmp):
> >   https://stain.github.io/commons-beanutils/1.9.3-rc3/
> > japicmp-maven-plugin-report.html
> >
> >   (Note: "Semantic Versioning: 0.0.1" indicates the API differences
> > are compatible with a patch revision)
> >
> > RAT report:
> >   https://stain.github.io/commons-beanutils/1.9.3-rc3/rat-report.html
> >
> >
> > Distribution files (rev 15476)
> >   https://dist.apache.org/repos/dist/dev/commons/beanutils/
> > BEANUTILS_1_9_3_RC3/
> >
> >
> > Distribution files hashes (SHA1):
> >
> > 4c285c2c9af35be0ea77e6ada9674e2c7b226fa6  commons-beanutils-1.9.3-bin.
> > tar.gz
> > b2e6f70aaa2ca500899cb149c919b6bbb0256f96  commons-beanutils-1.9.3-bin.
> zip
> > d9f237583ab7b8b4a4bdf55694e915b5af9e165a  commons-beanutils-1.9.3-src.
> > tar.gz
> > cc16e32ec4acdf8a78c3cae0c7b85cec3a773190  commons-beanutils-1.9.3-src.
> zip
> >
> >
> > KEYS file to check signatures:
> >   http://www.apache.org/dist/commons/KEYS
> >
> > Maven artifacts:
> >   https://repository.apache.org/content/repositories/
> > orgapachecommons-1202/
> >
> >
> >
> > [ ] +1 Release it.
> > [ ] +0 Go ahead; I don't care.
> > [ ] -0 There are a few minor glitches: ...
> > [ ] -1 No, do not release it because ...
> >
> > This vote will be open for at least 72 hours, let's say
> > 2016-09-25T08:00:00Z
> >
> >
> >
> > --
> > Stian Soiland-Reyes
> > http://orcid.org/-0001-9842-9718
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >
>
>
> --
> E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
> Java Persistence with Hibernate, Second Edition
> 
> JUnit in Action, Second Edition 
> Spring Batch in Action 
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory
>



-- 
*Raviteja Lokineni* | Business Intelligence Developer
TD Ameritrade

E: raviteja.lokin...@gmail.com

[image: View Raviteja Lokineni's profile on LinkedIn]



Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-23 Thread Gary Gregory
+1

>From src zip: ASC, MD5, SHA1 OK.

Builds 'mvn clean site' OK with:

Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
05:51:28-0800)
Maven home: E:\Java\apache-maven-3.0.5
Java version: 1.6.0_45, vendor: Sun Microsystems Inc.
Java home: E:\Program Files\Java\jdk1.6.0_45\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Reports OK except for some Checkstyle issue with license headers noted by
another voter. RAT OK.

There is no Clirr report but 'mvn clirr:check' runs OK.

TODO: Add the Clirr report. Adding PMD and FindBugs reports would be good
as well.

Gary

On Wed, Sep 21, 2016 at 9:54 AM, Stian Soiland-Reyes 
wrote:

> This is a [VOTE] for releasing Apache Commons BeanUtils 1.9.3 (from RC3)
>
> This should fix earlier Java 6 / Maven 3.0 build issues with RC2 and
> adds a BUILDING.txt
>
> (Tested with Centos 6, Oracle JDK 6 and Maven 3.0.4)
>
>
> SVN tag (rev 1761786):
>  https://svn.apache.org/repos/asf/commons/proper/beanutils/
> tags/BEANUTILS_1_9_3_RC3/
>
> Site:
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/
>
> Javadoc:
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/apidocs/index.html
>
> API changes since 1.9.2 (japicmp):
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/
> japicmp-maven-plugin-report.html
>
>   (Note: "Semantic Versioning: 0.0.1" indicates the API differences
> are compatible with a patch revision)
>
> RAT report:
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/rat-report.html
>
>
> Distribution files (rev 15476)
>   https://dist.apache.org/repos/dist/dev/commons/beanutils/
> BEANUTILS_1_9_3_RC3/
>
>
> Distribution files hashes (SHA1):
>
> 4c285c2c9af35be0ea77e6ada9674e2c7b226fa6  commons-beanutils-1.9.3-bin.
> tar.gz
> b2e6f70aaa2ca500899cb149c919b6bbb0256f96  commons-beanutils-1.9.3-bin.zip
> d9f237583ab7b8b4a4bdf55694e915b5af9e165a  commons-beanutils-1.9.3-src.
> tar.gz
> cc16e32ec4acdf8a78c3cae0c7b85cec3a773190  commons-beanutils-1.9.3-src.zip
>
>
> KEYS file to check signatures:
>   http://www.apache.org/dist/commons/KEYS
>
> Maven artifacts:
>   https://repository.apache.org/content/repositories/
> orgapachecommons-1202/
>
>
>
> [ ] +1 Release it.
> [ ] +0 Go ahead; I don't care.
> [ ] -0 There are a few minor glitches: ...
> [ ] -1 No, do not release it because ...
>
> This vote will be open for at least 72 hours, let's say
> 2016-09-25T08:00:00Z
>
>
>
> --
> Stian Soiland-Reyes
> http://orcid.org/-0001-9842-9718
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
E-Mail: garydgreg...@gmail.com | ggreg...@apache.org
Java Persistence with Hibernate, Second Edition

JUnit in Action, Second Edition 
Spring Batch in Action 
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory


Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-23 Thread Raviteja Lokineni
I would like to contribute for
https://issues.apache.org/jira/browse/BEANUTILS-497 and have started
working on it. Should have something by end of day today.

FYI, I would do a Github PR.

On Fri, Sep 23, 2016 at 9:33 AM, Stian Soiland-Reyes 
wrote:

> On 23 September 2016 at 09:53, Emmanuel Bourg  wrote:
> > Linux distros (at least Debian, Ubuntu, Fedora <= 22 and their
> > derivatives) have disabled doclint by default in OpenJDK 8 because it
> > breaks a ton of unmaintained projects also packaged in these
> > distributions.
> >
> > https://sources.debian.net/src/openjdk-8/8u102-b14.1-2/
> debian/patches/disable-doclint-by-default.diff/
> > https://pkgs.fedoraproject.org/cgit/rpms/java-1.8.0-
> openjdk.git/tree/disable-doclint-by-default.patch?h=f22
>
> Ah, the (anti)-culprit reveals himself :)
>
> I've raised https://issues.apache.org/jira/browse/BEANUTILS-497 on
> doclint errors.
>
> -- it's quite a few for beanutils! :-(
>
>
> I hope as this only happens with "mvn site" on Oracle JDK 8++ I hope
> the [VOTE] can proceed..
>
> --
> Stian Soiland-Reyes
> http://orcid.org/-0001-9842-9718
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
*Raviteja Lokineni* | Business Intelligence Developer
TD Ameritrade

E: raviteja.lokin...@gmail.com

[image: View Raviteja Lokineni's profile on LinkedIn]



Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-23 Thread Stian Soiland-Reyes
On 23 September 2016 at 09:53, Emmanuel Bourg  wrote:
> Linux distros (at least Debian, Ubuntu, Fedora <= 22 and their
> derivatives) have disabled doclint by default in OpenJDK 8 because it
> breaks a ton of unmaintained projects also packaged in these
> distributions.
>
> https://sources.debian.net/src/openjdk-8/8u102-b14.1-2/debian/patches/disable-doclint-by-default.diff/
> https://pkgs.fedoraproject.org/cgit/rpms/java-1.8.0-openjdk.git/tree/disable-doclint-by-default.patch?h=f22

Ah, the (anti)-culprit reveals himself :)

I've raised https://issues.apache.org/jira/browse/BEANUTILS-497 on
doclint errors.

-- it's quite a few for beanutils! :-(


I hope as this only happens with "mvn site" on Oracle JDK 8++ I hope
the [VOTE] can proceed..

-- 
Stian Soiland-Reyes
http://orcid.org/-0001-9842-9718

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



Re: [VOTE] Release Commons BeanUtils 1.9.3 RC3

2016-09-22 Thread Raviteja Lokineni
Bump.

On Wed, Sep 21, 2016 at 12:54 PM, Stian Soiland-Reyes 
wrote:

> This is a [VOTE] for releasing Apache Commons BeanUtils 1.9.3 (from RC3)
>
> This should fix earlier Java 6 / Maven 3.0 build issues with RC2 and
> adds a BUILDING.txt
>
> (Tested with Centos 6, Oracle JDK 6 and Maven 3.0.4)
>
>
> SVN tag (rev 1761786):
>  https://svn.apache.org/repos/asf/commons/proper/beanutils/
> tags/BEANUTILS_1_9_3_RC3/
>
> Site:
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/
>
> Javadoc:
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/apidocs/index.html
>
> API changes since 1.9.2 (japicmp):
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/
> japicmp-maven-plugin-report.html
>
>   (Note: "Semantic Versioning: 0.0.1" indicates the API differences
> are compatible with a patch revision)
>
> RAT report:
>   https://stain.github.io/commons-beanutils/1.9.3-rc3/rat-report.html
>
>
> Distribution files (rev 15476)
>   https://dist.apache.org/repos/dist/dev/commons/beanutils/
> BEANUTILS_1_9_3_RC3/
>
>
> Distribution files hashes (SHA1):
>
> 4c285c2c9af35be0ea77e6ada9674e2c7b226fa6  commons-beanutils-1.9.3-bin.
> tar.gz
> b2e6f70aaa2ca500899cb149c919b6bbb0256f96  commons-beanutils-1.9.3-bin.zip
> d9f237583ab7b8b4a4bdf55694e915b5af9e165a  commons-beanutils-1.9.3-src.
> tar.gz
> cc16e32ec4acdf8a78c3cae0c7b85cec3a773190  commons-beanutils-1.9.3-src.zip
>
>
> KEYS file to check signatures:
>   http://www.apache.org/dist/commons/KEYS
>
> Maven artifacts:
>   https://repository.apache.org/content/repositories/
> orgapachecommons-1202/
>
>
>
> [ ] +1 Release it.
> [ ] +0 Go ahead; I don't care.
> [ ] -0 There are a few minor glitches: ...
> [ ] -1 No, do not release it because ...
>
> This vote will be open for at least 72 hours, let's say
> 2016-09-25T08:00:00Z
>
>
>
> --
> Stian Soiland-Reyes
> http://orcid.org/-0001-9842-9718
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
*Raviteja Lokineni* | Business Intelligence Developer
TD Ameritrade

E: raviteja.lokin...@gmail.com

[image: View Raviteja Lokineni's profile on LinkedIn]