You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by Holly Cummins <ho...@googlemail.com> on 2012/07/20 13:24:59 UTC

[VOTE] Apache Aries most-of-jpa release candidate

I've staged a release candidate for the next set of jpa bundles. This
gets almost all of the jpa component released - only the blueprint
integration and itests to go.

WHAT'S BEEN RELEASED?

The modules are staged and tagged as follows:

jpa-container
https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container-1.0.0

jpa-container-context
https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.context-1.0.0

jpa-blueprint-testbundle
https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0

jpa-container-testbundle
https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.itest.bundle-1.0.0

jpa-container-advancedtestbundle
https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0


VERIFYING THE RELEASE

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 068 mytempdirectory 2>&1 | tee verifyresults.txt
grep FAIL verifyresults.txt
grep ERROR verifyresults.txt


SOURCE ZIPS

Artifacts are in one staged repo,
https://repository.apache.org/content/repositories/orgapachearies-068/.
Links to the *.zip files for each module are provided below:

https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container/1.0.0/org.apache.aries.jpa.container-1.0.0-source-release.zip
https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.context/1.0.0/org.apache.aries.jpa.container.context-1.0.0-source-release.zip
https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.itest.bundle/1.0.0/org.apache.aries.jpa.container.itest.bundle-1.0.0-source-release.zip
https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.advanced.itest.bundle/1.0.0/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0-source-release.zip
https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.blueprint.itest.bundle/1.0.0/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0-source-release.zip

RAT CHECKS

The RAT and IANAL build checks mostly passed. Note that, although RAT is
configured to ignore *.MF and other files that do not require the ASF
licence, theses files are still reported incorrectly as RAT failures. As
before, archetype-catalog.xml files fail the SHA checks but probably
shouldn't be checked. There are also some spurious RAT warnings for
NOTICE.vm files.

The licensing of jpa-container is a bit different, so the following
failures are reported:

src/main/appended-resources/META-INF/LICENSE.vm
src/main/appended-resources/META-INF/NOTICE.vm
src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence.xsd.rsrc
src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence_2_0.xsd.rsrc

The license.vm file explains that the *rsrc files are under a
different license. None of these files has changed since the last
release, and Jeremy was the last person to touch them, so I'm pretty
confident they're ok.


The vote will be open for 72 hours, closing Monday lunchtime.

[ ] +1
[ ]  0
[ ] -1

[RESULT] [VOTE] Apache Aries most-of-jpa release candidate

Posted by Holly Cummins <ho...@googlemail.com>.
Thanks again to everyone for your votes on these bundles. The vote has
been running for 72 hours. Once again we managed to get enough votes
within the 72 hour window. :)
Here are the results:

[+1] 3 There are 3 binding votes from PMC members (David Bosschaert,
Tim Ward, Graham Charters).
[0] 0
[-1] 0

I'll promote the release to maven repositories and the Apache download
site. I won't update links on the Aries download page yet,
since we haven't released anything which uses these bundles yet.

Cheers,
Holly

