You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Oliver Heger <ol...@oliver-heger.de> on 2013/12/07 18:55:35 UTC

[VOTE] Release Beanutils 1.9.0 based on RC 1

Hi all,

Commons BeanUtils 1.9.0 RC1 is available for review here:
    https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn
revision 3852)

  Maven artifacts are here:

https://repository.apache.org/content/repositories/orgapachecommons-021/commons-beanutils/commons-beanutils/1.9.0/

  Details of changes since 1.8.3 are in the release notes:

https://dist.apache.org/repos/dist/dev/commons/beanutils/RELEASE-NOTES.txt

  The tag is here:

http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_0_RC1/
(svn revision 1548928)

  Site:
    http://people.apache.org/~oheger/beanutils-1.9.0-rc1/

  KEYS:
    http://www.apache.org/dist/commons/KEYS

Please review the release candidate and vote.
This vote will close no sooner than 72 hours from now, i.e. after 1800
GMT 10-December 2013

  [ ] +1 Release these artifacts
  [ ] +0 OK, but...
  [ ] -0 OK, but really should fix...
  [ ] -1 I oppose this release because...

Thanks!

Oliver

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


Re: [VOTE] Release Beanutils 1.9.0 based on RC 1

Posted by Phil Steitz <ph...@gmail.com>.
On 12/7/13, 9:55 AM, Oliver Heger wrote:

+1
I saw the same test failure as Thomas.  Not a blocker.

Otherwise looks good.

I also checked sigs and hashes.  All good.

Great job on the release notes.

Phil
> Hi all,
>
> Commons BeanUtils 1.9.0 RC1 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn
> revision 3852)
>
>   Maven artifacts are here:
>
> https://repository.apache.org/content/repositories/orgapachecommons-021/commons-beanutils/commons-beanutils/1.9.0/
>
>   Details of changes since 1.8.3 are in the release notes:
>
> https://dist.apache.org/repos/dist/dev/commons/beanutils/RELEASE-NOTES.txt
>
>   The tag is here:
>
> http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_0_RC1/
> (svn revision 1548928)
>
>   Site:
>     http://people.apache.org/~oheger/beanutils-1.9.0-rc1/
>
>   KEYS:
>     http://www.apache.org/dist/commons/KEYS
>
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now, i.e. after 1800
> GMT 10-December 2013
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> Thanks!
>
> Oliver
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
> .
>


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


Re: [VOTE] Release Beanutils 1.9.0 based on RC 1

Posted by Oliver Heger <ol...@oliver-heger.de>.
Hi Thomas,

thanks for your review.

Am 09.12.2013 22:04, schrieb Thomas Neidhart:
> On 12/07/2013 06:55 PM, Oliver Heger wrote:
>> Hi all,
>>
>> Commons BeanUtils 1.9.0 RC1 is available for review here:
>>     https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn
>> revision 3852)
>>
>>   Maven artifacts are here:
>>
>> https://repository.apache.org/content/repositories/orgapachecommons-021/commons-beanutils/commons-beanutils/1.9.0/
>>
>>   Details of changes since 1.8.3 are in the release notes:
>>
>> https://dist.apache.org/repos/dist/dev/commons/beanutils/RELEASE-NOTES.txt
>>
>>   The tag is here:
>>
>> http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_0_RC1/
>> (svn revision 1548928)
>>
>>   Site:
>>     
>>
>>   KEYS:
>>     http://www.apache.org/dist/commons/KEYS
>>
>> Please review the release candidate and vote.
>> This vote will close no sooner than 72 hours from now, i.e. after 1800
>> GMT 10-December 2013
>>
>>   [ ] +1 Release these artifacts
>>   [ ] +0 OK, but...
>>   [ ] -0 OK, but really should fix...
>>   [ ] -1 I oppose this release because...
> 
> I tested the tag and got the following test error:
> 
> Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 27.331
> sec <<< FAILURE! - in
> org.apache.commons.beanutils.memoryleaktests.MemoryLeakTestCase
> testMethodUtils_cache_memoryLeak(org.apache.commons.beanutils.memoryleaktests.MemoryLeakTestCase)
>  Time elapsed: 15.489 sec  <<< ERROR!
> java.lang.IllegalStateException: Your JVM is not releasing
> SoftReference, try running the testcase with less memory (-Xmx)
> 	at
> org.apache.commons.beanutils.memoryleaktests.MemoryLeakTestCase.forceGarbageCollection(MemoryLeakTestCase.java:496)
> 	at
> org.apache.commons.beanutils.memoryleaktests.MemoryLeakTestCase.testMethodUtils_cache_memoryLeak(MemoryLeakTestCase.java:282)
> 
> This does not look like a blocker though.

