You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by Timothy Ward <ti...@apache.org> on 2018/04/26 10:48:18 UTC

[VOTE] Release Aries JPA 2.7.0

As discussed in an earlier mail thread, Aries JPA will be the reference implementation for the JPA Service 1.1 from OSGi R7. This requires a release of the Aries JPA container, but the whole project has moved to Git and started using the OSGi contract namespace since its previous release. I’ve therefore staged a release candidate for the whole Aries JPA project. The module is staged and tagged in https://git-wip-us.apache.org/repos/asf?p=aries-jpa.git;a=tag;h=refs/tags/2.7.0.

Instructions for verifying the release are at http://aries.apache.org/development/verifyingrelease.html. Alternately, cut and paste the following to run a full check:

wget --no-check-certificate https://svn.apache.org/repos/asf/aries/scripts/verify_staged_release.sh
chmod a+x verify_staged_release.sh
./verify_staged_release.sh 1125 mytempdirectory 2>&1 | tee verifyresults.txt
grep FAIL verifyresults.txt
grep ERROR verifyresults.txt

Artifacts are in one staged repo, https://repository.apache.org/content/repositories/orgapachearies-1125/. The main source zip file for is available at https://repository.apache.org/content/repositories/orgapachearies-1125/org/apache/aries/jpa/org.apache.aries.jpa.main/2.7.0/org.apache.aries.jpa.main-2.7.0-source-release.zip.

The RAT and IANAL build checks flag errors in the README.md and .gitignore files, but I could see no issues in actual sources or resources.

The vote will be open for at least 72 hours, but as that takes us into a weekend I will leave it open until at least midday UTC on Monday 30th. [ ] +1 [ ] 0 [ ] -1


Re: [VOTE] Release Aries JPA 2.7.0

Posted by Raymond Auge <ra...@liferay.com>.
+1 (non-binding)

- Ray

On Thu, Apr 26, 2018 at 8:02 AM, Francois Papon <
francois.papon@openobject.fr> wrote:

> +1 (non-binding)
>
> Thanks,
>
> François
>
>
> Le 26/04/2018 à 14:48, Timothy Ward a écrit :
> > As discussed in an earlier mail thread, Aries JPA will be the reference
> implementation for the JPA Service 1.1 from OSGi R7. This requires a
> release of the Aries JPA container, but the whole project has moved to Git
> and started using the OSGi contract namespace since its previous release.
> I’ve therefore staged a release candidate for the whole Aries JPA project.
> The module is staged and tagged in https://git-wip-us.apache.org/
> repos/asf?p=aries-jpa.git;a=tag;h=refs/tags/2.7.0.
> >
> > Instructions for verifying the release are at http://aries.apache.org/
> development/verifyingrelease.html. Alternately, cut and paste the
> following to run a full check:
> >
> > wget --no-check-certificate https://svn.apache.org/repos/
> asf/aries/scripts/verify_staged_release.sh
> > chmod a+x verify_staged_release.sh
> > ./verify_staged_release.sh 1125 mytempdirectory 2>&1 | tee
> verifyresults.txt
> > grep FAIL verifyresults.txt
> > grep ERROR verifyresults.txt
> >
> > Artifacts are in one staged repo, https://repository.apache.org/
> content/repositories/orgapachearies-1125/. The main source zip file for
> is available at https://repository.apache.org/content/repositories/
> orgapachearies-1125/org/apache/aries/jpa/org.apache.
> aries.jpa.main/2.7.0/org.apache.aries.jpa.main-2.7.0-source-release.zip.
> >
> > The RAT and IANAL build checks flag errors in the README.md and
> .gitignore files, but I could see no issues in actual sources or resources.
> >
> > The vote will be open for at least 72 hours, but as that takes us into a
> weekend I will leave it open until at least midday UTC on Monday 30th. [ ]
> +1 [ ] 0 [ ] -1
> >
>
>