On Tue, Jul 24, 2012 at 9:08 AM, Graham Charters <gc...@gmail.com> wrote:
> Thanks for the clarification.
>
> +1
>
> On 21 July 2012 09:54, Timothy Ward <ti...@apache.org> wrote:
>>
>> Hi,
>>
>> I have checked everything builds, all the poms and manifests.
>>
>> +1
>>
>> Tim Ward
>> -------------------
>> Apache Aries PMC member & Enterprise OSGi advocate
>> Enterprise OSGi in Action (http://www.manning.com/cummins)
>> -------------------
>>
>>
>>> Date: Fri, 20 Jul 2012 17:09:28 +0100
>>> Subject: Re: [VOTE] Apache Aries most-of-jpa release candidate
>>> From: holly.k.cummins@googlemail.com
>>> To: dev@aries.apache.org
>>>
>>> Hi Graham,
>>>
>>> I see that as well. I was initially concerned, but there seems to be
>>> an append to the license which says:
>>>
>>> [...]. Unless noted below, these jars
>>> and resource files are also released under the ASF license above.
>>>
>>> The exceptions are as follows:
>>>
>>> ===========================
>>>   persistence-xsd.rsrc - included in the
>>> org.apache.aries.jpa.container jar jar, taken from:
>>>     http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd)
>>>   persistence_2_0-xsd.rsrc - included in the
>>> org.apache.aries.jpa.container jar jar, taken from:
>>>     http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd)
>>> ===========================
>>>
>>> So I think the rat plugin is complaining because they don't have an
>>> Apache license, but they're not supposed to have one, so it's ok. :)
>>>
>>> Holly
>>>
>>>
>>> On Fri, Jul 20, 2012 at 2:47 PM, Graham Charters <gc...@gmail.com> wrote:
>>> > I ran the full check, but get the following failure.  Does anyone else get this?
>>> >
>>> > RAT FAILURE:?????
>>> > src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence.xsd.rsr
>>> > c !????? src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence_2_0.xsd.rsrc
>>> >
>>> > On 20 July 2012 13:36, David Bosschaert <da...@gmail.com> wrote:
>>> >> +1
>>> >>
>>> >> David
>>> >>
>>> >> On 20 July 2012 12:24, Holly Cummins <ho...@googlemail.com> wrote:
>>> >>> I've staged a release candidate for the next set of jpa bundles. This
>>> >>> gets almost all of the jpa component released - only the blueprint
>>> >>> integration and itests to go.
>>> >>>
>>> >>> WHAT'S BEEN RELEASED?
>>> >>>
>>> >>> The modules are staged and tagged as follows:
>>> >>>
>>> >>> jpa-container
>>> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container-1.0.0
>>> >>>
>>> >>> jpa-container-context
>>> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.context-1.0.0
>>> >>>
>>> >>> jpa-blueprint-testbundle
>>> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0
>>> >>>
>>> >>> jpa-container-testbundle
>>> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.itest.bundle-1.0.0
>>> >>>
>>> >>> jpa-container-advancedtestbundle
>>> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0
>>> >>>
>>> >>>
>>> >>> VERIFYING THE RELEASE
>>> >>>
>>> >>> 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 068 mytempdirectory 2>&1 | tee verifyresults.txt
>>> >>> grep FAIL verifyresults.txt
>>> >>> grep ERROR verifyresults.txt
>>> >>>
>>> >>>
>>> >>> SOURCE ZIPS
>>> >>>
>>> >>> Artifacts are in one staged repo,
>>> >>> https://repository.apache.org/content/repositories/orgapachearies-068/.
>>> >>> Links to the *.zip files for each module are provided below:
>>> >>>
>>> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container/1.0.0/org.apache.aries.jpa.container-1.0.0-source-release.zip
>>> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.context/1.0.0/org.apache.aries.jpa.container.context-1.0.0-source-release.zip
>>> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.itest.bundle/1.0.0/org.apache.aries.jpa.container.itest.bundle-1.0.0-source-release.zip
>>> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.advanced.itest.bundle/1.0.0/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0-source-release.zip
>>> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.blueprint.itest.bundle/1.0.0/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0-source-release.zip
>>> >>>
>>> >>> RAT CHECKS
>>> >>>
>>> >>> The RAT and IANAL build checks mostly passed. Note that, although RAT is
>>> >>> configured to ignore *.MF and other files that do not require the ASF
>>> >>> licence, theses files are still reported incorrectly as RAT failures. As
>>> >>> before, archetype-catalog.xml files fail the SHA checks but probably
>>> >>> shouldn't be checked. There are also some spurious RAT warnings for
>>> >>> NOTICE.vm files.
>>> >>>
>>> >>> The licensing of jpa-container is a bit different, so the following
>>> >>> failures are reported:
>>> >>>
>>> >>> src/main/appended-resources/META-INF/LICENSE.vm
>>> >>> src/main/appended-resources/META-INF/NOTICE.vm
>>> >>> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence.xsd.rsrc
>>> >>> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence_2_0.xsd.rsrc
>>> >>>
>>> >>> The license.vm file explains that the *rsrc files are under a
>>> >>> different license. None of these files has changed since the last
>>> >>> release, and Jeremy was the last person to touch them, so I'm pretty
>>> >>> confident they're ok.
>>> >>>
>>> >>>
>>> >>> The vote will be open for 72 hours, closing Monday lunchtime.
>>> >>>
>>> >>> [ ] +1
>>> >>> [ ]  0
>>> >>> [ ] -1
>>