This test is indeed tricky. In the configuration of the surefire plug-in
the maximum memory size is decreased to 25m to force the garbage
collector to get active, but obviously this does not work in a reliable
way. The problem does not occur in my environment. And, to my defense, I
can say that this test has not been touched since the last release.

> 
> Environment:
> 
> Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17
> 17:22:22+0200)
> Maven home: /home/tn/bin/apache-maven-3.1.1
> Java version: 1.7.0_25, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-7-openjdk-i386/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.2.0-56-generic-pae", arch: "i386", family:
> "unix"
> 
> According to the issue tracker there are currently 3 blocker and 6
> critical issues which are targeted for 2.0. After looking at them, I
> would suggest to better target for a 1.9.1 release specifically
> resolving these issues, as I understand that the main purpose of 1.9 is
> to introduce generics.
Good point. However, I fear that the interest in [beanutils] 1.x is
pretty low, so I doubt that there will be much activity in this area in
the near future.

Oliver

> 
> The rest looks fine, the release notes are very clear! (and look better
> than the ones I have generated so far ;-)
> 
> +1
> 
> Thomas
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 

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


Re: [VOTE] Release Beanutils 1.9.0 based on RC 1

Posted by Thomas Neidhart <th...@gmail.com>.
On 12/07/2013 06:55 PM, Oliver Heger wrote:
> Hi all,
> 
> Commons BeanUtils 1.9.0 RC1 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn
> revision 3852)
> 
>   Maven artifacts are here:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-021/commons-beanutils/commons-beanutils/1.9.0/
> 
>   Details of changes since 1.8.3 are in the release notes:
> 
> https://dist.apache.org/repos/dist/dev/commons/beanutils/RELEASE-NOTES.txt
> 
>   The tag is here:
> 
> http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_0_RC1/
> (svn revision 1548928)
> 
>   Site:
>     
> 
>   KEYS:
>     http://www.apache.org/dist/commons/KEYS
> 
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now, i.e. after 1800
> GMT 10-December 2013
> 
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...

I tested the tag and got the following test error:

Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 27.331
sec <<< FAILURE! - in
org.apache.commons.beanutils.memoryleaktests.MemoryLeakTestCase
testMethodUtils_cache_memoryLeak(org.apache.commons.beanutils.memoryleaktests.MemoryLeakTestCase)
 Time elapsed: 15.489 sec  <<< ERROR!
java.lang.IllegalStateException: Your JVM is not releasing
SoftReference, try running the testcase with less memory (-Xmx)
	at
org.apache.commons.beanutils.memoryleaktests.MemoryLeakTestCase.forceGarbageCollection(MemoryLeakTestCase.java:496)
	at
org.apache.commons.beanutils.memoryleaktests.MemoryLeakTestCase.testMethodUtils_cache_memoryLeak(MemoryLeakTestCase.java:282)

This does not look like a blocker though.

Environment:

Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17
17:22:22+0200)
Maven home: /home/tn/bin/apache-maven-3.1.1
Java version: 1.7.0_25, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-7-openjdk-i386/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.0-56-generic-pae", arch: "i386", family:
"unix"

According to the issue tracker there are currently 3 blocker and 6
critical issues which are targeted for 2.0. After looking at them, I
would suggest to better target for a 1.9.1 release specifically
resolving these issues, as I understand that the main purpose of 1.9 is
to introduce generics.

The rest looks fine, the release notes are very clear! (and look better
than the ones I have generated so far ;-)

+1

Thomas

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


Re: [VOTE] Release Beanutils 1.9.0 based on RC 1

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Dec 9, 2013 at 3:35 PM, Oliver Heger
<ol...@oliver-heger.de>wrote:

