You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Snitkovsky, Martin" <ma...@hp.com> on 2009/08/06 09:44:22 UTC

[VOTE] Releasing Wink 0.1

The Wink community has started the voting to release Wink 0.1. 
The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
 
We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.

The Maven staging area is at:
https://repository.apache.org/content/repositories/wink-staging-014/

The distributions are in:
https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/

This release is tagged at:
https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/

Thanks,
Martin

Re: [VOTE] Releasing Wink 0.1

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Thu, Aug 6, 2009 at 4:37 PM, sebb<se...@gmail.com> wrote:
> No point in having .asc.md5 and .asc.sha1 files; these should be
> deleted before release.

IMHO not necessary. See http://markmail.org/message/ynz2qzrzwbyigtsu

BR,

Jukka Zitting

RE: [VOTE] Releasing Wink 0.1

Posted by "Snitkovsky, Martin" <ma...@hp.com>.
Hi Sebb, 

1. As you noticed, sources/javadoc jars are missing default implementation and specification entries. 
   As good Apache citizens, we use apache-6.pom for all common plugin configuration.
   For maven-source-plugin, apache apache-6.pom uses old version 2.0.4 that has this issue http://jira.codehaus.org/browse/MSOURCES-42 
   For maven-javadoc-plugin, apache apache-6.pom does not define default implementation and specification entries. 
So I went ahead, and made required changes in our main pom. 

*Question* - how do we fix these issues in next version of apache-[X].pom ? 

2. You suggested to add a compiler source and target settings to manifest (these are proprietary headers, right?). Correct me if I am wrong, but we already have "Build-Jdk" header that provides same information.

3. You mentioned that NOTICE and LICENSE files are missing in individual jars - can you be more specific?  


Thanks for your comments.

Martin


-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Thursday, August 06, 2009 6:32 PM
To: general@incubator.apache.org
Cc: wink-dev@incubator.apache.org
Subject: Re: [VOTE] Releasing Wink 0.1

On 06/08/2009, sebb <se...@gmail.com> wrote:
> On 06/08/2009, Snitkovsky, Martin <ma...@hp.com> wrote:
>  > The Wink community has started the voting to release Wink 0.1.
>  >  The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>  >
>  >  We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>  >
>  >  The Maven staging area is at:
>  >  https://repository.apache.org/content/repositories/wink-staging-014/
>  >
>  >  The distributions are in:
>  >  https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/
>
>
> No point in having .asc.md5 and .asc.sha1 files; these should be
>  deleted before release.
>
>  The signing key does not seem to have been uploaded to any pgp servers.
>  [Key id 0x5E67E108]
>
>  Also, could not find the KEYS file.
>
>  It's not possible to check the sigs.
>
>  The hashes are OK.
>

Some of the jars have manifests which include the following:

Specification-Title: Wink WebDav
Specification-Version: 0.1-incubating
Specification-Vendor: The Apache Software Foundation
Implementation-Title: Wink WebDav
Implementation-Version: 0.1-incubating
Implementation-Vendor-Id: org.apache.wink
Implementation-Vendor: The Apache Software Foundation

This is good as it helps to identify the jar in isolation.
However, not all of the jars have this information.
It would also be good to include the compiler source and target settings.

I'd like to see the NOTICE and LICENSE files also in the individual
jars (in the META-INF directory). At present they only seem to be in
the source jars, which don't have the full manifest info as above.

I got one test failure:

Failed tests:
  testLockingExample(org.apache.wink.example.locking.LockingTest)

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

I'll raise a JIRA and attach the Surefire output files.

>  >  This release is tagged at:
>  >  https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/
>
>
> The LICENSE and NOTICE files need to be in the top-level directory.
>
>  I had problems checking out the SVN tree because some of the path/file
>  names are extremely long (up to 198 characters), for example:
>
>  wink-integration-test/wink-server-integration-test/wink-jaxrs-test-providers/src/test/java/org/apache/wink/jaxrs/test/providers/exceptionmappers/nullconditions/JAXRSExceptionsNullConditionsTest.java
>
>  In the end I had to check out the tree into a top-level directory with
>  a short name.
>  This is on Win/XP.
>
>  I also had problems with the archives for the same reason.
>
>  I think this is going to cause problems for other users too.
>
>  There are quite a lot of files in SVN that are not in the source
>  archive, for example:
>
>  release_notes.txt
>  Apache_Wink_User_Guide.docx/pdf
>
>  src/assembly/dist.xml
>  etc.
>
>  Missing AL header:
>  wink-integration-test/wink-server-integration-test/wink-jaxrs-optional-providers/pom.xml
>
>  As a separate issue, there are a lot of missing SVN properties (mainly
>  eol-type:native).
>  I'll file a bug report for that.
>
>
>  >  Thanks,
>  >  Martin
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  >  For additional commands, e-mail: general-help@incubator.apache.org
>  >
>  >
>

RE: [VOTE] Releasing Wink 0.1

Posted by "Snitkovsky, Martin" <ma...@hp.com>.
Hi Sebb, 