Re: [VOTE] Apache Aries most-of-jpa release candidate

Posted by Graham Charters <gc...@gmail.com>.
Thanks for the clarification.

+1

On 21 July 2012 09:54, Timothy Ward <ti...@apache.org> wrote:
>
> Hi,
>
> I have checked everything builds, all the poms and manifests.
>
> +1
>
> Tim Ward
> -------------------
> Apache Aries PMC member & Enterprise OSGi advocate
> Enterprise OSGi in Action (http://www.manning.com/cummins)
> -------------------
>
>
>> Date: Fri, 20 Jul 2012 17:09:28 +0100
>> Subject: Re: [VOTE] Apache Aries most-of-jpa release candidate
>> From: holly.k.cummins@googlemail.com
>> To: dev@aries.apache.org
>>
>> Hi Graham,
>>
>> I see that as well. I was initially concerned, but there seems to be
>> an append to the license which says:
>>
>> [...]. Unless noted below, these jars
>> and resource files are also released under the ASF license above.
>>
>> The exceptions are as follows:
>>
>> ===========================
>>   persistence-xsd.rsrc - included in the
>> org.apache.aries.jpa.container jar jar, taken from:
>>     http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd)
>>   persistence_2_0-xsd.rsrc - included in the
>> org.apache.aries.jpa.container jar jar, taken from:
>>     http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd)
>> ===========================
>>
>> So I think the rat plugin is complaining because they don't have an
>> Apache license, but they're not supposed to have one, so it's ok. :)
>>
>> Holly
>>
>>
>> On Fri, Jul 20, 2012 at 2:47 PM, Graham Charters <gc...@gmail.com> wrote:
>> > I ran the full check, but get the following failure.  Does anyone else get this?
>> >
>> > RAT FAILURE:?????
>> > src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence.xsd.rsr
>> > c !????? src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence_2_0.xsd.rsrc
>> >
>> > On 20 July 2012 13:36, David Bosschaert <da...@gmail.com> wrote:
>> >> +1
>> >>
>> >> David
>> >>
>> >> On 20 July 2012 12:24, Holly Cummins <ho...@googlemail.com> wrote:
>> >>> I've staged a release candidate for the next set of jpa bundles. This
>> >>> gets almost all of the jpa component released - only the blueprint
>> >>> integration and itests to go.
>> >>>
>> >>> WHAT'S BEEN RELEASED?
>> >>>
>> >>> The modules are staged and tagged as follows:
>> >>>
>> >>> jpa-container
>> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container-1.0.0
>> >>>
>> >>> jpa-container-context
>> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.context-1.0.0
>> >>>
>> >>> jpa-blueprint-testbundle
>> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0
>> >>>
>> >>> jpa-container-testbundle
>> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.itest.bundle-1.0.0
>> >>>
>> >>> jpa-container-advancedtestbundle
>> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0
>> >>>
>> >>>
>> >>> VERIFYING THE RELEASE
>> >>>
>> >>> 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 068 mytempdirectory 2>&1 | tee verifyresults.txt
>> >>> grep FAIL verifyresults.txt
>> >>> grep ERROR verifyresults.txt
>> >>>
>> >>>
>> >>> SOURCE ZIPS
>> >>>
>> >>> Artifacts are in one staged repo,
>> >>> https://repository.apache.org/content/repositories/orgapachearies-068/.
>> >>> Links to the *.zip files for each module are provided below:
>> >>>
>> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container/1.0.0/org.apache.aries.jpa.container-1.0.0-source-release.zip
>> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.context/1.0.0/org.apache.aries.jpa.container.context-1.0.0-source-release.zip
>> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.itest.bundle/1.0.0/org.apache.aries.jpa.container.itest.bundle-1.0.0-source-release.zip
>> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.advanced.itest.bundle/1.0.0/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0-source-release.zip
>> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.blueprint.itest.bundle/1.0.0/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0-source-release.zip
>> >>>
>> >>> RAT CHECKS
>> >>>
>> >>> The RAT and IANAL build checks mostly passed. Note that, although RAT is
>> >>> configured to ignore *.MF and other files that do not require the ASF
>> >>> licence, theses files are still reported incorrectly as RAT failures. As
>> >>> before, archetype-catalog.xml files fail the SHA checks but probably
>> >>> shouldn't be checked. There are also some spurious RAT warnings for
>> >>> NOTICE.vm files.
>> >>>
>> >>> The licensing of jpa-container is a bit different, so the following
>> >>> failures are reported:
>> >>>
>> >>> src/main/appended-resources/META-INF/LICENSE.vm
>> >>> src/main/appended-resources/META-INF/NOTICE.vm
>> >>> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence.xsd.rsrc
>> >>> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence_2_0.xsd.rsrc
>> >>>
>> >>> The license.vm file explains that the *rsrc files are under a
>> >>> different license. None of these files has changed since the last
>> >>> release, and Jeremy was the last person to touch them, so I'm pretty
>> >>> confident they're ok.
>> >>>
>> >>>
>> >>> The vote will be open for 72 hours, closing Monday lunchtime.
>> >>>
>> >>> [ ] +1
>> >>> [ ]  0
>> >>> [ ] -1
>