>
>
> Am 09.12.2013 01:54, schrieb Gary Gregory:
> > On Sat, Dec 7, 2013 at 3:23 PM, Oliver Heger
> > <ol...@oliver-heger.de>wrote:
> >
> >> Hi Gary,
> >>
> >> Am 07.12.2013 19:39, schrieb Gary Gregory:
> >>> This Clirr error seems to break BC:
> >>>
> >>> Return type of method 'public java.lang.Object next()' has been changed
> >> to
> >>> org.apache.commons.beanutils.DynaBean
> >>>
> >>> Perhaps this change should be reverted and scheduled for 2.0.
> >>>
> >>> Somehow, the Clirr report includes Commaons Collection errors. This is
> >>> confusing to say the least.
> >>>
> >>> Gary
> >>
> >> The release notes refer to these problems reported by Clirr in the
> >> "Compatibility with 1.8.3" section. I had hoped that this description is
> >> sufficient to justify the changes made.
> >>
> >> WDYT?
> >>
> >
> > The release notes explain the situation clearly.
> >
> > Now I wonder why depend on an old version of collections now that version
> > 4.0 is out.
>
> Yes, I would love to upgrade the dependency. Unfortunately, classes of
> [collections] appear in the signature of protected methods and thus are
> part of the public API. So an upgrade is only possible for version 2.0.
>

OK, then +1 from me.

Gary


>
> Oliver
>
> >
> > Gary
> >
> >
> >> Oliver
> >>
> >>>
> >>>
> >>> On Sat, Dec 7, 2013 at 12:55 PM, Oliver Heger
> >>> <ol...@oliver-heger.de>wrote:
> >>>
> >>>> Hi all,
> >>>>
> >>>> Commons BeanUtils 1.9.0 RC1 is available for review here:
> >>>>     https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn
> >>>> revision 3852)
> >>>>
> >>>>   Maven artifacts are here:
> >>>>
> >>>>
> >>>>
> >>
> https://repository.apache.org/content/repositories/orgapachecommons-021/commons-beanutils/commons-beanutils/1.9.0/
> >>>>
> >>>>   Details of changes since 1.8.3 are in the release notes:
> >>>>
> >>>>
> >>
> https://dist.apache.org/repos/dist/dev/commons/beanutils/RELEASE-NOTES.txt
> >>>>
> >>>>   The tag is here:
> >>>>
> >>>>
> >>>>
> >>
> http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_0_RC1/
> >>>> (svn revision 1548928)
> >>>>
> >>>>   Site:
> >>>>     http://people.apache.org/~oheger/beanutils-1.9.0-rc1/
> >>>>
> >>>>   KEYS:
> >>>>     http://www.apache.org/dist/commons/KEYS
> >>>>
> >>>> Please review the release candidate and vote.
> >>>> This vote will close no sooner than 72 hours from now, i.e. after 1800
> >>>> GMT 10-December 2013
> >>>>
> >>>>   [ ] +1 Release these artifacts
> >>>>   [ ] +0 OK, but...
> >>>>   [ ] -0 OK, but really should fix...
> >>>>   [ ] -1 I oppose this release because...
> >>>>
> >>>> Thanks!
> >>>>
> >>>> Oliver
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >>>> For additional commands, e-mail: dev-help@commons.apache.org
> >>>>
> >>>>
> >>>
> >>>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >>
> >
> >
>
> ---------------------------------------------------------------------
> 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
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Beanutils 1.9.0 based on RC 1

Posted by Oliver Heger <ol...@oliver-heger.de>.

Am 09.12.2013 01:54, schrieb Gary Gregory:
> On Sat, Dec 7, 2013 at 3:23 PM, Oliver Heger
> <ol...@oliver-heger.de>wrote:
> 
>> Hi Gary,
>>
>> Am 07.12.2013 19:39, schrieb Gary Gregory:
>>> This Clirr error seems to break BC:
>>>
>>> Return type of method 'public java.lang.Object next()' has been changed
>> to
>>> org.apache.commons.beanutils.DynaBean
>>>
>>> Perhaps this change should be reverted and scheduled for 2.0.
>>>
>>> Somehow, the Clirr report includes Commaons Collection errors. This is
>>> confusing to say the least.
>>>
>>> Gary
>>
>> The release notes refer to these problems reported by Clirr in the
>> "Compatibility with 1.8.3" section. I had hoped that this description is
>> sufficient to justify the changes made.
>>
>> WDYT?
>>
> 
> The release notes explain the situation clearly.
> 
> Now I wonder why depend on an old version of collections now that version
> 4.0 is out.

Yes, I would love to upgrade the dependency. Unfortunately, classes of
[collections] appear in the signature of protected methods and thus are
part of the public API. So an upgrade is only possible for version 2.0.

Oliver