1. As you noticed, sources/javadoc jars are missing default implementation and specification entries. 
   As good Apache citizens, we use apache-6.pom for all common plugin configuration.
   For maven-source-plugin, apache apache-6.pom uses old version 2.0.4 that has this issue http://jira.codehaus.org/browse/MSOURCES-42 
   For maven-javadoc-plugin, apache apache-6.pom does not define default implementation and specification entries. 
So I went ahead, and made required changes in our main pom. 

*Question* - how do we fix these issues in next version of apache-[X].pom ? 

2. You suggested to add a compiler source and target settings to manifest (these are proprietary headers, right?). Correct me if I am wrong, but we already have "Build-Jdk" header that provides same information.

3. You mentioned that NOTICE and LICENSE files are missing in individual jars - can you be more specific?  


Thanks for your comments.

Martin


-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Thursday, August 06, 2009 6:32 PM
To: general@incubator.apache.org
Cc: wink-dev@incubator.apache.org
Subject: Re: [VOTE] Releasing Wink 0.1

On 06/08/2009, sebb <se...@gmail.com> wrote:
> On 06/08/2009, Snitkovsky, Martin <ma...@hp.com> wrote:
>  > The Wink community has started the voting to release Wink 0.1.
>  >  The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>  >
>  >  We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>  >
>  >  The Maven staging area is at:
>  >  https://repository.apache.org/content/repositories/wink-staging-014/
>  >
>  >  The distributions are in:
>  >  https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/
>
>
> No point in having .asc.md5 and .asc.sha1 files; these should be
>  deleted before release.
>
>  The signing key does not seem to have been uploaded to any pgp servers.
>  [Key id 0x5E67E108]
>
>  Also, could not find the KEYS file.
>
>  It's not possible to check the sigs.
>
>  The hashes are OK.
>

Some of the jars have manifests which include the following:

Specification-Title: Wink WebDav
Specification-Version: 0.1-incubating
Specification-Vendor: The Apache Software Foundation
Implementation-Title: Wink WebDav
Implementation-Version: 0.1-incubating
Implementation-Vendor-Id: org.apache.wink
Implementation-Vendor: The Apache Software Foundation

This is good as it helps to identify the jar in isolation.
However, not all of the jars have this information.
It would also be good to include the compiler source and target settings.

I'd like to see the NOTICE and LICENSE files also in the individual
jars (in the META-INF directory). At present they only seem to be in
the source jars, which don't have the full manifest info as above.

I got one test failure:

Failed tests:
  testLockingExample(org.apache.wink.example.locking.LockingTest)

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

I'll raise a JIRA and attach the Surefire output files.

>  >  This release is tagged at:
>  >  https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/
>
>
> The LICENSE and NOTICE files need to be in the top-level directory.
>
>  I had problems checking out the SVN tree because some of the path/file
>  names are extremely long (up to 198 characters), for example:
>
>  wink-integration-test/wink-server-integration-test/wink-jaxrs-test-providers/src/test/java/org/apache/wink/jaxrs/test/providers/exceptionmappers/nullconditions/JAXRSExceptionsNullConditionsTest.java
>
>  In the end I had to check out the tree into a top-level directory with
>  a short name.
>  This is on Win/XP.
>
>  I also had problems with the archives for the same reason.
>
>  I think this is going to cause problems for other users too.
>
>  There are quite a lot of files in SVN that are not in the source
>  archive, for example:
>
>  release_notes.txt
>  Apache_Wink_User_Guide.docx/pdf
>
>  src/assembly/dist.xml
>  etc.
>
>  Missing AL header:
>  wink-integration-test/wink-server-integration-test/wink-jaxrs-optional-providers/pom.xml
>
>  As a separate issue, there are a lot of missing SVN properties (mainly
>  eol-type:native).
>  I'll file a bug report for that.
>
>
>  >  Thanks,
>  >  Martin
>  >
>  >  ---------------------------------------------------------------------
>  >  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] Releasing Wink 0.1

Posted by sebb <se...@gmail.com>.
On 09/08/2009, Snitkovsky, Martin <ma...@hp.com> wrote:
> Regarding release signing -
>  I have uploaded release signing key to http://www.pramberger.at/peter/services/keyserver/   & http://pgp.mit.edu/  public key servers
>
>  KEYS file can be download either from SVN or from Wink distribution www.apache.org/dist/incubator/wink (once release is approved)
>
>  Do you think KEYS file should be available (how? As separate artifact?)

One way is to add it to SVN - but if so, exclude it from release archives.

> for download from Maven repository as well?
>

No.

