You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2015/06/15 19:03:21 UTC

[VOTE] release jpa 2.1 spec jar in 1.0-alpha-1

Hi

I'd like to call a vote to release our jpa 2.1 api jar.

Here are:
- the staging  repo:
https://repository.apache.org/content/repositories/orgapachegeronimo-1021/
- the tag:
http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.1_spec-1.0-alpha-1/

Please vote:
+1: all is fine
+-0: don't care
-1: don't release it cause ${good.reason}

Vote will be open for 3 days (72h) or until 3 +1 bindings votes are reached.

PS: AFAIK we didnt pass yet signature test that is why i used alpha
versioning

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com>

Re: [VOTE] release jpa 2.1 spec jar in 1.0-alpha-1

Posted by Mark Struberg <st...@yahoo.de>.
BUMP…

> Am 19.06.2015 um 01:56 schrieb Romain Manni-Bucau <rm...@gmail.com>:
> 
> up, anyone else to vote?
> 
> 
> Romain Manni-Bucau
> @rmannibucau |  Blog | Github | LinkedIn | Tomitriber
> 
> 2015-06-18 23:53 GMT+02:00 Mark Struberg <st...@yahoo.de>:
> hehe, so here is my +1
> 
> I’ve used the following script to check the sigs against the RI:
> 
> ————————
> #!/bin/sh
> # file to run the JPA signature tests
> 
> 
> # HOWTO
> # download sigtestdev.jar from http://download.java.net/sigtest/2.1/Rel/
> # copy to a local folder and set SIGTEST_HOME to it
> 
> 
> # not needed, we don't have deps to other specs in JPA
> # mvn clean dependency:copy-dependencies
> 
> # generate the SIG for the RI
> curl  http://repo1.maven.org/maven2/org/eclipse/persistence/javax.persistence/2.1.0/javax.persistence-2.1.0.jar > ./target/javax.persistence-2.1.0.jar
> java -jar ${SIGTEST_HOME}/lib/sigtestdev.jar Setup -classpath ${JAVA_HOME}/jre/lib/rt.jar:./target/javax.persistence-2.1.0.jar -Package javax.persistence  -FileName javax.persistence-2.1.0.sig -static
> 
> # this generates the signature for our own jpa api
> java -jar ${SIGTEST_HOME}/lib/sigtestdev.jar Setup -classpath ${JAVA_HOME}/jre/lib/rt.jar:./target/geronimo-jpa_2.1_spec-1.0-SNAPSHOT.jar -Package javax.persistence  -FileName geronimo-jpa-api.sig -static
> 
> ————————
> 
> 
> LieGrue,
> strub
> 
> > Am 18.06.2015 um 09:47 schrieb Romain Manni-Bucau <rm...@gmail.com>:
> >
> > nobody vote so not sure I have the choice anyway ;)
> >
> >
> > Romain Manni-Bucau
> > @rmannibucau |  Blog | Github | LinkedIn | Tomitriber
> >
> > 2015-06-18 9:46 GMT+02:00 Mark Struberg <st...@yahoo.de>:
> > Plz gimme a few days more to review.
> > Trying to do it tonight…
> >
> > LieGrue,
> > strub
> >
> > > Am 15.06.2015 um 19:03 schrieb Romain Manni-Bucau <rm...@gmail.com>:
> > >
> > > Hi
> > >
> > > I'd like to call a vote to release our jpa 2.1 api jar.
> > >
> > > Here are:
> > > - the staging  repo: https://repository.apache.org/content/repositories/orgapachegeronimo-1021/
> > > - the tag: http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.1_spec-1.0-alpha-1/
> > >
> > > Please vote:
> > > +1: all is fine
> > > +-0: don't care
> > > -1: don't release it cause ${good.reason}
> > >
> > > Vote will be open for 3 days (72h) or until 3 +1 bindings votes are reached.
> > >
> > > PS: AFAIK we didnt pass yet signature test that is why i used alpha versioning
> > >
> > > Romain Manni-Bucau
> > > @rmannibucau |  Blog | Github | LinkedIn | Tomitriber
> >
> >
> 
> 


Re: [VOTE] release jpa 2.1 spec jar in 1.0-alpha-1

Posted by Romain Manni-Bucau <rm...@gmail.com>.
up, anyone else to vote?


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com>

2015-06-18 23:53 GMT+02:00 Mark Struberg <st...@yahoo.de>:

> hehe, so here is my +1
>
> I’ve used the following script to check the sigs against the RI:
>
> ————————
> #!/bin/sh
> # file to run the JPA signature tests
>
>
> # HOWTO
> # download sigtestdev.jar from http://download.java.net/sigtest/2.1/Rel/
> # copy to a local folder and set SIGTEST_HOME to it
>
>
> # not needed, we don't have deps to other specs in JPA
> # mvn clean dependency:copy-dependencies
>
> # generate the SIG for the RI
> curl
> http://repo1.maven.org/maven2/org/eclipse/persistence/javax.persistence/2.1.0/javax.persistence-2.1.0.jar
> > ./target/javax.persistence-2.1.0.jar
> java -jar ${SIGTEST_HOME}/lib/sigtestdev.jar Setup -classpath
> ${JAVA_HOME}/jre/lib/rt.jar:./target/javax.persistence-2.1.0.jar -Package
> javax.persistence  -FileName javax.persistence-2.1.0.sig -static
>
> # this generates the signature for our own jpa api
> java -jar ${SIGTEST_HOME}/lib/sigtestdev.jar Setup -classpath
> ${JAVA_HOME}/jre/lib/rt.jar:./target/geronimo-jpa_2.1_spec-1.0-SNAPSHOT.jar
> -Package javax.persistence  -FileName geronimo-jpa-api.sig -static
>
> ————————
>
>
> LieGrue,
> strub
>
> > Am 18.06.2015 um 09:47 schrieb Romain Manni-Bucau <rmannibucau@gmail.com
> >:
> >
> > nobody vote so not sure I have the choice anyway ;)
> >
> >
> > Romain Manni-Bucau
> > @rmannibucau |  Blog | Github | LinkedIn | Tomitriber
> >
> > 2015-06-18 9:46 GMT+02:00 Mark Struberg <st...@yahoo.de>:
> > Plz gimme a few days more to review.
> > Trying to do it tonight…
> >
> > LieGrue,
> > strub
> >
> > > Am 15.06.2015 um 19:03 schrieb Romain Manni-Bucau <
> rmannibucau@gmail.com>:
> > >
> > > Hi
> > >
> > > I'd like to call a vote to release our jpa 2.1 api jar.
> > >
> > > Here are:
> > > - the staging  repo:
> https://repository.apache.org/content/repositories/orgapachegeronimo-1021/
> > > - the tag:
> http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.1_spec-1.0-alpha-1/
> > >
> > > Please vote:
> > > +1: all is fine
> > > +-0: don't care
> > > -1: don't release it cause ${good.reason}
> > >
> > > Vote will be open for 3 days (72h) or until 3 +1 bindings votes are
> reached.
> > >
> > > PS: AFAIK we didnt pass yet signature test that is why i used alpha
> versioning
> > >
> > > Romain Manni-Bucau
> > > @rmannibucau |  Blog | Github | LinkedIn | Tomitriber
> >
> >
>
>

Re: [VOTE] release jpa 2.1 spec jar in 1.0-alpha-1

Posted by Mark Struberg <st...@yahoo.de>.
hehe, so here is my +1

I’ve used the following script to check the sigs against the RI:

————————
#!/bin/sh
# file to run the JPA signature tests


# HOWTO
# download sigtestdev.jar from http://download.java.net/sigtest/2.1/Rel/
# copy to a local folder and set SIGTEST_HOME to it


# not needed, we don't have deps to other specs in JPA
# mvn clean dependency:copy-dependencies

# generate the SIG for the RI
curl  http://repo1.maven.org/maven2/org/eclipse/persistence/javax.persistence/2.1.0/javax.persistence-2.1.0.jar > ./target/javax.persistence-2.1.0.jar
java -jar ${SIGTEST_HOME}/lib/sigtestdev.jar Setup -classpath ${JAVA_HOME}/jre/lib/rt.jar:./target/javax.persistence-2.1.0.jar -Package javax.persistence  -FileName javax.persistence-2.1.0.sig -static

# this generates the signature for our own jpa api
java -jar ${SIGTEST_HOME}/lib/sigtestdev.jar Setup -classpath ${JAVA_HOME}/jre/lib/rt.jar:./target/geronimo-jpa_2.1_spec-1.0-SNAPSHOT.jar -Package javax.persistence  -FileName geronimo-jpa-api.sig -static

————————


LieGrue,
strub

> Am 18.06.2015 um 09:47 schrieb Romain Manni-Bucau <rm...@gmail.com>:
> 
> nobody vote so not sure I have the choice anyway ;)
> 
> 
> Romain Manni-Bucau
> @rmannibucau |  Blog | Github | LinkedIn | Tomitriber
> 
> 2015-06-18 9:46 GMT+02:00 Mark Struberg <st...@yahoo.de>:
> Plz gimme a few days more to review.
> Trying to do it tonight…
> 
> LieGrue,
> strub
> 
> > Am 15.06.2015 um 19:03 schrieb Romain Manni-Bucau <rm...@gmail.com>:
> >
> > Hi
> >
> > I'd like to call a vote to release our jpa 2.1 api jar.
> >
> > Here are:
> > - the staging  repo: https://repository.apache.org/content/repositories/orgapachegeronimo-1021/
> > - the tag: http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.1_spec-1.0-alpha-1/
> >
> > Please vote:
> > +1: all is fine
> > +-0: don't care
> > -1: don't release it cause ${good.reason}
> >
> > Vote will be open for 3 days (72h) or until 3 +1 bindings votes are reached.
> >
> > PS: AFAIK we didnt pass yet signature test that is why i used alpha versioning
> >
> > Romain Manni-Bucau
> > @rmannibucau |  Blog | Github | LinkedIn | Tomitriber
> 
> 