> 
> Gary
> 
> 
>> Oliver
>>
>>>
>>>
>>> On Sat, Dec 7, 2013 at 12:55 PM, Oliver Heger
>>> <ol...@oliver-heger.de>wrote:
>>>
>>>> Hi all,
>>>>
>>>> Commons BeanUtils 1.9.0 RC1 is available for review here:
>>>>     https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn
>>>> revision 3852)
>>>>
>>>>   Maven artifacts are here:
>>>>
>>>>
>>>>
>> https://repository.apache.org/content/repositories/orgapachecommons-021/commons-beanutils/commons-beanutils/1.9.0/
>>>>
>>>>   Details of changes since 1.8.3 are in the release notes:
>>>>
>>>>
>> https://dist.apache.org/repos/dist/dev/commons/beanutils/RELEASE-NOTES.txt
>>>>
>>>>   The tag is here:
>>>>
>>>>
>>>>
>> http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_0_RC1/
>>>> (svn revision 1548928)
>>>>
>>>>   Site:
>>>>     http://people.apache.org/~oheger/beanutils-1.9.0-rc1/
>>>>
>>>>   KEYS:
>>>>     http://www.apache.org/dist/commons/KEYS
>>>>
>>>> Please review the release candidate and vote.
>>>> This vote will close no sooner than 72 hours from now, i.e. after 1800
>>>> GMT 10-December 2013
>>>>
>>>>   [ ] +1 Release these artifacts
>>>>   [ ] +0 OK, but...
>>>>   [ ] -0 OK, but really should fix...
>>>>   [ ] -1 I oppose this release because...
>>>>
>>>> Thanks!
>>>>
>>>> Oliver
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>>
>>>>
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
> 
> 

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


Re: [VOTE] Release Beanutils 1.9.0 based on RC 1

Posted by Gary Gregory <ga...@gmail.com>.
On Sat, Dec 7, 2013 at 3:23 PM, Oliver Heger
<ol...@oliver-heger.de>wrote:

> Hi Gary,
>
> Am 07.12.2013 19:39, schrieb Gary Gregory:
> > This Clirr error seems to break BC:
> >
> > Return type of method 'public java.lang.Object next()' has been changed
> to
> > org.apache.commons.beanutils.DynaBean
> >
> > Perhaps this change should be reverted and scheduled for 2.0.
> >
> > Somehow, the Clirr report includes Commaons Collection errors. This is
> > confusing to say the least.
> >
> > Gary
>
> The release notes refer to these problems reported by Clirr in the
> "Compatibility with 1.8.3" section. I had hoped that this description is
> sufficient to justify the changes made.
>
> WDYT?
>

The release notes explain the situation clearly.

Now I wonder why depend on an old version of collections now that version
4.0 is out.

Gary


> Oliver
>
> >
> >
> > On Sat, Dec 7, 2013 at 12:55 PM, Oliver Heger
> > <ol...@oliver-heger.de>wrote:
> >
> >> Hi all,
> >>
> >> Commons BeanUtils 1.9.0 RC1 is available for review here:
> >>     https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn
> >> revision 3852)
> >>
> >>   Maven artifacts are here:
> >>
> >>
> >>
> https://repository.apache.org/content/repositories/orgapachecommons-021/commons-beanutils/commons-beanutils/1.9.0/
> >>
> >>   Details of changes since 1.8.3 are in the release notes:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/commons/beanutils/RELEASE-NOTES.txt
> >>
> >>   The tag is here:
> >>
> >>
> >>
> http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_0_RC1/
> >> (svn revision 1548928)
> >>
> >>   Site:
> >>     http://people.apache.org/~oheger/beanutils-1.9.0-rc1/
> >>
> >>   KEYS:
> >>     http://www.apache.org/dist/commons/KEYS
> >>
> >> Please review the release candidate and vote.
> >> This vote will close no sooner than 72 hours from now, i.e. after 1800
> >> GMT 10-December 2013
> >>
> >>   [ ] +1 Release these artifacts
> >>   [ ] +0 OK, but...
> >>   [ ] -0 OK, but really should fix...
> >>   [ ] -1 I oppose this release because...
> >>
> >> Thanks!
> >>
> >> Oliver
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >>
> >
> >
>
> ---------------------------------------------------------------------
> 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
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Beanutils 1.9.0 based on RC 1

Posted by Oliver Heger <ol...@oliver-heger.de>.
Hi Gary,

