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 <[email protected]>: > > 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 <[email protected]>: > 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 <[email protected]>: > > > > 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 > >