>  martin
>
>  -----Original Message-----
>  From: sebb [mailto:sebbaz@gmail.com]
>
> Sent: Thursday, August 06, 2009 6:32 PM
>  To: general@incubator.apache.org
>  Cc: wink-dev@incubator.apache.org
>  Subject: Re: [VOTE] Releasing Wink 0.1
>
>
> On 06/08/2009, sebb <se...@gmail.com> wrote:
>  > On 06/08/2009, Snitkovsky, Martin <ma...@hp.com> wrote:
>  >  > The Wink community has started the voting to release Wink 0.1.
>  >  >  The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>  >  >
>  >  >  We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>  >  >
>  >  >  The Maven staging area is at:
>  >  >  https://repository.apache.org/content/repositories/wink-staging-014/
>  >  >
>  >  >  The distributions are in:
>  >  >  https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/
>  >
>  >
>  > No point in having .asc.md5 and .asc.sha1 files; these should be
>  >  deleted before release.
>  >
>  >  The signing key does not seem to have been uploaded to any pgp servers.
>  >  [Key id 0x5E67E108]
>  >
>  >  Also, could not find the KEYS file.
>  >
>  >  It's not possible to check the sigs.
>  >
>  >  The hashes are OK.
>  >
>
>  Some of the jars have manifests which include the following:
>
>  Specification-Title: Wink WebDav
>  Specification-Version: 0.1-incubating
>  Specification-Vendor: The Apache Software Foundation
>  Implementation-Title: Wink WebDav
>  Implementation-Version: 0.1-incubating
>  Implementation-Vendor-Id: org.apache.wink
>  Implementation-Vendor: The Apache Software Foundation
>
>  This is good as it helps to identify the jar in isolation.
>  However, not all of the jars have this information.
>  It would also be good to include the compiler source and target settings.
>
>  I'd like to see the NOTICE and LICENSE files also in the individual
>  jars (in the META-INF directory). At present they only seem to be in
>  the source jars, which don't have the full manifest info as above.
>
>  I got one test failure:
>
>  Failed tests:
>   testLockingExample(org.apache.wink.example.locking.LockingTest)
>
>  Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
>
>  I'll raise a JIRA and attach the Surefire output files.
>
>  >  >  This release is tagged at:
>  >  >  https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/
>  >
>  >
>  > The LICENSE and NOTICE files need to be in the top-level directory.
>  >
>  >  I had problems checking out the SVN tree because some of the path/file
>  >  names are extremely long (up to 198 characters), for example:
>  >
>  >  wink-integration-test/wink-server-integration-test/wink-jaxrs-test-providers/src/test/java/org/apache/wink/jaxrs/test/providers/exceptionmappers/nullconditions/JAXRSExceptionsNullConditionsTest.java
>  >
>  >  In the end I had to check out the tree into a top-level directory with
>  >  a short name.
>  >  This is on Win/XP.
>  >
>  >  I also had problems with the archives for the same reason.
>  >
>  >  I think this is going to cause problems for other users too.
>  >
>  >  There are quite a lot of files in SVN that are not in the source
>  >  archive, for example:
>  >
>  >  release_notes.txt
>  >  Apache_Wink_User_Guide.docx/pdf
>  >
>  >  src/assembly/dist.xml
>  >  etc.
>  >
>  >  Missing AL header:
>  >  wink-integration-test/wink-server-integration-test/wink-jaxrs-optional-providers/pom.xml
>  >
>  >  As a separate issue, there are a lot of missing SVN properties (mainly
>  >  eol-type:native).
>  >  I'll file a bug report for that.
>  >
>  >
>  >  >  Thanks,
>  >  >  Martin
>  >  >
>  >  >  ---------------------------------------------------------------------
>  >  >  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] Releasing Wink 0.1

Posted by sebb <se...@gmail.com>.
On 09/08/2009, Snitkovsky, Martin <ma...@hp.com> wrote:
> Regarding release signing -
>  I have uploaded release signing key to http://www.pramberger.at/peter/services/keyserver/   & http://pgp.mit.edu/  public key servers
>
>  KEYS file can be download either from SVN or from Wink distribution www.apache.org/dist/incubator/wink (once release is approved)
>
>  Do you think KEYS file should be available (how? As separate artifact?)

One way is to add it to SVN - but if so, exclude it from release archives.

> for download from Maven repository as well?
>

No.

