You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bval.apache.org by Donald Woods <dw...@apache.org> on 2010/08/05 20:59:01 UTC

[VOTE] Release Apache Bean Validation 0.2-incubating

A Bean Validation 0.2-incubating release candidate #1 has been created
with the following artifacts up for a vote:

SVN source tag (r982684):
https://svn.apache.org/repos/asf/incubator/bval/tags/0.2-incubating/

Maven staging repo:
https://repository.apache.org/content/repositories/orgapachebval-068/

Source release:
https://repository.apache.org/content/repositories/orgapachebval-068/org/apache/bval/bval-parent/0.2-incubating/bval-parent-0.2-incubating-source-release.zip

Javadoc staging site:
http://people.apache.org/~dwoods/bval/0.2-incubating/staging-site/apidocs/

PGP release keys (signed using D018E6B1):
https://svn.apache.org/repos/asf/incubator/bval/KEYS


Vote will be open for 72 hours.

[ ] +1  approve
[ ] +0  no opinion
[ ] -1  disapprove (and reason why)


Thanks,
Donald



Re: [VOTE] Release Apache Bean Validation 0.2-incubating

Posted by Donald Woods <dw...@apache.org>.
Guess that got in during the maven-release steps, as I had to rerun one
of the steps due to connectivity issues....  I'll take a look at it.

Thanks,
Donald


On 8/5/10 6:26 PM, Kevan Miller wrote:
> Hi Donald,
> 
> -1. A build of the source distribution fails because of a RAT check. The source distribution contains a DEPENDENCIES file (which is not in SVN). If I remove the DEPENDENCIES file, the build succeeds.
> 
> Signature/checksums, source, and general snooping -- all look good. So, once the build problem was fixed, I'd be +1.
> 
> --kevan
> 
> On Aug 5, 2010, at 2:59 PM, Donald Woods wrote:
> 
>> A Bean Validation 0.2-incubating release candidate #1 has been created
>> with the following artifacts up for a vote:
>>
>> SVN source tag (r982684):
>> https://svn.apache.org/repos/asf/incubator/bval/tags/0.2-incubating/
>>
>> Maven staging repo:
>> https://repository.apache.org/content/repositories/orgapachebval-068/
>>
>> Source release:
>> https://repository.apache.org/content/repositories/orgapachebval-068/org/apache/bval/bval-parent/0.2-incubating/bval-parent-0.2-incubating-source-release.zip
>>
>> Javadoc staging site:
>> http://people.apache.org/~dwoods/bval/0.2-incubating/staging-site/apidocs/
>>
>> PGP release keys (signed using D018E6B1):
>> https://svn.apache.org/repos/asf/incubator/bval/KEYS
>>
>>
>> Vote will be open for 72 hours.
>>
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>>
>>
>> Thanks,
>> Donald
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
> 
> 

Re: [VOTE] Release Apache Bean Validation 0.2-incubating

Posted by Donald Woods <dw...@apache.org>.
Guess that got in during the maven-release steps, as I had to rerun one
of the steps due to connectivity issues....  I'll take a look at it.

Thanks,
Donald


On 8/5/10 6:26 PM, Kevan Miller wrote:
> Hi Donald,
> 
> -1. A build of the source distribution fails because of a RAT check. The source distribution contains a DEPENDENCIES file (which is not in SVN). If I remove the DEPENDENCIES file, the build succeeds.
> 
> Signature/checksums, source, and general snooping -- all look good. So, once the build problem was fixed, I'd be +1.
> 
> --kevan
> 
> On Aug 5, 2010, at 2:59 PM, Donald Woods wrote:
> 
>> A Bean Validation 0.2-incubating release candidate #1 has been created
>> with the following artifacts up for a vote:
>>
>> SVN source tag (r982684):
>> https://svn.apache.org/repos/asf/incubator/bval/tags/0.2-incubating/
>>
>> Maven staging repo:
>> https://repository.apache.org/content/repositories/orgapachebval-068/
>>
>> Source release:
>> https://repository.apache.org/content/repositories/orgapachebval-068/org/apache/bval/bval-parent/0.2-incubating/bval-parent-0.2-incubating-source-release.zip
>>
>> Javadoc staging site:
>> http://people.apache.org/~dwoods/bval/0.2-incubating/staging-site/apidocs/
>>
>> PGP release keys (signed using D018E6B1):
>> https://svn.apache.org/repos/asf/incubator/bval/KEYS
>>
>>
>> Vote will be open for 72 hours.
>>
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>>
>>
>> Thanks,
>> Donald
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] Release Apache Bean Validation 0.2-incubating