-- 
*Raymond Augé* <http://www.liferay.com/web/raymond.auge/profile>
 (@rotty3000)
Senior Software Architect *Liferay, Inc.* <http://www.liferay.com>
 (@Liferay)
Board Member & EEG Co-Chair, OSGi Alliance <http://osgi.org> (@OSGiAlliance)

Re: [VOTE] Release Aries JPA 2.7.0

Posted by Francois Papon <fr...@openobject.fr>.
+1 (non-binding)

Thanks,

François


Le 26/04/2018 à 14:48, Timothy Ward a écrit :
> As discussed in an earlier mail thread, Aries JPA will be the reference implementation for the JPA Service 1.1 from OSGi R7. This requires a release of the Aries JPA container, but the whole project has moved to Git and started using the OSGi contract namespace since its previous release. I’ve therefore staged a release candidate for the whole Aries JPA project. The module is staged and tagged in https://git-wip-us.apache.org/repos/asf?p=aries-jpa.git;a=tag;h=refs/tags/2.7.0.
>
> Instructions for verifying the release are at http://aries.apache.org/development/verifyingrelease.html. Alternately, cut and paste the following to run a full check:
>
> wget --no-check-certificate https://svn.apache.org/repos/asf/aries/scripts/verify_staged_release.sh
> chmod a+x verify_staged_release.sh
> ./verify_staged_release.sh 1125 mytempdirectory 2>&1 | tee verifyresults.txt
> grep FAIL verifyresults.txt
> grep ERROR verifyresults.txt
>
> Artifacts are in one staged repo, https://repository.apache.org/content/repositories/orgapachearies-1125/. The main source zip file for is available at https://repository.apache.org/content/repositories/orgapachearies-1125/org/apache/aries/jpa/org.apache.aries.jpa.main/2.7.0/org.apache.aries.jpa.main-2.7.0-source-release.zip.
>
> The RAT and IANAL build checks flag errors in the README.md and .gitignore files, but I could see no issues in actual sources or resources.
>
> The vote will be open for at least 72 hours, but as that takes us into a weekend I will leave it open until at least midday UTC on Monday 30th. [ ] +1 [ ] 0 [ ] -1
>


Re: [VOTE] Release Aries JPA 2.7.0

Posted by David Bosschaert <da...@gmail.com>.
+1

David

On 26 April 2018 at 11:48, Timothy Ward <ti...@apache.org> wrote:

> As discussed in an earlier mail thread, Aries JPA will be the reference
> implementation for the JPA Service 1.1 from OSGi R7. This requires a
> release of the Aries JPA container, but the whole project has moved to Git
> and started using the OSGi contract namespace since its previous release.
> I’ve therefore staged a release candidate for the whole Aries JPA project.
> The module is staged and tagged in https://git-wip-us.apache.org/
> repos/asf?p=aries-jpa.git;a=tag;h=refs/tags/2.7.0.
>
> Instructions for verifying the release are at http://aries.apache.org/
> development/verifyingrelease.html. Alternately, cut and paste the
> following to run a full check:
>
> wget --no-check-certificate https://svn.apache.org/repos/
> asf/aries/scripts/verify_staged_release.sh
> chmod a+x verify_staged_release.sh
> ./verify_staged_release.sh 1125 mytempdirectory 2>&1 | tee
> verifyresults.txt
> grep FAIL verifyresults.txt
> grep ERROR verifyresults.txt
>
> Artifacts are in one staged repo, https://repository.apache.org/
> content/repositories/orgapachearies-1125/. The main source zip file for
> is available at https://repository.apache.org/content/repositories/
> orgapachearies-1125/org/apache/aries/jpa/org.apache.
> aries.jpa.main/2.7.0/org.apache.aries.jpa.main-2.7.0-source-release.zip.
>
> The RAT and IANAL build checks flag errors in the README.md and .gitignore
> files, but I could see no issues in actual sources or resources.
>
> The vote will be open for at least 72 hours, but as that takes us into a
> weekend I will leave it open until at least midday UTC on Monday 30th. [ ]
> +1 [ ] 0 [ ] -1
>
>