>  martin
>
>  -----Original Message-----
>  From: sebb [mailto:sebbaz@gmail.com]
>
> Sent: Thursday, August 06, 2009 6:32 PM
>  To: general@incubator.apache.org
>  Cc: wink-dev@incubator.apache.org
>  Subject: Re: [VOTE] Releasing Wink 0.1
>
>
> On 06/08/2009, sebb <se...@gmail.com> wrote:
>  > On 06/08/2009, Snitkovsky, Martin <ma...@hp.com> wrote:
>  >  > The Wink community has started the voting to release Wink 0.1.
>  >  >  The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>  >  >
>  >  >  We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>  >  >
>  >  >  The Maven staging area is at:
>  >  >  https://repository.apache.org/content/repositories/wink-staging-014/
>  >  >
>  >  >  The distributions are in:
>  >  >  https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/
>  >
>  >
>  > No point in having .asc.md5 and .asc.sha1 files; these should be
>  >  deleted before release.
>  >
>  >  The signing key does not seem to have been uploaded to any pgp servers.
>  >  [Key id 0x5E67E108]
>  >
>  >  Also, could not find the KEYS file.
>  >
>  >  It's not possible to check the sigs.
>  >
>  >  The hashes are OK.
>  >
>
>  Some of the jars have manifests which include the following:
>
>  Specification-Title: Wink WebDav
>  Specification-Version: 0.1-incubating
>  Specification-Vendor: The Apache Software Foundation
>  Implementation-Title: Wink WebDav
>  Implementation-Version: 0.1-incubating
>  Implementation-Vendor-Id: org.apache.wink
>  Implementation-Vendor: The Apache Software Foundation
>
>  This is good as it helps to identify the jar in isolation.
>  However, not all of the jars have this information.
>  It would also be good to include the compiler source and target settings.
>
>  I'd like to see the NOTICE and LICENSE files also in the individual
>  jars (in the META-INF directory). At present they only seem to be in
>  the source jars, which don't have the full manifest info as above.
>
>  I got one test failure:
>
>  Failed tests:
>   testLockingExample(org.apache.wink.example.locking.LockingTest)
>
>  Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
>
>  I'll raise a JIRA and attach the Surefire output files.
>
>  >  >  This release is tagged at:
>  >  >  https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/
>  >
>  >
>  > The LICENSE and NOTICE files need to be in the top-level directory.
>  >
>  >  I had problems checking out the SVN tree because some of the path/file
>  >  names are extremely long (up to 198 characters), for example:
>  >
>  >  wink-integration-test/wink-server-integration-test/wink-jaxrs-test-providers/src/test/java/org/apache/wink/jaxrs/test/providers/exceptionmappers/nullconditions/JAXRSExceptionsNullConditionsTest.java
>  >
>  >  In the end I had to check out the tree into a top-level directory with
>  >  a short name.
>  >  This is on Win/XP.
>  >
>  >  I also had problems with the archives for the same reason.
>  >
>  >  I think this is going to cause problems for other users too.
>  >
>  >  There are quite a lot of files in SVN that are not in the source
>  >  archive, for example:
>  >
>  >  release_notes.txt
>  >  Apache_Wink_User_Guide.docx/pdf
>  >
>  >  src/assembly/dist.xml
>  >  etc.
>  >
>  >  Missing AL header:
>  >  wink-integration-test/wink-server-integration-test/wink-jaxrs-optional-providers/pom.xml
>  >
>  >  As a separate issue, there are a lot of missing SVN properties (mainly
>  >  eol-type:native).
>  >  I'll file a bug report for that.
>  >
>  >
>  >  >  Thanks,
>  >  >  Martin
>  >  >
>  >  >  ---------------------------------------------------------------------
>  >  >  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  >  >  For additional commands, e-mail: general-help@incubator.apache.org
>  >  >
>  >  >
>  >
>

RE: [VOTE] Releasing Wink 0.1

Posted by "Snitkovsky, Martin" <ma...@hp.com>.
Regarding release signing -  
I have uploaded release signing key to http://www.pramberger.at/peter/services/keyserver/   & http://pgp.mit.edu/  public key servers

KEYS file can be download either from SVN or from Wink distribution www.apache.org/dist/incubator/wink (once release is approved)

Do you think KEYS file should be available (how? As separate artifact?) for download from Maven repository as well? 

martin

-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Thursday, August 06, 2009 6:32 PM
To: general@incubator.apache.org
Cc: wink-dev@incubator.apache.org
Subject: Re: [VOTE] Releasing Wink 0.1

On 06/08/2009, sebb <se...@gmail.com> wrote:
> On 06/08/2009, Snitkovsky, Martin <ma...@hp.com> wrote:
>  > The Wink community has started the voting to release Wink 0.1.
>  >  The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>  >
>  >  We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>  >
>  >  The Maven staging area is at:
>  >  https://repository.apache.org/content/repositories/wink-staging-014/
>  >
>  >  The distributions are in:
>  >  https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/
>
>
> No point in having .asc.md5 and .asc.sha1 files; these should be
>  deleted before release.
>
>  The signing key does not seem to have been uploaded to any pgp servers.
>  [Key id 0x5E67E108]
>
>  Also, could not find the KEYS file.
>
>  It's not possible to check the sigs.
>
>  The hashes are OK.
>

Some of the jars have manifests which include the following:

Specification-Title: Wink WebDav
Specification-Version: 0.1-incubating
Specification-Vendor: The Apache Software Foundation
Implementation-Title: Wink WebDav
Implementation-Version: 0.1-incubating
Implementation-Vendor-Id: org.apache.wink
Implementation-Vendor: The Apache Software Foundation

This is good as it helps to identify the jar in isolation.
However, not all of the jars have this information.
It would also be good to include the compiler source and target settings.

I'd like to see the NOTICE and LICENSE files also in the individual
jars (in the META-INF directory). At present they only seem to be in
the source jars, which don't have the full manifest info as above.

I got one test failure:

Failed tests:
  testLockingExample(org.apache.wink.example.locking.LockingTest)

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

I'll raise a JIRA and attach the Surefire output files.