Am 07.12.2013 19:39, schrieb Gary Gregory:
> This Clirr error seems to break BC:
> 
> Return type of method 'public java.lang.Object next()' has been changed to
> org.apache.commons.beanutils.DynaBean
> 
> Perhaps this change should be reverted and scheduled for 2.0.
> 
> Somehow, the Clirr report includes Commaons Collection errors. This is
> confusing to say the least.
> 
> Gary

The release notes refer to these problems reported by Clirr in the
"Compatibility with 1.8.3" section. I had hoped that this description is
sufficient to justify the changes made.

WDYT?
Oliver

> 
> 
> On Sat, Dec 7, 2013 at 12:55 PM, Oliver Heger
> <ol...@oliver-heger.de>wrote:
> 
>> Hi all,
>>
>> Commons BeanUtils 1.9.0 RC1 is available for review here:
>>     https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn
>> revision 3852)
>>
>>   Maven artifacts are here:
>>
>>
>> https://repository.apache.org/content/repositories/orgapachecommons-021/commons-beanutils/commons-beanutils/1.9.0/
>>
>>   Details of changes since 1.8.3 are in the release notes:
>>
>> https://dist.apache.org/repos/dist/dev/commons/beanutils/RELEASE-NOTES.txt
>>
>>   The tag is here:
>>
>>
>> http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_0_RC1/
>> (svn revision 1548928)
>>
>>   Site:
>>     http://people.apache.org/~oheger/beanutils-1.9.0-rc1/
>>
>>   KEYS:
>>     http://www.apache.org/dist/commons/KEYS
>>
>> Please review the release candidate and vote.
>> This vote will close no sooner than 72 hours from now, i.e. after 1800
>> GMT 10-December 2013
>>
>>   [ ] +1 Release these artifacts
>>   [ ] +0 OK, but...
>>   [ ] -0 OK, but really should fix...
>>   [ ] -1 I oppose this release because...
>>
>> Thanks!
>>
>> Oliver
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
> 
> 

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


Re: [VOTE] Release Beanutils 1.9.0 based on RC 1

Posted by Gary Gregory <ga...@gmail.com>.
This Clirr error seems to break BC:

Return type of method 'public java.lang.Object next()' has been changed to
org.apache.commons.beanutils.DynaBean

Perhaps this change should be reverted and scheduled for 2.0.

Somehow, the Clirr report includes Commaons Collection errors. This is
confusing to say the least.

Gary


On Sat, Dec 7, 2013 at 12:55 PM, Oliver Heger
<ol...@oliver-heger.de>wrote:

> Hi all,
>
> Commons BeanUtils 1.9.0 RC1 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn
> revision 3852)
>
>   Maven artifacts are here:
>
>
> https://repository.apache.org/content/repositories/orgapachecommons-021/commons-beanutils/commons-beanutils/1.9.0/
>
>   Details of changes since 1.8.3 are in the release notes:
>
> https://dist.apache.org/repos/dist/dev/commons/beanutils/RELEASE-NOTES.txt
>
>   The tag is here:
>
>
> http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_0_RC1/
> (svn revision 1548928)
>
>   Site:
>     http://people.apache.org/~oheger/beanutils-1.9.0-rc1/
>
>   KEYS:
>     http://www.apache.org/dist/commons/KEYS
>
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now, i.e. after 1800
> GMT 10-December 2013
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> Thanks!
>
> Oliver
>
> ---------------------------------------------------------------------
> 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
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release Beanutils 1.9.0 based on RC 1

Posted by Oliver Heger <ol...@oliver-heger.de>.
Making my vote explicit:

+1

Oliver

Am 07.12.2013 18:55, schrieb Oliver Heger:
> Hi all,
> 
> Commons BeanUtils 1.9.0 RC1 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn
> revision 3852)
> 
>   Maven artifacts are here:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-021/commons-beanutils/commons-beanutils/1.9.0/
> 
>   Details of changes since 1.8.3 are in the release notes:
> 
> https://dist.apache.org/repos/dist/dev/commons/beanutils/RELEASE-NOTES.txt
> 
>   The tag is here:
> 
> http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_0_RC1/
> (svn revision 1548928)
> 
>   Site:
>     http://people.apache.org/~oheger/beanutils-1.9.0-rc1/
> 
>   KEYS:
>     http://www.apache.org/dist/commons/KEYS
> 
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now, i.e. after 1800
> GMT 10-December 2013
> 
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
> 
> Thanks!
> 
> Oliver
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 

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