RE: [VOTE] Apache Aries most-of-jpa release candidate

Posted by Timothy Ward <ti...@apache.org>.
Hi,

I have checked everything builds, all the poms and manifests.

+1

Tim Ward
-------------------
Apache Aries PMC member & Enterprise OSGi advocate
Enterprise OSGi in Action (http://www.manning.com/cummins)
-------------------


> Date: Fri, 20 Jul 2012 17:09:28 +0100
> Subject: Re: [VOTE] Apache Aries most-of-jpa release candidate
> From: holly.k.cummins@googlemail.com
> To: dev@aries.apache.org
> 
> Hi Graham,
> 
> I see that as well. I was initially concerned, but there seems to be
> an append to the license which says:
> 
> [...]. Unless noted below, these jars
> and resource files are also released under the ASF license above.
> 
> The exceptions are as follows:
> 
> ===========================
>   persistence-xsd.rsrc - included in the
> org.apache.aries.jpa.container jar jar, taken from:
>     http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd)
>   persistence_2_0-xsd.rsrc - included in the
> org.apache.aries.jpa.container jar jar, taken from:
>     http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd)
> ===========================
> 
> So I think the rat plugin is complaining because they don't have an
> Apache license, but they're not supposed to have one, so it's ok. :)
> 
> Holly
> 
> 
> On Fri, Jul 20, 2012 at 2:47 PM, Graham Charters <gc...@gmail.com> wrote:
> > I ran the full check, but get the following failure.  Does anyone else get this?
> >
> > RAT FAILURE:?????
> > src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence.xsd.rsr
> > c !????? src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence_2_0.xsd.rsrc
> >
> > On 20 July 2012 13:36, David Bosschaert <da...@gmail.com> wrote:
> >> +1
> >>
> >> David
> >>
> >> On 20 July 2012 12:24, Holly Cummins <ho...@googlemail.com> wrote:
> >>> I've staged a release candidate for the next set of jpa bundles. This
> >>> gets almost all of the jpa component released - only the blueprint
> >>> integration and itests to go.
> >>>
> >>> WHAT'S BEEN RELEASED?
> >>>
> >>> The modules are staged and tagged as follows:
> >>>
> >>> jpa-container
> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container-1.0.0
> >>>
> >>> jpa-container-context
> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.context-1.0.0
> >>>
> >>> jpa-blueprint-testbundle
> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0
> >>>
> >>> jpa-container-testbundle
> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.itest.bundle-1.0.0
> >>>
> >>> jpa-container-advancedtestbundle
> >>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0
> >>>
> >>>
> >>> VERIFYING THE RELEASE
> >>>
> >>> 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 068 mytempdirectory 2>&1 | tee verifyresults.txt
> >>> grep FAIL verifyresults.txt
> >>> grep ERROR verifyresults.txt
> >>>
> >>>
> >>> SOURCE ZIPS
> >>>
> >>> Artifacts are in one staged repo,
> >>> https://repository.apache.org/content/repositories/orgapachearies-068/.
> >>> Links to the *.zip files for each module are provided below:
> >>>
> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container/1.0.0/org.apache.aries.jpa.container-1.0.0-source-release.zip
> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.context/1.0.0/org.apache.aries.jpa.container.context-1.0.0-source-release.zip
> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.itest.bundle/1.0.0/org.apache.aries.jpa.container.itest.bundle-1.0.0-source-release.zip
> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.advanced.itest.bundle/1.0.0/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0-source-release.zip
> >>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.blueprint.itest.bundle/1.0.0/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0-source-release.zip
> >>>
> >>> RAT CHECKS
> >>>
> >>> The RAT and IANAL build checks mostly passed. Note that, although RAT is
> >>> configured to ignore *.MF and other files that do not require the ASF
> >>> licence, theses files are still reported incorrectly as RAT failures. As
> >>> before, archetype-catalog.xml files fail the SHA checks but probably
> >>> shouldn't be checked. There are also some spurious RAT warnings for
> >>> NOTICE.vm files.
> >>>
> >>> The licensing of jpa-container is a bit different, so the following
> >>> failures are reported:
> >>>
> >>> src/main/appended-resources/META-INF/LICENSE.vm
> >>> src/main/appended-resources/META-INF/NOTICE.vm
> >>> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence.xsd.rsrc
> >>> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence_2_0.xsd.rsrc
> >>>
> >>> The license.vm file explains that the *rsrc files are under a
> >>> different license. None of these files has changed since the last
> >>> release, and Jeremy was the last person to touch them, so I'm pretty
> >>> confident they're ok.
> >>>
> >>>
> >>> The vote will be open for 72 hours, closing Monday lunchtime.
> >>>
> >>> [ ] +1
> >>> [ ]  0
> >>> [ ] -1
 		 	   		  