>  >  This release is tagged at:
>  >  https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/
>
>
> The LICENSE and NOTICE files need to be in the top-level directory.
>
>  I had problems checking out the SVN tree because some of the path/file
>  names are extremely long (up to 198 characters), for example:
>
>  wink-integration-test/wink-server-integration-test/wink-jaxrs-test-providers/src/test/java/org/apache/wink/jaxrs/test/providers/exceptionmappers/nullconditions/JAXRSExceptionsNullConditionsTest.java
>
>  In the end I had to check out the tree into a top-level directory with
>  a short name.
>  This is on Win/XP.
>
>  I also had problems with the archives for the same reason.
>
>  I think this is going to cause problems for other users too.
>
>  There are quite a lot of files in SVN that are not in the source
>  archive, for example:
>
>  release_notes.txt
>  Apache_Wink_User_Guide.docx/pdf
>
>  src/assembly/dist.xml
>  etc.
>
>  Missing AL header:
>  wink-integration-test/wink-server-integration-test/wink-jaxrs-optional-providers/pom.xml
>
>  As a separate issue, there are a lot of missing SVN properties (mainly
>  eol-type:native).
>  I'll file a bug report for that.
>
>
>  >  Thanks,
>  >  Martin
>  >
>  >  ---------------------------------------------------------------------
>  >  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] Releasing Wink 0.1

Posted by "Snitkovsky, Martin" <ma...@hp.com>.
Regarding release signing -  
I have uploaded release signing key to http://www.pramberger.at/peter/services/keyserver/   & http://pgp.mit.edu/  public key servers

KEYS file can be download either from SVN or from Wink distribution www.apache.org/dist/incubator/wink (once release is approved)

Do you think KEYS file should be available (how? As separate artifact?) for download from Maven repository as well? 

martin

-----Original Message-----
From: sebb [mailto:sebbaz@gmail.com] 
Sent: Thursday, August 06, 2009 6:32 PM
To: general@incubator.apache.org
Cc: wink-dev@incubator.apache.org
Subject: Re: [VOTE] Releasing Wink 0.1

On 06/08/2009, sebb <se...@gmail.com> wrote:
> On 06/08/2009, Snitkovsky, Martin <ma...@hp.com> wrote:
>  > The Wink community has started the voting to release Wink 0.1.
>  >  The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>  >
>  >  We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>  >
>  >  The Maven staging area is at:
>  >  https://repository.apache.org/content/repositories/wink-staging-014/
>  >
>  >  The distributions are in:
>  >  https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/
>
>
> No point in having .asc.md5 and .asc.sha1 files; these should be
>  deleted before release.
>
>  The signing key does not seem to have been uploaded to any pgp servers.
>  [Key id 0x5E67E108]
>
>  Also, could not find the KEYS file.
>
>  It's not possible to check the sigs.
>
>  The hashes are OK.
>

Some of the jars have manifests which include the following:

Specification-Title: Wink WebDav
Specification-Version: 0.1-incubating
Specification-Vendor: The Apache Software Foundation
Implementation-Title: Wink WebDav
Implementation-Version: 0.1-incubating
Implementation-Vendor-Id: org.apache.wink
Implementation-Vendor: The Apache Software Foundation

This is good as it helps to identify the jar in isolation.
However, not all of the jars have this information.
It would also be good to include the compiler source and target settings.

I'd like to see the NOTICE and LICENSE files also in the individual
jars (in the META-INF directory). At present they only seem to be in
the source jars, which don't have the full manifest info as above.

I got one test failure:

Failed tests:
  testLockingExample(org.apache.wink.example.locking.LockingTest)

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

I'll raise a JIRA and attach the Surefire output files.

>  >  This release is tagged at:
>  >  https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/
>
>
> The LICENSE and NOTICE files need to be in the top-level directory.
>
>  I had problems checking out the SVN tree because some of the path/file
>  names are extremely long (up to 198 characters), for example:
>
>  wink-integration-test/wink-server-integration-test/wink-jaxrs-test-providers/src/test/java/org/apache/wink/jaxrs/test/providers/exceptionmappers/nullconditions/JAXRSExceptionsNullConditionsTest.java
>
>  In the end I had to check out the tree into a top-level directory with
>  a short name.
>  This is on Win/XP.
>
>  I also had problems with the archives for the same reason.
>
>  I think this is going to cause problems for other users too.
>
>  There are quite a lot of files in SVN that are not in the source
>  archive, for example:
>
>  release_notes.txt
>  Apache_Wink_User_Guide.docx/pdf
>
>  src/assembly/dist.xml
>  etc.
>
>  Missing AL header:
>  wink-integration-test/wink-server-integration-test/wink-jaxrs-optional-providers/pom.xml
>
>  As a separate issue, there are a lot of missing SVN properties (mainly
>  eol-type:native).
>  I'll file a bug report for that.
>
>
>  >  Thanks,
>  >  Martin
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  >  For additional commands, e-mail: general-help@incubator.apache.org
>  >
>  >
>

Re: [VOTE] Releasing Wink 0.1