Re: [VOTE] Release Aries JPA 2.7.0

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
+1 (binding)

Regards
JB

On 04/26/2018 12:48 PM, Timothy Ward wrote:
> As discussed in an earlier mail thread, Aries JPA will be the reference implementation for the JPA Service 1.1 from OSGi R7. This requires a release of the Aries JPA container, but the whole project has moved to Git and started using the OSGi contract namespace since its previous release. I’ve therefore staged a release candidate for the whole Aries JPA project. The module is staged and tagged in https://git-wip-us.apache.org/repos/asf?p=aries-jpa.git;a=tag;h=refs/tags/2.7.0.
> 
> Instructions for verifying the release are at http://aries.apache.org/development/verifyingrelease.html. Alternately, cut and paste the following to run a full check:
> 
> wget --no-check-certificate https://svn.apache.org/repos/asf/aries/scripts/verify_staged_release.sh
> chmod a+x verify_staged_release.sh
> ./verify_staged_release.sh 1125 mytempdirectory 2>&1 | tee verifyresults.txt
> grep FAIL verifyresults.txt
> grep ERROR verifyresults.txt
> 
> Artifacts are in one staged repo, https://repository.apache.org/content/repositories/orgapachearies-1125/. The main source zip file for is available at https://repository.apache.org/content/repositories/orgapachearies-1125/org/apache/aries/jpa/org.apache.aries.jpa.main/2.7.0/org.apache.aries.jpa.main-2.7.0-source-release.zip.
> 
> The RAT and IANAL build checks flag errors in the README.md and .gitignore files, but I could see no issues in actual sources or resources.
> 
> The vote will be open for at least 72 hours, but as that takes us into a weekend I will leave it open until at least midday UTC on Monday 30th. [ ] +1 [ ] 0 [ ] -1
> 

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: [VOTE] Release Aries JPA 2.7.0

Posted by Christian Schneider <ch...@die-schneider.net>.
+1 (binding)

Christian


2018-04-26 12:48 GMT+02:00 Timothy Ward <ti...@apache.org>:

> As discussed in an earlier mail thread, Aries JPA will be the reference
> implementation for the JPA Service 1.1 from OSGi R7. This requires a
> release of the Aries JPA container, but the whole project has moved to Git
> and started using the OSGi contract namespace since its previous release.
> I’ve therefore staged a release candidate for the whole Aries JPA project.
> The module is staged and tagged in https://git-wip-us.apache.org/
> repos/asf?p=aries-jpa.git;a=tag;h=refs/tags/2.7.0.
>
> Instructions for verifying the release are at http://aries.apache.org/
> development/verifyingrelease.html. Alternately, cut and paste the
> following to run a full check:
>
> wget --no-check-certificate https://svn.apache.org/repos/
> asf/aries/scripts/verify_staged_release.sh
> chmod a+x verify_staged_release.sh
> ./verify_staged_release.sh 1125 mytempdirectory 2>&1 | tee
> verifyresults.txt
> grep FAIL verifyresults.txt
> grep ERROR verifyresults.txt
>
> Artifacts are in one staged repo, https://repository.apache.org/
> content/repositories/orgapachearies-1125/. The main source zip file for
> is available at https://repository.apache.org/content/repositories/
> orgapachearies-1125/org/apache/aries/jpa/org.apache.
> aries.jpa.main/2.7.0/org.apache.aries.jpa.main-2.7.0-source-release.zip.
>
> The RAT and IANAL build checks flag errors in the README.md and .gitignore
> files, but I could see no issues in actual sources or resources.
>
> The vote will be open for at least 72 hours, but as that takes us into a
> weekend I will leave it open until at least midday UTC on Monday 30th. [ ]
> +1 [ ] 0 [ ] -1
>
>