Re: [VOTE] Apache Aries most-of-jpa release candidate

Posted by Holly Cummins <ho...@googlemail.com>.
Hi Graham,

I see that as well. I was initially concerned, but there seems to be
an append to the license which says:

[...]. Unless noted below, these jars
and resource files are also released under the ASF license above.

The exceptions are as follows:

===========================
  persistence-xsd.rsrc - included in the
org.apache.aries.jpa.container jar jar, taken from:
    http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd)
  persistence_2_0-xsd.rsrc - included in the
org.apache.aries.jpa.container jar jar, taken from:
    http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd)
===========================

So I think the rat plugin is complaining because they don't have an
Apache license, but they're not supposed to have one, so it's ok. :)

Holly


On Fri, Jul 20, 2012 at 2:47 PM, Graham Charters <gc...@gmail.com> wrote:
> I ran the full check, but get the following failure.  Does anyone else get this?
>
> RAT FAILURE:?????
> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence.xsd.rsr
> c !????? src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence_2_0.xsd.rsrc
>
> On 20 July 2012 13:36, David Bosschaert <da...@gmail.com> wrote:
>> +1
>>
>> David
>>
>> On 20 July 2012 12:24, Holly Cummins <ho...@googlemail.com> wrote:
>>> I've staged a release candidate for the next set of jpa bundles. This
>>> gets almost all of the jpa component released - only the blueprint
>>> integration and itests to go.
>>>
>>> WHAT'S BEEN RELEASED?
>>>
>>> The modules are staged and tagged as follows:
>>>
>>> jpa-container
>>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container-1.0.0
>>>
>>> jpa-container-context
>>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.context-1.0.0
>>>
>>> jpa-blueprint-testbundle
>>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0
>>>
>>> jpa-container-testbundle
>>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.itest.bundle-1.0.0
>>>
>>> jpa-container-advancedtestbundle
>>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0
>>>
>>>
>>> VERIFYING THE RELEASE
>>>
>>> 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 068 mytempdirectory 2>&1 | tee verifyresults.txt
>>> grep FAIL verifyresults.txt
>>> grep ERROR verifyresults.txt
>>>
>>>
>>> SOURCE ZIPS
>>>
>>> Artifacts are in one staged repo,
>>> https://repository.apache.org/content/repositories/orgapachearies-068/.
>>> Links to the *.zip files for each module are provided below:
>>>
>>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container/1.0.0/org.apache.aries.jpa.container-1.0.0-source-release.zip
>>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.context/1.0.0/org.apache.aries.jpa.container.context-1.0.0-source-release.zip
>>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.itest.bundle/1.0.0/org.apache.aries.jpa.container.itest.bundle-1.0.0-source-release.zip
>>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.advanced.itest.bundle/1.0.0/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0-source-release.zip
>>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.blueprint.itest.bundle/1.0.0/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0-source-release.zip
>>>
>>> RAT CHECKS
>>>
>>> The RAT and IANAL build checks mostly passed. Note that, although RAT is
>>> configured to ignore *.MF and other files that do not require the ASF
>>> licence, theses files are still reported incorrectly as RAT failures. As
>>> before, archetype-catalog.xml files fail the SHA checks but probably
>>> shouldn't be checked. There are also some spurious RAT warnings for
>>> NOTICE.vm files.
>>>
>>> The licensing of jpa-container is a bit different, so the following
>>> failures are reported:
>>>
>>> src/main/appended-resources/META-INF/LICENSE.vm
>>> src/main/appended-resources/META-INF/NOTICE.vm
>>> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence.xsd.rsrc
>>> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence_2_0.xsd.rsrc
>>>
>>> The license.vm file explains that the *rsrc files are under a
>>> different license. None of these files has changed since the last
>>> release, and Jeremy was the last person to touch them, so I'm pretty
>>> confident they're ok.
>>>
>>>
>>> The vote will be open for 72 hours, closing Monday lunchtime.
>>>
>>> [ ] +1
>>> [ ]  0
>>> [ ] -1