Posted by sebb <se...@gmail.com>.
On 06/08/2009, sebb <se...@gmail.com> wrote:
> On 06/08/2009, Snitkovsky, Martin <ma...@hp.com> wrote:
>  > The Wink community has started the voting to release Wink 0.1.
>  >  The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>  >
>  >  We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>  >
>  >  The Maven staging area is at:
>  >  https://repository.apache.org/content/repositories/wink-staging-014/
>  >
>  >  The distributions are in:
>  >  https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/
>
>
> No point in having .asc.md5 and .asc.sha1 files; these should be
>  deleted before release.
>
>  The signing key does not seem to have been uploaded to any pgp servers.
>  [Key id 0x5E67E108]
>
>  Also, could not find the KEYS file.
>
>  It's not possible to check the sigs.
>
>  The hashes are OK.
>

Some of the jars have manifests which include the following:

Specification-Title: Wink WebDav
Specification-Version: 0.1-incubating
Specification-Vendor: The Apache Software Foundation
Implementation-Title: Wink WebDav
Implementation-Version: 0.1-incubating
Implementation-Vendor-Id: org.apache.wink
Implementation-Vendor: The Apache Software Foundation

This is good as it helps to identify the jar in isolation.
However, not all of the jars have this information.
It would also be good to include the compiler source and target settings.

I'd like to see the NOTICE and LICENSE files also in the individual
jars (in the META-INF directory). At present they only seem to be in
the source jars, which don't have the full manifest info as above.

I got one test failure:

Failed tests:
  testLockingExample(org.apache.wink.example.locking.LockingTest)

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

I'll raise a JIRA and attach the Surefire output files.

>  >  This release is tagged at:
>  >  https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/
>
>
> The LICENSE and NOTICE files need to be in the top-level directory.
>
>  I had problems checking out the SVN tree because some of the path/file
>  names are extremely long (up to 198 characters), for example:
>
>  wink-integration-test/wink-server-integration-test/wink-jaxrs-test-providers/src/test/java/org/apache/wink/jaxrs/test/providers/exceptionmappers/nullconditions/JAXRSExceptionsNullConditionsTest.java
>
>  In the end I had to check out the tree into a top-level directory with
>  a short name.
>  This is on Win/XP.
>
>  I also had problems with the archives for the same reason.
>
>  I think this is going to cause problems for other users too.
>
>  There are quite a lot of files in SVN that are not in the source
>  archive, for example:
>
>  release_notes.txt
>  Apache_Wink_User_Guide.docx/pdf
>
>  src/assembly/dist.xml
>  etc.
>
>  Missing AL header:
>  wink-integration-test/wink-server-integration-test/wink-jaxrs-optional-providers/pom.xml
>
>  As a separate issue, there are a lot of missing SVN properties (mainly
>  eol-type:native).
>  I'll file a bug report for that.
>
>
>  >  Thanks,
>  >  Martin
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
>  >  For additional commands, e-mail: general-help@incubator.apache.org
>  >
>  >
>

Re: [VOTE] Releasing Wink 0.1

Posted by sebb <se...@gmail.com>.
On 06/08/2009, sebb <se...@gmail.com> wrote:
> On 06/08/2009, Snitkovsky, Martin <ma...@hp.com> wrote:
>  > The Wink community has started the voting to release Wink 0.1.
>  >  The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>  >
>  >  We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>  >
>  >  The Maven staging area is at:
>  >  https://repository.apache.org/content/repositories/wink-staging-014/
>  >
>  >  The distributions are in:
>  >  https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/
>
>
> No point in having .asc.md5 and .asc.sha1 files; these should be
>  deleted before release.
>
>  The signing key does not seem to have been uploaded to any pgp servers.
>  [Key id 0x5E67E108]
>
>  Also, could not find the KEYS file.
>
>  It's not possible to check the sigs.
>
>  The hashes are OK.
>

Some of the jars have manifests which include the following:

Specification-Title: Wink WebDav
Specification-Version: 0.1-incubating
Specification-Vendor: The Apache Software Foundation
Implementation-Title: Wink WebDav
Implementation-Version: 0.1-incubating
Implementation-Vendor-Id: org.apache.wink
Implementation-Vendor: The Apache Software Foundation

This is good as it helps to identify the jar in isolation.
However, not all of the jars have this information.
It would also be good to include the compiler source and target settings.

I'd like to see the NOTICE and LICENSE files also in the individual
jars (in the META-INF directory). At present they only seem to be in
the source jars, which don't have the full manifest info as above.

I got one test failure:

Failed tests:
  testLockingExample(org.apache.wink.example.locking.LockingTest)

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

I'll raise a JIRA and attach the Surefire output files.