Re: [VOTE] Release Beanutils 1.9.0 based on RC 1

Posted by Gary Gregory <ga...@gmail.com>.
Not really a blocker, but still, these are warnings from Javadoc:

[WARNING] Javadoc Warnings
[WARNING] warning: [options] bootstrap class path not set in conjunction
with -source 1.5
[WARNING] javadoc: warning - Error fetching URL:
http://download.oracle.com/javase/1.4.2/docs/api/package-list
[WARNING] javadoc: warning - Error fetching URL:
http://commons.apache.org/collections/api-release/package-list
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\expression\package-info.java:21:
warning - Tag @link: reference not found: Res
olver
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\expression\package-info.java:21:
warning - Tag @link: reference not found: Res
olver
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConverter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConvertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConverter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConvertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConverter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConvertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\expression\package-info.java:21:
warning - Tag @link: reference not found: Res
olver
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConverter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConvertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConverter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConvertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConverter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConvertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConverter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConvertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConverter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConvertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\expression\package-info.java:21:
warning - Tag @link: reference not found: Res
olver
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConverter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConvertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConverter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConvertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\expression\package-info.java:21:
warning - Tag @link: reference not found: Res
olver
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConverter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConvertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
verter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\converters\package-info.java:22:
warning - Tag @link: reference not found: Con
vertUtils
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\expression\package-info.java:21:
warning - Tag @link: reference not found: Res
olver
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConverter
[WARNING]
C:\temp\rc\commons-beanutils-1.9.0-src\src\main\java\org\apache\commons\beanutils\locale\converters\package-info.java:23:
warning - Tag @link: reference not fou
nd: LocaleConvertUtils
[INFO] Generating "Test JavaDocs" report    --- maven-javadoc-plugin:2.9.1

Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17
11:22:22-0400)
Maven home: C:\Java\apache-maven-3.1.1\bin\..
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_45\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Gary


On Sat, Dec 7, 2013 at 12:55 PM, Oliver Heger
<ol...@oliver-heger.de>wrote:

> Hi all,
>
> Commons BeanUtils 1.9.0 RC1 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn
> revision 3852)
>
>   Maven artifacts are here:
>
>
> https://repository.apache.org/content/repositories/orgapachecommons-021/commons-beanutils/commons-beanutils/1.9.0/
>
>   Details of changes since 1.8.3 are in the release notes:
>
> https://dist.apache.org/repos/dist/dev/commons/beanutils/RELEASE-NOTES.txt
>
>   The tag is here:
>
>
> http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_0_RC1/
> (svn revision 1548928)
>
>   Site:
>     http://people.apache.org/~oheger/beanutils-1.9.0-rc1/
>
>   KEYS:
>     http://www.apache.org/dist/commons/KEYS
>
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now, i.e. after 1800
> GMT 10-December 2013
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> Thanks!
>
> Oliver
>
> ---------------------------------------------------------------------
> 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
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

[RESULT][VOTE] Release Beanutils 1.9.0 based on RC 1

Posted by Oliver Heger <ol...@oliver-heger.de>.
The following binding votes have been recorded:

Thomas Neidhart:  +1
Gary Gregory:     +1
Phil Steitz:      +1
Oliver Heger:     +1

There were no other votes, so the vote passes.

I am going to start with the release activities soon. Thanks to all who
reviewed the RC and voted!

Oliver

Am 07.12.2013 18:55, schrieb Oliver Heger:
> Hi all,
> 
> Commons BeanUtils 1.9.0 RC1 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/beanutils/ (svn
> revision 3852)
> 
>   Maven artifacts are here:
> 
> https://repository.apache.org/content/repositories/orgapachecommons-021/commons-beanutils/commons-beanutils/1.9.0/
> 
>   Details of changes since 1.8.3 are in the release notes:
> 
> https://dist.apache.org/repos/dist/dev/commons/beanutils/RELEASE-NOTES.txt
> 
>   The tag is here:
> 
> http://svn.apache.org/repos/asf/commons/proper/beanutils/tags/BEANUTILS_1_9_0_RC1/
> (svn revision 1548928)
> 
>   Site:
>     http://people.apache.org/~oheger/beanutils-1.9.0-rc1/
> 
>   KEYS:
>     http://www.apache.org/dist/commons/KEYS
> 
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now, i.e. after 1800
> GMT 10-December 2013
> 
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
> 
> Thanks!
> 
> Oliver
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 

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