You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Niall Pemberton <ni...@gmail.com> on 2008/08/28 17:37:10 UTC

[VOTE] Release BeanUtils 1.8.0 based on RC3

BeanUtils 1.8.0 RC3 is available for review here:
http://people.apache.org/~niallp/beanutils-1.8.0-rc3/

I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with JDK 1.5
(building with JDK 1.4, has the following problem:
 http://commons.markmail.org/message/wqqs67eyi6hq3mcq )

The tag is here:
http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC3/

Release Notes:
http://people.apache.org/~niallp/beanutils-1.8.0-rc3/RELEASE-NOTES.txt

Site:
http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/
(note some links are broken since the 1.8.0 directories are not yet created)

Clirr Report (compared to 1.8.0 Beta)
http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/clirr-report.html
(note breaking compatibility with 1.8.0 Beta was discussed here:
 http://commons.markmail.org/message/xpeify7dioksg7xg )

tia

Niall

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


Re: [VOTE] Release BeanUtils 1.8.0 based on RC3

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

The only (very minor) inconsistency I found is in the manifests of the 
jars: Only the main beanutils jar contains the entries for OSGI; they 
are lacking in the core and the bean-collection jar.

Oliver

Niall Pemberton schrieb:
> BeanUtils 1.8.0 RC3 is available for review here:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/
> 
> I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with JDK 1.5
> (building with JDK 1.4, has the following problem:
>  http://commons.markmail.org/message/wqqs67eyi6hq3mcq )
> 
> The tag is here:
> http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC3/
> 
> Release Notes:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/RELEASE-NOTES.txt
> 
> Site:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/
> (note some links are broken since the 1.8.0 directories are not yet created)
> 
> Clirr Report (compared to 1.8.0 Beta)
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/clirr-report.html
> (note breaking compatibility with 1.8.0 Beta was discussed here:
>  http://commons.markmail.org/message/xpeify7dioksg7xg )
> 
> tia
> 
> Niall
> 
> ---------------------------------------------------------------------
> 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.8.0 based on RC3

Posted by Paul Benedict <pb...@apache.org>.
+1

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


Re: [VOTE] Release BeanUtils 1.8.0 based on RC3

Posted by Niall Pemberton <ni...@gmail.com>.
On Fri, Aug 29, 2008 at 8:12 PM, James Carman
<ja...@carmanconsulting.com> wrote:
> On Fri, Aug 29, 2008 at 3:08 PM, Niall Pemberton
> <ni...@gmail.com> wrote:
>> On Fri, Aug 29, 2008 at 7:13 PM, James Carman
>> <ja...@carmanconsulting.com> wrote:
>>> Have we addressed the clirr errors that show up in the report?
>>
>> The clirr errors shown are only vs the 1.8.0-BETA release and the
>> consensus was it was OK to break compatibility with a beta version:
>>
>> http://commons.markmail.org/message/xpeify7dioksg7xg
>
> Yeah, I saw that little note on your email after I sent my reply.  I'm
> cool with the API incompatibilities with the beta release, too.

OK good - just for completeness - I just generated a clirr report
against the 1.7.0 release here (which shows no errors):

http://people.apache.org/~niallp/beanutils-1.8.0-rc3/clirr-report-vs-1_7_0.txt

>>>  There
>>> are some methods (MethodUtils.setCacheMethod) that clirr reports as
>>> being added, yet they don't have a @since tag.
>>
>> OK I'll fix this in the trunk - but I don't believe this should be a
>> show-stopper for this release.
>
> Well, for quality's sake, it really should be fixed, but I'm not
> necessarily that much of a stickler. :)

http://svn.apache.org/viewvc?view=rev&revision=690380

Niall

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


Re: [VOTE] Release BeanUtils 1.8.0 based on RC3

Posted by James Carman <ja...@carmanconsulting.com>.
On Fri, Aug 29, 2008 at 3:08 PM, Niall Pemberton
<ni...@gmail.com> wrote:
> On Fri, Aug 29, 2008 at 7:13 PM, James Carman
> <ja...@carmanconsulting.com> wrote:
>> Have we addressed the clirr errors that show up in the report?
>
> The clirr errors shown are only vs the 1.8.0-BETA release and the
> consensus was it was OK to break compatibility with a beta version:
>
> http://commons.markmail.org/message/xpeify7dioksg7xg

Yeah, I saw that little note on your email after I sent my reply.  I'm
cool with the API incompatibilities with the beta release, too.

>
>>  There
>> are some methods (MethodUtils.setCacheMethod) that clirr reports as
>> being added, yet they don't have a @since tag.
>
> OK I'll fix this in the trunk - but I don't believe this should be a
> show-stopper for this release.

Well, for quality's sake, it really should be fixed, but I'm not
necessarily that much of a stickler. :)

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


Re: [VOTE] Release BeanUtils 1.8.0 based on RC3

Posted by Niall Pemberton <ni...@gmail.com>.
On Fri, Aug 29, 2008 at 7:13 PM, James Carman
<ja...@carmanconsulting.com> wrote:
> Have we addressed the clirr errors that show up in the report?

The clirr errors shown are only vs the 1.8.0-BETA release and the
consensus was it was OK to break compatibility with a beta version:

http://commons.markmail.org/message/xpeify7dioksg7xg

>  There
> are some methods (MethodUtils.setCacheMethod) that clirr reports as
> being added, yet they don't have a @since tag.

OK I'll fix this in the trunk - but I don't believe this should be a
show-stopper for this release.

Niall

> On Fri, Aug 29, 2008 at 2:09 PM, Luc Maisonobe <Lu...@free.fr> wrote:
>> Niall Pemberton a écrit :
>>> BeanUtils 1.8.0 RC3 is available for review here:
>>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/
>>
>> +1
>>
>> Luc
>>
>>>
>>> I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with JDK 1.5
>>> (building with JDK 1.4, has the following problem:
>>>  http://commons.markmail.org/message/wqqs67eyi6hq3mcq )
>>>
>>> The tag is here:
>>> http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC3/
>>>
>>> Release Notes:
>>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/RELEASE-NOTES.txt
>>>
>>> Site:
>>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/
>>> (note some links are broken since the 1.8.0 directories are not yet created)
>>>
>>> Clirr Report (compared to 1.8.0 Beta)
>>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/clirr-report.html
>>> (note breaking compatibility with 1.8.0 Beta was discussed here:
>>>  http://commons.markmail.org/message/xpeify7dioksg7xg )
>>>
>>> tia
>>>
>>> Niall
>>>
>>> ---------------------------------------------------------------------
>>> 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
>
>

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


Re: [VOTE] Release BeanUtils 1.8.0 based on RC3

Posted by James Carman <ja...@carmanconsulting.com>.
Have we addressed the clirr errors that show up in the report?  There
are some methods (MethodUtils.setCacheMethod) that clirr reports as
being added, yet they don't have a @since tag.


On Fri, Aug 29, 2008 at 2:09 PM, Luc Maisonobe <Lu...@free.fr> wrote:
> Niall Pemberton a écrit :
>> BeanUtils 1.8.0 RC3 is available for review here:
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/
>
> +1
>
> Luc
>
>>
>> I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with JDK 1.5
>> (building with JDK 1.4, has the following problem:
>>  http://commons.markmail.org/message/wqqs67eyi6hq3mcq )
>>
>> The tag is here:
>> http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC3/
>>
>> Release Notes:
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/RELEASE-NOTES.txt
>>
>> Site:
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/
>> (note some links are broken since the 1.8.0 directories are not yet created)
>>
>> Clirr Report (compared to 1.8.0 Beta)
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/clirr-report.html
>> (note breaking compatibility with 1.8.0 Beta was discussed here:
>>  http://commons.markmail.org/message/xpeify7dioksg7xg )
>>
>> tia
>>
>> Niall
>>
>> ---------------------------------------------------------------------
>> 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.8.0 based on RC3

Posted by James Carman <ja...@carmanconsulting.com>.
+1 (binding)

On Fri, Aug 29, 2008 at 2:09 PM, Luc Maisonobe <Lu...@free.fr> wrote:
> Niall Pemberton a écrit :
>> BeanUtils 1.8.0 RC3 is available for review here:
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/
>
> +1
>
> Luc
>
>>
>> I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with JDK 1.5
>> (building with JDK 1.4, has the following problem:
>>  http://commons.markmail.org/message/wqqs67eyi6hq3mcq )
>>
>> The tag is here:
>> http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC3/
>>
>> Release Notes:
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/RELEASE-NOTES.txt
>>
>> Site:
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/
>> (note some links are broken since the 1.8.0 directories are not yet created)
>>
>> Clirr Report (compared to 1.8.0 Beta)
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/clirr-report.html
>> (note breaking compatibility with 1.8.0 Beta was discussed here:
>>  http://commons.markmail.org/message/xpeify7dioksg7xg )
>>
>> tia
>>
>> Niall
>>
>> ---------------------------------------------------------------------
>> 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.8.0 based on RC3

Posted by Luc Maisonobe <Lu...@free.fr>.
Niall Pemberton a écrit :
> BeanUtils 1.8.0 RC3 is available for review here:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/

+1

Luc

> 
> I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with JDK 1.5
> (building with JDK 1.4, has the following problem:
>  http://commons.markmail.org/message/wqqs67eyi6hq3mcq )
> 
> The tag is here:
> http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC3/
> 
> Release Notes:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/RELEASE-NOTES.txt
> 
> Site:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/
> (note some links are broken since the 1.8.0 directories are not yet created)
> 
> Clirr Report (compared to 1.8.0 Beta)
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/clirr-report.html
> (note breaking compatibility with 1.8.0 Beta was discussed here:
>  http://commons.markmail.org/message/xpeify7dioksg7xg )
> 
> tia
> 
> Niall
> 
> ---------------------------------------------------------------------
> 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.8.0 based on RC3

Posted by Niall Pemberton <ni...@gmail.com>.
On Fri, Aug 29, 2008 at 10:22 AM, Jörg Schaible <jo...@gmx.de> wrote:
> +1, JRockit can now run the tests

Great, thanks Jörg

+1 from me as well

Niall

> Niall Pemberton wrote:
>
>> BeanUtils 1.8.0 RC3 is available for review here:
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/
>>
>> I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with
>> JDK 1.5 (building with JDK 1.4, has the following problem:
>>  http://commons.markmail.org/message/wqqs67eyi6hq3mcq )
>>
>> The tag is here:
>>
> http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC3/
>>
>> Release Notes:
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/RELEASE-NOTES.txt
>>
>> Site:
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/
>> (note some links are broken since the 1.8.0 directories are not yet
>> created)
>>
>> Clirr Report (compared to 1.8.0 Beta)
>>
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/clirr-report.html
>> (note breaking compatibility with 1.8.0 Beta was discussed here:
>>  http://commons.markmail.org/message/xpeify7dioksg7xg )
>>
>> tia
>>
>> Niall
>
>
>
> ---------------------------------------------------------------------
> 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.8.0 based on RC3

Posted by Jörg Schaible <jo...@gmx.de>.
+1, JRockit can now run the tests

Niall Pemberton wrote:

> BeanUtils 1.8.0 RC3 is available for review here:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/
> 
> I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with
> JDK 1.5 (building with JDK 1.4, has the following problem:
>  http://commons.markmail.org/message/wqqs67eyi6hq3mcq )
> 
> The tag is here:
>
http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC3/
> 
> Release Notes:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/RELEASE-NOTES.txt
> 
> Site:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/
> (note some links are broken since the 1.8.0 directories are not yet
> created)
> 
> Clirr Report (compared to 1.8.0 Beta)
>
http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/clirr-report.html
> (note breaking compatibility with 1.8.0 Beta was discussed here:
>  http://commons.markmail.org/message/xpeify7dioksg7xg )
> 
> tia
> 
> Niall



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


Re: [RESULT][VOTE] Release BeanUtils 1.8.0 based on RC3

Posted by Simone Tripodi <si...@gmail.com>.
Hi Niall,
thank you for your help!
Best regards,
Simone

2008/9/1 Niall Pemberton <ni...@gmail.com>:
> On Mon, Sep 1, 2008 at 8:06 AM, Simone Tripodi <si...@gmail.com> wrote:
>> Hi folks,
>> congratulations for this release!!!!
>> I just would like to know when the artifacts will be available on the
>> central maven repository.
>
> Looks like they are there now.
>
> Niall
>
>> Thanks in advance, best regards,
>> Simone
>>
>> 2008/8/31 Niall Pemberton <ni...@gmail.com>:
>>> This vote has passed with six +1 votes from the following people:
>>>
>>> Jörg Schaible
>>> Niall Pemberton
>>> Luc Maisonobe
>>> Paul Benedict
>>> James Carman
>>> Oliver Heger
>>>
>>> Thanks to everyone.
>>>
>>> Niall
>>>
>>> On Thu, Aug 28, 2008 at 4:37 PM, Niall Pemberton
>>> <ni...@gmail.com> wrote:
>>>> BeanUtils 1.8.0 RC3 is available for review here:
>>>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/
>>>>
>>>> I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with JDK 1.5
>>>> (building with JDK 1.4, has the following problem:
>>>>  http://commons.markmail.org/message/wqqs67eyi6hq3mcq )
>>>>
>>>> The tag is here:
>>>> http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC3/
>>>>
>>>> Release Notes:
>>>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/RELEASE-NOTES.txt
>>>>
>>>> Site:
>>>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/
>>>> (note some links are broken since the 1.8.0 directories are not yet created)
>>>>
>>>> Clirr Report (compared to 1.8.0 Beta)
>>>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/clirr-report.html
>>>> (note breaking compatibility with 1.8.0 Beta was discussed here:
>>>>  http://commons.markmail.org/message/xpeify7dioksg7xg )
>>>>
>>>> tia
>>>>
>>>> Niall
>>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>>
>>
>> --
>> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
>> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
>> My Sourceforge: https://sourceforge.net/users/stripodi
>> My Picasa: http://picasaweb.google.com/simone.tripodi/
>> My Tube: http://www.youtube.com/user/stripodi
>> My Del.icio.us: http://del.icio.us/simone.tripodi
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>



-- 
My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
My GoogleCode profile: http://code.google.com/u/simone.tripodi/
My Sourceforge: https://sourceforge.net/users/stripodi
My Picasa: http://picasaweb.google.com/simone.tripodi/
My Tube: http://www.youtube.com/user/stripodi
My Del.icio.us: http://del.icio.us/simone.tripodi

Re: [RESULT][VOTE] Release BeanUtils 1.8.0 based on RC3

Posted by Niall Pemberton <ni...@gmail.com>.
On Mon, Sep 1, 2008 at 8:06 AM, Simone Tripodi <si...@gmail.com> wrote:
> Hi folks,
> congratulations for this release!!!!
> I just would like to know when the artifacts will be available on the
> central maven repository.

Looks like they are there now.

Niall

> Thanks in advance, best regards,
> Simone
>
> 2008/8/31 Niall Pemberton <ni...@gmail.com>:
>> This vote has passed with six +1 votes from the following people:
>>
>> Jörg Schaible
>> Niall Pemberton
>> Luc Maisonobe
>> Paul Benedict
>> James Carman
>> Oliver Heger
>>
>> Thanks to everyone.
>>
>> Niall
>>
>> On Thu, Aug 28, 2008 at 4:37 PM, Niall Pemberton
>> <ni...@gmail.com> wrote:
>>> BeanUtils 1.8.0 RC3 is available for review here:
>>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/
>>>
>>> I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with JDK 1.5
>>> (building with JDK 1.4, has the following problem:
>>>  http://commons.markmail.org/message/wqqs67eyi6hq3mcq )
>>>
>>> The tag is here:
>>> http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC3/
>>>
>>> Release Notes:
>>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/RELEASE-NOTES.txt
>>>
>>> Site:
>>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/
>>> (note some links are broken since the 1.8.0 directories are not yet created)
>>>
>>> Clirr Report (compared to 1.8.0 Beta)
>>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/clirr-report.html
>>> (note breaking compatibility with 1.8.0 Beta was discussed here:
>>>  http://commons.markmail.org/message/xpeify7dioksg7xg )
>>>
>>> tia
>>>
>>> Niall
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>
>
>
> --
> My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
> My GoogleCode profile: http://code.google.com/u/simone.tripodi/
> My Sourceforge: https://sourceforge.net/users/stripodi
> My Picasa: http://picasaweb.google.com/simone.tripodi/
> My Tube: http://www.youtube.com/user/stripodi
> My Del.icio.us: http://del.icio.us/simone.tripodi
>

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


Re: [RESULT][VOTE] Release BeanUtils 1.8.0 based on RC3

Posted by Simone Tripodi <si...@gmail.com>.
Hi folks,
congratulations for this release!!!!
I just would like to know when the artifacts will be available on the
central maven repository.
Thanks in advance, best regards,
Simone

2008/8/31 Niall Pemberton <ni...@gmail.com>:
> This vote has passed with six +1 votes from the following people:
>
> Jörg Schaible
> Niall Pemberton
> Luc Maisonobe
> Paul Benedict
> James Carman
> Oliver Heger
>
> Thanks to everyone.
>
> Niall
>
> On Thu, Aug 28, 2008 at 4:37 PM, Niall Pemberton
> <ni...@gmail.com> wrote:
>> BeanUtils 1.8.0 RC3 is available for review here:
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/
>>
>> I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with JDK 1.5
>> (building with JDK 1.4, has the following problem:
>>  http://commons.markmail.org/message/wqqs67eyi6hq3mcq )
>>
>> The tag is here:
>> http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC3/
>>
>> Release Notes:
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/RELEASE-NOTES.txt
>>
>> Site:
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/
>> (note some links are broken since the 1.8.0 directories are not yet created)
>>
>> Clirr Report (compared to 1.8.0 Beta)
>> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/clirr-report.html
>> (note breaking compatibility with 1.8.0 Beta was discussed here:
>>  http://commons.markmail.org/message/xpeify7dioksg7xg )
>>
>> tia
>>
>> Niall
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>



-- 
My LinkedIn profile: http://www.linkedin.com/in/simonetripodi
My GoogleCode profile: http://code.google.com/u/simone.tripodi/
My Sourceforge: https://sourceforge.net/users/stripodi
My Picasa: http://picasaweb.google.com/simone.tripodi/
My Tube: http://www.youtube.com/user/stripodi
My Del.icio.us: http://del.icio.us/simone.tripodi

[RESULT][VOTE] Release BeanUtils 1.8.0 based on RC3

Posted by Niall Pemberton <ni...@gmail.com>.
This vote has passed with six +1 votes from the following people:

Jörg Schaible
Niall Pemberton
Luc Maisonobe
Paul Benedict
James Carman
Oliver Heger

Thanks to everyone.

Niall

On Thu, Aug 28, 2008 at 4:37 PM, Niall Pemberton
<ni...@gmail.com> wrote:
> BeanUtils 1.8.0 RC3 is available for review here:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/
>
> I have tested this with JDK 1.3, 1.4, 1.5 and 1.6. This RC is built with JDK 1.5
> (building with JDK 1.4, has the following problem:
>  http://commons.markmail.org/message/wqqs67eyi6hq3mcq )
>
> The tag is here:
> http://svn.apache.org/viewvc/commons/proper/beanutils/tags/BEANUTILS_1_8_0_RC3/
>
> Release Notes:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/RELEASE-NOTES.txt
>
> Site:
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/
> (note some links are broken since the 1.8.0 directories are not yet created)
>
> Clirr Report (compared to 1.8.0 Beta)
> http://people.apache.org/~niallp/beanutils-1.8.0-rc3/site/clirr-report.html
> (note breaking compatibility with 1.8.0 Beta was discussed here:
>  http://commons.markmail.org/message/xpeify7dioksg7xg )
>
> tia
>
> Niall
>

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