>  >  This release is tagged at:
>  >  https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/
>
>
> The LICENSE and NOTICE files need to be in the top-level directory.
>
>  I had problems checking out the SVN tree because some of the path/file
>  names are extremely long (up to 198 characters), for example:
>
>  wink-integration-test/wink-server-integration-test/wink-jaxrs-test-providers/src/test/java/org/apache/wink/jaxrs/test/providers/exceptionmappers/nullconditions/JAXRSExceptionsNullConditionsTest.java
>
>  In the end I had to check out the tree into a top-level directory with
>  a short name.
>  This is on Win/XP.
>
>  I also had problems with the archives for the same reason.
>
>  I think this is going to cause problems for other users too.
>
>  There are quite a lot of files in SVN that are not in the source
>  archive, for example:
>
>  release_notes.txt
>  Apache_Wink_User_Guide.docx/pdf
>
>  src/assembly/dist.xml
>  etc.
>
>  Missing AL header:
>  wink-integration-test/wink-server-integration-test/wink-jaxrs-optional-providers/pom.xml
>
>  As a separate issue, there are a lot of missing SVN properties (mainly
>  eol-type:native).
>  I'll file a bug report for that.
>
>
>  >  Thanks,
>  >  Martin
>  >
>  >  ---------------------------------------------------------------------
>  >  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] Releasing Wink 0.1

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Thu, Aug 6, 2009 at 4:37 PM, sebb<se...@gmail.com> wrote:
> No point in having .asc.md5 and .asc.sha1 files; these should be
> deleted before release.

IMHO not necessary. See http://markmail.org/message/ynz2qzrzwbyigtsu

BR,

Jukka Zitting

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


Re: [VOTE] Releasing Wink 0.1

Posted by sebb <se...@gmail.com>.
On 06/08/2009, Snitkovsky, Martin <ma...@hp.com> wrote:
> The Wink community has started the voting to release Wink 0.1.
>  The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>
>  We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>
>  The Maven staging area is at:
>  https://repository.apache.org/content/repositories/wink-staging-014/
>
>  The distributions are in:
>  https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/

No point in having .asc.md5 and .asc.sha1 files; these should be
deleted before release.

The signing key does not seem to have been uploaded to any pgp servers.
[Key id 0x5E67E108]

Also, could not find the KEYS file.

It's not possible to check the sigs.

The hashes are OK.

>  This release is tagged at:
>  https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/

The LICENSE and NOTICE files need to be in the top-level directory.

I had problems checking out the SVN tree because some of the path/file
names are extremely long (up to 198 characters), for example:

wink-integration-test/wink-server-integration-test/wink-jaxrs-test-providers/src/test/java/org/apache/wink/jaxrs/test/providers/exceptionmappers/nullconditions/JAXRSExceptionsNullConditionsTest.java

In the end I had to check out the tree into a top-level directory with
a short name.
This is on Win/XP.

I also had problems with the archives for the same reason.

I think this is going to cause problems for other users too.

There are quite a lot of files in SVN that are not in the source
archive, for example:

release_notes.txt
Apache_Wink_User_Guide.docx/pdf

src/assembly/dist.xml
etc.

Missing AL header:
wink-integration-test/wink-server-integration-test/wink-jaxrs-optional-providers/pom.xml

As a separate issue, there are a lot of missing SVN properties (mainly
eol-type:native).
I'll file a bug report for that.

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

RE: [VOTE] Releasing Wink 0.1

Posted by "Snitkovsky, Martin" <ma...@hp.com>.
DISCLAIMER text is included in binaries & sources distribution archives. 
Binaries https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/apache-wink-0.1-incubating.zip
Sources https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/apache-wink-0.1-incubating-src.zip

As for individual jar files that don't include it - AFAIK we behave the same as other Apache projects that are built with maven and include all standard legal files (Notice, License, Dependencies) by inheriting maven-remote-resources-plugin configuration from apache-6.pom 

Do you know abt some standard way to include DISCLAIMER text (use org.apache:apache-incubator-disclaimer-resource-bundle:1.1   ???) in all jar artifacts?


Thanks, 
martin

-----Original Message-----
From: ant elder [mailto:ant.elder@gmail.com] 
Sent: Sunday, August 09, 2009 1:15 PM
To: general@incubator.apache.org
Cc: wink-dev@incubator.apache.org
Subject: Re: [VOTE] Releasing Wink 0.1

On Thu, Aug 6, 2009 at 8:44 AM, Snitkovsky,
Martin<ma...@hp.com> wrote:
> The Wink community has started the voting to release Wink 0.1.
> The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>
> We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>
> The Maven staging area is at:
> https://repository.apache.org/content/repositories/wink-staging-014/
>
> The distributions are in:
> https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/
>
> This release is tagged at:
> https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/
>
> Thanks,
> Martin
>

Aother issue not mentioned yet is that the distribution and jars don't
include the Incubator disclaimer text, for an example see
https://svn.apache.org/repos/asf/incubator/pivot/tags/v1.2-rc3/DISCLAIMER

   ...ant

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


RE: [VOTE] Releasing Wink 0.1

Posted by "Snitkovsky, Martin" <ma...@hp.com>.
DISCLAIMER text is included in binaries & sources distribution archives. 
Binaries https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/apache-wink-0.1-incubating.zip
Sources https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/apache-wink-0.1-incubating-src.zip

As for individual jar files that don't include it - AFAIK we behave the same as other Apache projects that are built with maven and include all standard legal files (Notice, License, Dependencies) by inheriting maven-remote-resources-plugin configuration from apache-6.pom 