Posted by Kevan Miller <ke...@gmail.com>.
On Aug 13, 2010, at 12:25 PM, Donald Woods wrote:

> OK, not sure how we should handle this DEPENDENCIES file, as it seems to
> get created while running the release steps, but is then removed
> automatically after everything completes, thus the situation of being in
> the source-release.zip but not in svn....  Can we just add this to the
> RAT exclude list?

I would prefer that the file not be included. However, it's presence is not really a problem. So, using an exclude list is fine, IMO.

--kevan

Re: [VOTE] Release Apache Bean Validation 0.2-incubating

Posted by Donald Woods <dw...@apache.org>.
OK, not sure how we should handle this DEPENDENCIES file, as it seems to
get created while running the release steps, but is then removed
automatically after everything completes, thus the situation of being in
the source-release.zip but not in svn....  Can we just add this to the
RAT exclude list?


-Donald


On 8/5/10 6:26 PM, Kevan Miller wrote:
> Hi Donald,
> 
> -1. A build of the source distribution fails because of a RAT check. The source distribution contains a DEPENDENCIES file (which is not in SVN). If I remove the DEPENDENCIES file, the build succeeds.
> 
> Signature/checksums, source, and general snooping -- all look good. So, once the build problem was fixed, I'd be +1.
> 
> --kevan
> 
> On Aug 5, 2010, at 2:59 PM, Donald Woods wrote:
> 
>> A Bean Validation 0.2-incubating release candidate #1 has been created
>> with the following artifacts up for a vote:
>>
>> SVN source tag (r982684):
>> https://svn.apache.org/repos/asf/incubator/bval/tags/0.2-incubating/
>>
>> Maven staging repo:
>> https://repository.apache.org/content/repositories/orgapachebval-068/
>>
>> Source release:
>> https://repository.apache.org/content/repositories/orgapachebval-068/org/apache/bval/bval-parent/0.2-incubating/bval-parent-0.2-incubating-source-release.zip
>>
>> Javadoc staging site:
>> http://people.apache.org/~dwoods/bval/0.2-incubating/staging-site/apidocs/
>>
>> PGP release keys (signed using D018E6B1):
>> https://svn.apache.org/repos/asf/incubator/bval/KEYS
>>
>>
>> Vote will be open for 72 hours.
>>
>> [ ] +1  approve
>> [ ] +0  no opinion
>> [ ] -1  disapprove (and reason why)
>>
>>
>> Thanks,
>> Donald
>>
>>
> 
> 

Re: [VOTE] Release Apache Bean Validation 0.2-incubating

Posted by Kevan Miller <ke...@gmail.com>.
Hi Donald,

-1. A build of the source distribution fails because of a RAT check. The source distribution contains a DEPENDENCIES file (which is not in SVN). If I remove the DEPENDENCIES file, the build succeeds.

Signature/checksums, source, and general snooping -- all look good. So, once the build problem was fixed, I'd be +1.

--kevan

On Aug 5, 2010, at 2:59 PM, Donald Woods wrote:

> A Bean Validation 0.2-incubating release candidate #1 has been created
> with the following artifacts up for a vote:
> 
> SVN source tag (r982684):
> https://svn.apache.org/repos/asf/incubator/bval/tags/0.2-incubating/
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachebval-068/
> 
> Source release:
> https://repository.apache.org/content/repositories/orgapachebval-068/org/apache/bval/bval-parent/0.2-incubating/bval-parent-0.2-incubating-source-release.zip
> 
> Javadoc staging site:
> http://people.apache.org/~dwoods/bval/0.2-incubating/staging-site/apidocs/
> 
> PGP release keys (signed using D018E6B1):
> https://svn.apache.org/repos/asf/incubator/bval/KEYS
> 
> 
> Vote will be open for 72 hours.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> 
> Thanks,
> Donald
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] Release Apache Bean Validation 0.2-incubating