Re: [VOTE] Apache Aries most-of-jpa release candidate

Posted by Graham Charters <gc...@gmail.com>.
I ran the full check, but get the following failure.  Does anyone else get this?

RAT FAILURE:?????
src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence.xsd.rsr
c !????? src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence_2_0.xsd.rsrc

On 20 July 2012 13:36, David Bosschaert <da...@gmail.com> wrote:
> +1
>
> David
>
> On 20 July 2012 12:24, Holly Cummins <ho...@googlemail.com> wrote:
>> I've staged a release candidate for the next set of jpa bundles. This
>> gets almost all of the jpa component released - only the blueprint
>> integration and itests to go.
>>
>> WHAT'S BEEN RELEASED?
>>
>> The modules are staged and tagged as follows:
>>
>> jpa-container
>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container-1.0.0
>>
>> jpa-container-context
>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.context-1.0.0
>>
>> jpa-blueprint-testbundle
>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0
>>
>> jpa-container-testbundle
>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.itest.bundle-1.0.0
>>
>> jpa-container-advancedtestbundle
>> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0
>>
>>
>> VERIFYING THE RELEASE
>>
>> 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 068 mytempdirectory 2>&1 | tee verifyresults.txt
>> grep FAIL verifyresults.txt
>> grep ERROR verifyresults.txt
>>
>>
>> SOURCE ZIPS
>>
>> Artifacts are in one staged repo,
>> https://repository.apache.org/content/repositories/orgapachearies-068/.
>> Links to the *.zip files for each module are provided below:
>>
>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container/1.0.0/org.apache.aries.jpa.container-1.0.0-source-release.zip
>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.context/1.0.0/org.apache.aries.jpa.container.context-1.0.0-source-release.zip
>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.itest.bundle/1.0.0/org.apache.aries.jpa.container.itest.bundle-1.0.0-source-release.zip
>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.advanced.itest.bundle/1.0.0/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0-source-release.zip
>> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.blueprint.itest.bundle/1.0.0/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0-source-release.zip
>>
>> RAT CHECKS
>>
>> The RAT and IANAL build checks mostly passed. Note that, although RAT is
>> configured to ignore *.MF and other files that do not require the ASF
>> licence, theses files are still reported incorrectly as RAT failures. As
>> before, archetype-catalog.xml files fail the SHA checks but probably
>> shouldn't be checked. There are also some spurious RAT warnings for
>> NOTICE.vm files.
>>
>> The licensing of jpa-container is a bit different, so the following
>> failures are reported:
>>
>> src/main/appended-resources/META-INF/LICENSE.vm
>> src/main/appended-resources/META-INF/NOTICE.vm
>> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence.xsd.rsrc
>> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence_2_0.xsd.rsrc
>>
>> The license.vm file explains that the *rsrc files are under a
>> different license. None of these files has changed since the last
>> release, and Jeremy was the last person to touch them, so I'm pretty
>> confident they're ok.
>>
>>
>> The vote will be open for 72 hours, closing Monday lunchtime.
>>
>> [ ] +1
>> [ ]  0
>> [ ] -1