Do you know abt some standard way to include DISCLAIMER text (use org.apache:apache-incubator-disclaimer-resource-bundle:1.1   ???) in all jar artifacts?


Thanks, 
martin

-----Original Message-----
From: ant elder [mailto:ant.elder@gmail.com] 
Sent: Sunday, August 09, 2009 1:15 PM
To: general@incubator.apache.org
Cc: wink-dev@incubator.apache.org
Subject: Re: [VOTE] Releasing Wink 0.1

On Thu, Aug 6, 2009 at 8:44 AM, Snitkovsky,
Martin<ma...@hp.com> wrote:
> The Wink community has started the voting to release Wink 0.1.
> The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>
> We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>
> The Maven staging area is at:
> https://repository.apache.org/content/repositories/wink-staging-014/
>
> The distributions are in:
> https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/
>
> This release is tagged at:
> https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/
>
> Thanks,
> Martin
>

Aother issue not mentioned yet is that the distribution and jars don't
include the Incubator disclaimer text, for an example see
https://svn.apache.org/repos/asf/incubator/pivot/tags/v1.2-rc3/DISCLAIMER

   ...ant

---------------------------------------------------------------------
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] Releasing Wink 0.1

Posted by ant elder <an...@gmail.com>.
On Thu, Aug 6, 2009 at 8:44 AM, Snitkovsky,
Martin<ma...@hp.com> wrote:
> The Wink community has started the voting to release Wink 0.1.
> The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>
> We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>
> The Maven staging area is at:
> https://repository.apache.org/content/repositories/wink-staging-014/
>
> The distributions are in:
> https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/
>
> This release is tagged at:
> https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/
>
> Thanks,
> Martin
>

Aother issue not mentioned yet is that the distribution and jars don't
include the Incubator disclaimer text, for an example see
https://svn.apache.org/repos/asf/incubator/pivot/tags/v1.2-rc3/DISCLAIMER

   ...ant

Re: [VOTE] Releasing Wink 0.1

Posted by ant elder <an...@gmail.com>.
On Thu, Aug 6, 2009 at 8:44 AM, Snitkovsky,
Martin<ma...@hp.com> wrote:
> The Wink community has started the voting to release Wink 0.1.
> The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>
> We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>
> The Maven staging area is at:
> https://repository.apache.org/content/repositories/wink-staging-014/
>
> The distributions are in:
> https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/
>
> This release is tagged at:
> https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/
>
> Thanks,
> Martin
>

Aother issue not mentioned yet is that the distribution and jars don't
include the Incubator disclaimer text, for an example see
https://svn.apache.org/repos/asf/incubator/pivot/tags/v1.2-rc3/DISCLAIMER

   ...ant

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


Re: [VOTE] Releasing Wink 0.1

Posted by sebb <se...@gmail.com>.
On 06/08/2009, Snitkovsky, Martin <ma...@hp.com> wrote:
> The Wink community has started the voting to release Wink 0.1.
>  The voting mail thread can be viewed at http://mail-archives.apache.org/mod_mbox/incubator-wink-dev/200908.mbox/<2C...@GVW1163EXB.americas.hpqcorp.net>
>
>  We are sending this e-mail as a heads up so we can get additional feedback on the artifacts from the community.
>
>  The Maven staging area is at:
>  https://repository.apache.org/content/repositories/wink-staging-014/
>
>  The distributions are in:
>  https://repository.apache.org/content/repositories/wink-staging-014/org/apache/wink/apache-wink/0.1-incubating/

No point in having .asc.md5 and .asc.sha1 files; these should be
deleted before release.

The signing key does not seem to have been uploaded to any pgp servers.
[Key id 0x5E67E108]

Also, could not find the KEYS file.

It's not possible to check the sigs.

The hashes are OK.

>  This release is tagged at:
>  https://svn.apache.org/repos/asf/incubator/wink/tags/wink-0.1-incubating/

The LICENSE and NOTICE files need to be in the top-level directory.

I had problems checking out the SVN tree because some of the path/file
names are extremely long (up to 198 characters), for example:

wink-integration-test/wink-server-integration-test/wink-jaxrs-test-providers/src/test/java/org/apache/wink/jaxrs/test/providers/exceptionmappers/nullconditions/JAXRSExceptionsNullConditionsTest.java

In the end I had to check out the tree into a top-level directory with
a short name.
This is on Win/XP.

I also had problems with the archives for the same reason.

I think this is going to cause problems for other users too.

There are quite a lot of files in SVN that are not in the source
archive, for example:

release_notes.txt
Apache_Wink_User_Guide.docx/pdf

src/assembly/dist.xml
etc.

Missing AL header:
wink-integration-test/wink-server-integration-test/wink-jaxrs-optional-providers/pom.xml

As a separate issue, there are a lot of missing SVN properties (mainly
eol-type:native).
I'll file a bug report for that.

>  Thanks,
>  Martin
>
>  ---------------------------------------------------------------------
>  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