Posted by Donald Woods <dw...@apache.org>.
+1 (binding)

jars include License/Notice/Disclaimer and are signed
passed incontainer TCK tests against JBoss 5.1.0.GA w/ 1.6.0_20
source passed apache-rat:check and built from tag


-Donald


On 8/5/10 2:59 PM, Donald Woods wrote:
> A Bean Validation 0.2-incubating release candidate #1 has been created
> with the following artifacts up for a vote:
> 
> SVN source tag (r982684):
> https://svn.apache.org/repos/asf/incubator/bval/tags/0.2-incubating/
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachebval-068/
> 
> Source release:
> https://repository.apache.org/content/repositories/orgapachebval-068/org/apache/bval/bval-parent/0.2-incubating/bval-parent-0.2-incubating-source-release.zip
> 
> Javadoc staging site:
> http://people.apache.org/~dwoods/bval/0.2-incubating/staging-site/apidocs/
> 
> PGP release keys (signed using D018E6B1):
> https://svn.apache.org/repos/asf/incubator/bval/KEYS
> 
> 
> Vote will be open for 72 hours.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> 
> Thanks,
> Donald
> 
> 
> 

Re: [CANCELED] [VOTE] Release Apache Bean Validation 0.2-incubating

Posted by Mark Struberg <st...@yahoo.de>.
txs Donald!

LieGrue,
strub



----- Original Message ----
> From: Donald Woods <dw...@apache.org>
> To: general@incubator.apache.org
> Cc: bval-dev@incubator.apache.org
> Sent: Mon, August 9, 2010 8:55:11 PM
> Subject: [CANCELED] [VOTE] Release Apache Bean Validation 0.2-incubating
> 
> Canceling this vote and will spin another one.
> 
> -Donald
> 
> 
> On  8/5/10 2:59 PM, Donald Woods wrote:
> > A Bean Validation 0.2-incubating  release candidate #1 has been created
> > with the following artifacts up  for a vote:
> > 
> > SVN source tag (r982684):
> > https://svn.apache.org/repos/asf/incubator/bval/tags/0.2-incubating/
> > 
> > Maven staging repo:
> > https://repository.apache.org/content/repositories/orgapachebval-068/
> > 
> > Source release:
> > 
>https://repository.apache.org/content/repositories/orgapachebval-068/org/apache/bval/bval-parent/0.2-incubating/bval-parent-0.2-incubating-source-release.zip
>
> > 
> > Javadoc staging site:
> >  http://people.apache.org/~dwoods/bval/0.2-incubating/staging-site/apidocs/
> > 
> > PGP release keys (signed using D018E6B1):
> > https://svn.apache.org/repos/asf/incubator/bval/KEYS
> > 
> > 
> > Vote will be open for 72 hours.
> > 
> > [ ] +1   approve
> > [ ] +0  no opinion
> > [ ] -1  disapprove (and  reason why)
> > 
> > 
> > Thanks,
> > Donald
> > 
> > 
> > 
> >  ---------------------------------------------------------------------
> > To  unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> >  For additional commands, e-mail: general-help@incubator.apache.org
> > 
> > 
> 


      

[CANCELED] [VOTE] Release Apache Bean Validation 0.2-incubating

Posted by Donald Woods <dw...@apache.org>.
Canceling this vote and will spin another one.

-Donald


On 8/5/10 2:59 PM, Donald Woods wrote:
> A Bean Validation 0.2-incubating release candidate #1 has been created
> with the following artifacts up for a vote:
> 
> SVN source tag (r982684):
> https://svn.apache.org/repos/asf/incubator/bval/tags/0.2-incubating/
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachebval-068/
> 
> Source release:
> https://repository.apache.org/content/repositories/orgapachebval-068/org/apache/bval/bval-parent/0.2-incubating/bval-parent-0.2-incubating-source-release.zip
> 
> Javadoc staging site:
> http://people.apache.org/~dwoods/bval/0.2-incubating/staging-site/apidocs/
> 
> PGP release keys (signed using D018E6B1):
> https://svn.apache.org/repos/asf/incubator/bval/KEYS
> 
> 
> Vote will be open for 72 hours.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> 
> Thanks,
> Donald
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
> 
> 