Re: [VOTE] release jpa 2.1 spec jar in 1.0-alpha-1

Posted by Romain Manni-Bucau <rm...@gmail.com>.
nobody vote so not sure I have the choice anyway ;)


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com>

2015-06-18 9:46 GMT+02:00 Mark Struberg <st...@yahoo.de>:

> Plz gimme a few days more to review.
> Trying to do it tonight…
>
> LieGrue,
> strub
>
> > Am 15.06.2015 um 19:03 schrieb Romain Manni-Bucau <rmannibucau@gmail.com
> >:
> >
> > Hi
> >
> > I'd like to call a vote to release our jpa 2.1 api jar.
> >
> > Here are:
> > - the staging  repo:
> https://repository.apache.org/content/repositories/orgapachegeronimo-1021/
> > - the tag:
> http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.1_spec-1.0-alpha-1/
> >
> > Please vote:
> > +1: all is fine
> > +-0: don't care
> > -1: don't release it cause ${good.reason}
> >
> > Vote will be open for 3 days (72h) or until 3 +1 bindings votes are
> reached.
> >
> > PS: AFAIK we didnt pass yet signature test that is why i used alpha
> versioning
> >
> > Romain Manni-Bucau
> > @rmannibucau |  Blog | Github | LinkedIn | Tomitriber
>
>

Re: [VOTE] release jpa 2.1 spec jar in 1.0-alpha-1

Posted by Mark Struberg <st...@yahoo.de>.
Plz gimme a few days more to review.
Trying to do it tonight…

LieGrue,
strub

> Am 15.06.2015 um 19:03 schrieb Romain Manni-Bucau <rm...@gmail.com>:
> 
> Hi
> 
> I'd like to call a vote to release our jpa 2.1 api jar.
> 
> Here are:
> - the staging  repo: https://repository.apache.org/content/repositories/orgapachegeronimo-1021/
> - the tag: http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.1_spec-1.0-alpha-1/
> 
> Please vote:
> +1: all is fine
> +-0: don't care
> -1: don't release it cause ${good.reason}
> 
> Vote will be open for 3 days (72h) or until 3 +1 bindings votes are reached.
> 
> PS: AFAIK we didnt pass yet signature test that is why i used alpha versioning
> 
> Romain Manni-Bucau
> @rmannibucau |  Blog | Github | LinkedIn | Tomitriber


Re: [VOTE] release jpa 2.1 spec jar in 1.0-alpha-1

Posted by Romain Manni-Bucau <rm...@gmail.com>.
And with my +1 it passes :D!

Thank you so much to all voters, I'll publish it ASAP.


Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com>

2015-06-30 5:53 GMT+02:00 David Blevins <da...@gmail.com>:

> +1
>
>
> --
> David Blevins
> http://twitter.com/dblevins
> http://www.tomitribe.com
>
> On Jun 15, 2015, at 10:03 AM, Romain Manni-Bucau <rm...@gmail.com>
> wrote:
>
> > Hi
> >
> > I'd like to call a vote to release our jpa 2.1 api jar.
> >
> > Here are:
> > - the staging  repo:
> https://repository.apache.org/content/repositories/orgapachegeronimo-1021/
> > - the tag:
> http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.1_spec-1.0-alpha-1/
> >
> > Please vote:
> > +1: all is fine
> > +-0: don't care
> > -1: don't release it cause ${good.reason}
> >
> > Vote will be open for 3 days (72h) or until 3 +1 bindings votes are
> reached.
> >
> > PS: AFAIK we didnt pass yet signature test that is why i used alpha
> versioning
> >
> > Romain Manni-Bucau
> > @rmannibucau |  Blog | Github | LinkedIn | Tomitriber
>
>

Re: [VOTE] release jpa 2.1 spec jar in 1.0-alpha-1

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


-- 
David Blevins
http://twitter.com/dblevins
http://www.tomitribe.com

On Jun 15, 2015, at 10:03 AM, Romain Manni-Bucau <rm...@gmail.com> wrote:

> Hi
> 
> I'd like to call a vote to release our jpa 2.1 api jar.
> 
> Here are:
> - the staging  repo: https://repository.apache.org/content/repositories/orgapachegeronimo-1021/
> - the tag: http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.1_spec-1.0-alpha-1/
> 
> Please vote:
> +1: all is fine
> +-0: don't care
> -1: don't release it cause ${good.reason}
> 
> Vote will be open for 3 days (72h) or until 3 +1 bindings votes are reached.
> 
> PS: AFAIK we didnt pass yet signature test that is why i used alpha versioning
> 
> Romain Manni-Bucau
> @rmannibucau |  Blog | Github | LinkedIn | Tomitriber