-- 
-- 
Christian Schneider
http://www.liquid-reality.de

Computer Scientist
http://www.adobe.com

Re: [VOTE] Release Aries JPA 2.7.0

Posted by David Bosschaert <da...@gmail.com>.
+1

David

On 26 April 2018 at 11:48, Timothy Ward <ti...@apache.org> wrote:

> As discussed in an earlier mail thread, Aries JPA will be the reference
> implementation for the JPA Service 1.1 from OSGi R7. This requires a
> release of the Aries JPA container, but the whole project has moved to Git
> and started using the OSGi contract namespace since its previous release.
> I’ve therefore staged a release candidate for the whole Aries JPA project.
> The module is staged and tagged in https://git-wip-us.apache.org/
> repos/asf?p=aries-jpa.git;a=tag;h=refs/tags/2.7.0.
>
> Instructions for verifying the release are at http://aries.apache.org/
> development/verifyingrelease.html. Alternately, cut and paste the
> following to run a full check:
>
> wget --no-check-certificate https://svn.apache.org/repos/
> asf/aries/scripts/verify_staged_release.sh
> chmod a+x verify_staged_release.sh
> ./verify_staged_release.sh 1125 mytempdirectory 2>&1 | tee
> verifyresults.txt
> grep FAIL verifyresults.txt
> grep ERROR verifyresults.txt
>
> Artifacts are in one staged repo, https://repository.apache.org/
> content/repositories/orgapachearies-1125/. The main source zip file for
> is available at https://repository.apache.org/content/repositories/
> orgapachearies-1125/org/apache/aries/jpa/org.apache.
> aries.jpa.main/2.7.0/org.apache.aries.jpa.main-2.7.0-source-release.zip.
>
> The RAT and IANAL build checks flag errors in the README.md and .gitignore
> files, but I could see no issues in actual sources or resources.
>
> The vote will be open for at least 72 hours, but as that takes us into a
> weekend I will leave it open until at least midday UTC on Monday 30th. [ ]
> +1 [ ] 0 [ ] -1
>
>

Re: [VOTE] Release Aries JPA 2.7.0

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
+1 (binding)

Regards
JB

Le 26 avr. 2018 à 14:48, à 14:48, Timothy Ward <ti...@apache.org> a écrit:
>As discussed in an earlier mail thread, Aries JPA will be the reference
>implementation for the JPA Service 1.1 from OSGi R7. This requires a
>release of the Aries JPA container, but the whole project has moved to
>Git and started using the OSGi contract namespace since its previous
>release. I’ve therefore staged a release candidate for the whole Aries
>JPA project. The module is staged and tagged in
>https://git-wip-us.apache.org/repos/asf?p=aries-jpa.git;a=tag;h=refs/tags/2.7.0.
>
>Instructions for verifying the release are at
>http://aries.apache.org/development/verifyingrelease.html. Alternately,
>cut and paste the following to run a full check:
>
>wget --no-check-certificate
>https://svn.apache.org/repos/asf/aries/scripts/verify_staged_release.sh
>chmod a+x verify_staged_release.sh
>./verify_staged_release.sh 1125 mytempdirectory 2>&1 | tee
>verifyresults.txt
>grep FAIL verifyresults.txt
>grep ERROR verifyresults.txt
>
>Artifacts are in one staged repo,
>https://repository.apache.org/content/repositories/orgapachearies-1125/.
>The main source zip file for is available at
>https://repository.apache.org/content/repositories/orgapachearies-1125/org/apache/aries/jpa/org.apache.aries.jpa.main/2.7.0/org.apache.aries.jpa.main-2.7.0-source-release.zip.
>
>The RAT and IANAL build checks flag errors in the README.md and
>.gitignore files, but I could see no issues in actual sources or
>resources.
>
>The vote will be open for at least 72 hours, but as that takes us into
>a weekend I will leave it open until at least midday UTC on Monday
>30th. [ ] +1 [ ] 0 [ ] -1