[CANCELED] [VOTE] Release Apache Bean Validation 0.2-incubating

Posted by Donald Woods <dw...@apache.org>.
Canceling this vote and will spin another one.

-Donald


On 8/5/10 2:59 PM, Donald Woods wrote:
> A Bean Validation 0.2-incubating release candidate #1 has been created
> with the following artifacts up for a vote:
> 
> SVN source tag (r982684):
> https://svn.apache.org/repos/asf/incubator/bval/tags/0.2-incubating/
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachebval-068/
> 
> Source release:
> https://repository.apache.org/content/repositories/orgapachebval-068/org/apache/bval/bval-parent/0.2-incubating/bval-parent-0.2-incubating-source-release.zip
> 
> Javadoc staging site:
> http://people.apache.org/~dwoods/bval/0.2-incubating/staging-site/apidocs/
> 
> PGP release keys (signed using D018E6B1):
> https://svn.apache.org/repos/asf/incubator/bval/KEYS
> 
> 
> Vote will be open for 72 hours.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> 
> Thanks,
> Donald
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
> For additional commands, e-mail: general-help@incubator.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org


Re: [VOTE] Release Apache Bean Validation 0.2-incubating

Posted by Kevan Miller <ke...@gmail.com>.
Hi Donald,

-1. A build of the source distribution fails because of a RAT check. The source distribution contains a DEPENDENCIES file (which is not in SVN). If I remove the DEPENDENCIES file, the build succeeds.

Signature/checksums, source, and general snooping -- all look good. So, once the build problem was fixed, I'd be +1.

--kevan

On Aug 5, 2010, at 2:59 PM, Donald Woods wrote:

> A Bean Validation 0.2-incubating release candidate #1 has been created
> with the following artifacts up for a vote:
> 
> SVN source tag (r982684):
> https://svn.apache.org/repos/asf/incubator/bval/tags/0.2-incubating/
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachebval-068/
> 
> Source release:
> https://repository.apache.org/content/repositories/orgapachebval-068/org/apache/bval/bval-parent/0.2-incubating/bval-parent-0.2-incubating-source-release.zip
> 
> Javadoc staging site:
> http://people.apache.org/~dwoods/bval/0.2-incubating/staging-site/apidocs/
> 
> PGP release keys (signed using D018E6B1):
> https://svn.apache.org/repos/asf/incubator/bval/KEYS
> 
> 
> Vote will be open for 72 hours.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> 
> Thanks,
> Donald
> 
> 


Re: [VOTE] Release Apache Bean Validation 0.2-incubating

Posted by Donald Woods <dw...@apache.org>.
+1 (binding)

jars include License/Notice/Disclaimer and are signed
passed incontainer TCK tests against JBoss 5.1.0.GA w/ 1.6.0_20
source passed apache-rat:check and built from tag


-Donald


On 8/5/10 2:59 PM, Donald Woods wrote:
> A Bean Validation 0.2-incubating release candidate #1 has been created
> with the following artifacts up for a vote:
> 
> SVN source tag (r982684):
> https://svn.apache.org/repos/asf/incubator/bval/tags/0.2-incubating/
> 
> Maven staging repo:
> https://repository.apache.org/content/repositories/orgapachebval-068/
> 
> Source release:
> https://repository.apache.org/content/repositories/orgapachebval-068/org/apache/bval/bval-parent/0.2-incubating/bval-parent-0.2-incubating-source-release.zip
> 
> Javadoc staging site:
> http://people.apache.org/~dwoods/bval/0.2-incubating/staging-site/apidocs/
> 
> PGP release keys (signed using D018E6B1):
> https://svn.apache.org/repos/asf/incubator/bval/KEYS
> 
> 
> Vote will be open for 72 hours.
> 
> [ ] +1  approve
> [ ] +0  no opinion
> [ ] -1  disapprove (and reason why)
> 
> 
> Thanks,
> Donald
> 
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org