Re: [VOTE] Apache Aries most-of-jpa release candidate

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

David

On 20 July 2012 12:24, Holly Cummins <ho...@googlemail.com> wrote:
> I've staged a release candidate for the next set of jpa bundles. This
> gets almost all of the jpa component released - only the blueprint
> integration and itests to go.
>
> WHAT'S BEEN RELEASED?
>
> The modules are staged and tagged as follows:
>
> jpa-container
> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container-1.0.0
>
> jpa-container-context
> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.context-1.0.0
>
> jpa-blueprint-testbundle
> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0
>
> jpa-container-testbundle
> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.itest.bundle-1.0.0
>
> jpa-container-advancedtestbundle
> https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0
>
>
> VERIFYING THE RELEASE
>
> 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 068 mytempdirectory 2>&1 | tee verifyresults.txt
> grep FAIL verifyresults.txt
> grep ERROR verifyresults.txt
>
>
> SOURCE ZIPS
>
> Artifacts are in one staged repo,
> https://repository.apache.org/content/repositories/orgapachearies-068/.
> Links to the *.zip files for each module are provided below:
>
> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container/1.0.0/org.apache.aries.jpa.container-1.0.0-source-release.zip
> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.context/1.0.0/org.apache.aries.jpa.container.context-1.0.0-source-release.zip
> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.itest.bundle/1.0.0/org.apache.aries.jpa.container.itest.bundle-1.0.0-source-release.zip
> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.container.advanced.itest.bundle/1.0.0/org.apache.aries.jpa.container.advanced.itest.bundle-1.0.0-source-release.zip
> https://repository.apache.org/content/repositories/orgapachearies-068/org/apache/aries/jpa/org.apache.aries.jpa.blueprint.itest.bundle/1.0.0/org.apache.aries.jpa.blueprint.itest.bundle-1.0.0-source-release.zip
>
> RAT CHECKS
>
> The RAT and IANAL build checks mostly passed. Note that, although RAT is
> configured to ignore *.MF and other files that do not require the ASF
> licence, theses files are still reported incorrectly as RAT failures. As
> before, archetype-catalog.xml files fail the SHA checks but probably
> shouldn't be checked. There are also some spurious RAT warnings for
> NOTICE.vm files.
>
> The licensing of jpa-container is a bit different, so the following
> failures are reported:
>
> src/main/appended-resources/META-INF/LICENSE.vm
> src/main/appended-resources/META-INF/NOTICE.vm
> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence.xsd.rsrc
> src/main/resources/org/apache/aries/jpa/container/parsing/impl/persistence_2_0.xsd.rsrc
>
> The license.vm file explains that the *rsrc files are under a
> different license. None of these files has changed since the last
> release, and Jeremy was the last person to touch them, so I'm pretty
> confident they're ok.
>
>
> The vote will be open for 72 hours, closing Monday lunchtime.
>
> [ ] +1
> [ ]  0
> [ ] -1