You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by Stephen Mallette <sp...@gmail.com> on 2016/04/08 22:43:14 UTC

[VOTE] TinkerPop 3.1.2-incubating Release

Hello,

We are happy to announce that TinkerPop 3.1.2-incubating ready for release.

NOTE that this is a tandem release in that 3.2.0-incubating is also
available and up for VOTE separately on a different thread.

The release artifacts can be found at this location:
https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.1.2-incubating/

The source distribution is provided by:
apache-tinkerpop-3.1.2-incubating-src.zip

Two binary distributions are provided for user convenience:
apache-gremlin-console-3.1.2-incubating-bin.zip
apache-gremlin-server-3.1.2-incubating-bin.zip

The GPG key used to sign the release artifacts is available at:
        https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/KEYS

The online docs can be found here:
http://tinkerpop.apache.org/docs/3.1.2-incubating/reference/ (user docs)
http://tinkerpop.apache.org/docs/3.1.2-incubating/upgrade/ (upgrade docs)
http://tinkerpop.apache.org/javadocs/3.1.2-incubating/core/ (core javadoc)
http://tinkerpop.apache.org/javadocs/3.1.2-incubating/full/ (full javadoc)

The tag in Apache Git can be found here:
https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;a=tag;h=031dfe308b8a318581288c720a8bfc0aa254d7ce

The release notes are available here:
https://github.com/apache/incubator-tinkerpop/blob/3.1.2-incubating/CHANGELOG.asciidoc#tinkerpop-312-release-date-april-8-2016

The [VOTE] will be open for the next 72 hours --- closing Monday (April 11,
2016) at 5 pm EST.

My vote is +1.

Thank you very much,
Stephen

Re: [VOTE] TinkerPop 3.1.2-incubating Release

Posted by Ted Wilmes <tw...@gmail.com>.
Artifacts and doc updates look good.

VOTE: +1

On Sat, Apr 9, 2016, 3:21 PM Dylan Millikin <dy...@gmail.com>
wrote:

> I imported neo4j into the server and ran driver tests and everything passed
> including :
> - The tests that covered issues fixed in this release.
> - ssl
>
> So all is good on that end.
> mvn clean install passes but I'm not sure how relevant that is.
>
> VOTE +1
>
> On Sat, Apr 9, 2016 at 4:18 AM, Daniel Kuppitz <me...@gremlin.guru> wrote:
>
> > First:
> >
> > $ bin/validate-distribution.sh 3.1.2-incubating
> >
> > Validating binary distributions
> >
> > * downloading Apache Gremlin Console
> > (apache-gremlin-console-3.1.2-incubating-bin.zip)... OK
> > * validating signatures and checksums ...
> >   * PGP signature ... OK
> >   * MD5 checksum ... OK
> >   * SHA1 chacksum ... OK
> > * unzipping Apache Gremlin Console ... OK
> > * validating Apache Gremlin Console's docs ... OK
> > * validating Apache Gremlin Console's binaries ... OK
> > * validating Apache Gremlin Console's legal files ...
> >   * LICENSE ... OK
> >   * NOTICE ... OK
> >   * DISCLAIMER ... OK
> > * validating Apache Gremlin Console's plugin directory ... OK
> > * validating Apache Gremlin Console's lib directory ... OK
> > * testing script evaluation ... OK
> >
> > * downloading Apache Gremlin Server
> > (apache-gremlin-server-3.1.2-incubating-bin.zip)... OK
> > * validating signatures and checksums ...
> >   * PGP signature ... OK
> >   * MD5 checksum ... OK
> >   * SHA1 chacksum ... OK
> > * unzipping Apache Gremlin Server ... OK
> > * validating Apache Gremlin Server's docs ... OK
> > * validating Apache Gremlin Server's binaries ... OK
> > * validating Apache Gremlin Server's legal files ...
> >   * LICENSE ... OK
> >   * NOTICE ... OK
> >   * DISCLAIMER ... OK
> > * validating Apache Gremlin Server's plugin directory ... OK
> > * validating Apache Gremlin Server's lib directory ... OK
> >
> > Validating source distribution
> >
> > * downloading Apache Tinkerpop 3.1.2
> > (apache-tinkerpop-3.1.2-incubating-src.zip)... OK
> > * validating signatures and checksums ...
> >   * PGP signature ... OK
> >   * MD5 checksum ... OK
> >   * SHA1 chacksum ... OK
> > * unzipping Apache Tinkerpop 3.1.2 ... OK
> > OK
> >
> >
> > Next I ran docker/build.sh -t -i -n -d (which compiles the project, runs
> > every single test we have and generates the User Docs). I wasn't able to
> > generate the JavaDocs; this was the error:
> >
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:javadoc
> > (aggregate-core-in-default-lifecycle) on project tinkerpop: An error has
> > occurred in JavaDocs report generation: artifact not found - Could not
> find
> > artifact org.apache.tinkerpop:gremlin-shaded:jar:3.1.2-incubating in
> > central (http://repo.maven.apache.org/maven2)
> >
> > But since I see that the JavaDocs were published, I guess that's a
> problem
> > on my side..?
> >
> > Besides that JavaDoc issue everything looks pretty good. For the next
> > release we should fix the typo though (SHA1 ch*a*cksum).
> >
> > VOTE: +1
> >
> > Cheers,
> > Daniel
> >
> >
> > On Fri, Apr 8, 2016 at 10:43 PM, Stephen Mallette <sp...@gmail.com>
> > wrote:
> >
> > > Hello,
> > >
> > > We are happy to announce that TinkerPop 3.1.2-incubating ready for
> > release.
> > >
> > > NOTE that this is a tandem release in that 3.2.0-incubating is also
> > > available and up for VOTE separately on a different thread.
> > >
> > > The release artifacts can be found at this location:
> > >
> > >
> >
> https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.1.2-incubating/
> > >
> > > The source distribution is provided by:
> > > apache-tinkerpop-3.1.2-incubating-src.zip
> > >
> > > Two binary distributions are provided for user convenience:
> > > apache-gremlin-console-3.1.2-incubating-bin.zip
> > > apache-gremlin-server-3.1.2-incubating-bin.zip
> > >
> > > The GPG key used to sign the release artifacts is available at:
> > >
> https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/KEYS
> > >
> > > The online docs can be found here:
> > > http://tinkerpop.apache.org/docs/3.1.2-incubating/reference/ (user
> docs)
> > > http://tinkerpop.apache.org/docs/3.1.2-incubating/upgrade/ (upgrade
> > docs)
> > > http://tinkerpop.apache.org/javadocs/3.1.2-incubating/core/ (core
> > javadoc)
> > > http://tinkerpop.apache.org/javadocs/3.1.2-incubating/full/ (full
> > javadoc)
> > >
> > > The tag in Apache Git can be found here:
> > >
> > >
> >
> https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;a=tag;h=031dfe308b8a318581288c720a8bfc0aa254d7ce
> > >
> > > The release notes are available here:
> > >
> > >
> >
> https://github.com/apache/incubator-tinkerpop/blob/3.1.2-incubating/CHANGELOG.asciidoc#tinkerpop-312-release-date-april-8-2016
> > >
> > > The [VOTE] will be open for the next 72 hours --- closing Monday (April
> > 11,
> > > 2016) at 5 pm EST.
> > >
> > > My vote is +1.
> > >
> > > Thank you very much,
> > > Stephen
> > >
> >
>

Re: [VOTE] TinkerPop 3.1.2-incubating Release

Posted by Dylan Millikin <dy...@gmail.com>.
I imported neo4j into the server and ran driver tests and everything passed
including :
- The tests that covered issues fixed in this release.
- ssl

So all is good on that end.
mvn clean install passes but I'm not sure how relevant that is.

VOTE +1

On Sat, Apr 9, 2016 at 4:18 AM, Daniel Kuppitz <me...@gremlin.guru> wrote:

> First:
>
> $ bin/validate-distribution.sh 3.1.2-incubating
>
> Validating binary distributions
>
> * downloading Apache Gremlin Console
> (apache-gremlin-console-3.1.2-incubating-bin.zip)... OK
> * validating signatures and checksums ...
>   * PGP signature ... OK
>   * MD5 checksum ... OK
>   * SHA1 chacksum ... OK
> * unzipping Apache Gremlin Console ... OK
> * validating Apache Gremlin Console's docs ... OK
> * validating Apache Gremlin Console's binaries ... OK
> * validating Apache Gremlin Console's legal files ...
>   * LICENSE ... OK
>   * NOTICE ... OK
>   * DISCLAIMER ... OK
> * validating Apache Gremlin Console's plugin directory ... OK
> * validating Apache Gremlin Console's lib directory ... OK
> * testing script evaluation ... OK
>
> * downloading Apache Gremlin Server
> (apache-gremlin-server-3.1.2-incubating-bin.zip)... OK
> * validating signatures and checksums ...
>   * PGP signature ... OK
>   * MD5 checksum ... OK
>   * SHA1 chacksum ... OK
> * unzipping Apache Gremlin Server ... OK
> * validating Apache Gremlin Server's docs ... OK
> * validating Apache Gremlin Server's binaries ... OK
> * validating Apache Gremlin Server's legal files ...
>   * LICENSE ... OK
>   * NOTICE ... OK
>   * DISCLAIMER ... OK
> * validating Apache Gremlin Server's plugin directory ... OK
> * validating Apache Gremlin Server's lib directory ... OK
>
> Validating source distribution
>
> * downloading Apache Tinkerpop 3.1.2
> (apache-tinkerpop-3.1.2-incubating-src.zip)... OK
> * validating signatures and checksums ...
>   * PGP signature ... OK
>   * MD5 checksum ... OK
>   * SHA1 chacksum ... OK
> * unzipping Apache Tinkerpop 3.1.2 ... OK
> OK
>
>
> Next I ran docker/build.sh -t -i -n -d (which compiles the project, runs
> every single test we have and generates the User Docs). I wasn't able to
> generate the JavaDocs; this was the error:
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:javadoc
> (aggregate-core-in-default-lifecycle) on project tinkerpop: An error has
> occurred in JavaDocs report generation: artifact not found - Could not find
> artifact org.apache.tinkerpop:gremlin-shaded:jar:3.1.2-incubating in
> central (http://repo.maven.apache.org/maven2)
>
> But since I see that the JavaDocs were published, I guess that's a problem
> on my side..?
>
> Besides that JavaDoc issue everything looks pretty good. For the next
> release we should fix the typo though (SHA1 ch*a*cksum).
>
> VOTE: +1
>
> Cheers,
> Daniel
>
>
> On Fri, Apr 8, 2016 at 10:43 PM, Stephen Mallette <sp...@gmail.com>
> wrote:
>
> > Hello,
> >
> > We are happy to announce that TinkerPop 3.1.2-incubating ready for
> release.
> >
> > NOTE that this is a tandem release in that 3.2.0-incubating is also
> > available and up for VOTE separately on a different thread.
> >
> > The release artifacts can be found at this location:
> >
> >
> https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.1.2-incubating/
> >
> > The source distribution is provided by:
> > apache-tinkerpop-3.1.2-incubating-src.zip
> >
> > Two binary distributions are provided for user convenience:
> > apache-gremlin-console-3.1.2-incubating-bin.zip
> > apache-gremlin-server-3.1.2-incubating-bin.zip
> >
> > The GPG key used to sign the release artifacts is available at:
> >         https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/KEYS
> >
> > The online docs can be found here:
> > http://tinkerpop.apache.org/docs/3.1.2-incubating/reference/ (user docs)
> > http://tinkerpop.apache.org/docs/3.1.2-incubating/upgrade/ (upgrade
> docs)
> > http://tinkerpop.apache.org/javadocs/3.1.2-incubating/core/ (core
> javadoc)
> > http://tinkerpop.apache.org/javadocs/3.1.2-incubating/full/ (full
> javadoc)
> >
> > The tag in Apache Git can be found here:
> >
> >
> https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;a=tag;h=031dfe308b8a318581288c720a8bfc0aa254d7ce
> >
> > The release notes are available here:
> >
> >
> https://github.com/apache/incubator-tinkerpop/blob/3.1.2-incubating/CHANGELOG.asciidoc#tinkerpop-312-release-date-april-8-2016
> >
> > The [VOTE] will be open for the next 72 hours --- closing Monday (April
> 11,
> > 2016) at 5 pm EST.
> >
> > My vote is +1.
> >
> > Thank you very much,
> > Stephen
> >
>

Re: [VOTE] TinkerPop 3.1.2-incubating Release

Posted by Daniel Kuppitz <me...@gremlin.guru>.
First:

$ bin/validate-distribution.sh 3.1.2-incubating

Validating binary distributions

* downloading Apache Gremlin Console
(apache-gremlin-console-3.1.2-incubating-bin.zip)... OK
* validating signatures and checksums ...
  * PGP signature ... OK
  * MD5 checksum ... OK
  * SHA1 chacksum ... OK
* unzipping Apache Gremlin Console ... OK
* validating Apache Gremlin Console's docs ... OK
* validating Apache Gremlin Console's binaries ... OK
* validating Apache Gremlin Console's legal files ...
  * LICENSE ... OK
  * NOTICE ... OK
  * DISCLAIMER ... OK
* validating Apache Gremlin Console's plugin directory ... OK
* validating Apache Gremlin Console's lib directory ... OK
* testing script evaluation ... OK

* downloading Apache Gremlin Server
(apache-gremlin-server-3.1.2-incubating-bin.zip)... OK
* validating signatures and checksums ...
  * PGP signature ... OK
  * MD5 checksum ... OK
  * SHA1 chacksum ... OK
* unzipping Apache Gremlin Server ... OK
* validating Apache Gremlin Server's docs ... OK
* validating Apache Gremlin Server's binaries ... OK
* validating Apache Gremlin Server's legal files ...
  * LICENSE ... OK
  * NOTICE ... OK
  * DISCLAIMER ... OK
* validating Apache Gremlin Server's plugin directory ... OK
* validating Apache Gremlin Server's lib directory ... OK

Validating source distribution

* downloading Apache Tinkerpop 3.1.2
(apache-tinkerpop-3.1.2-incubating-src.zip)... OK
* validating signatures and checksums ...
  * PGP signature ... OK
  * MD5 checksum ... OK
  * SHA1 chacksum ... OK
* unzipping Apache Tinkerpop 3.1.2 ... OK
OK


Next I ran docker/build.sh -t -i -n -d (which compiles the project, runs
every single test we have and generates the User Docs). I wasn't able to
generate the JavaDocs; this was the error:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-javadoc-plugin:2.10.1:javadoc
(aggregate-core-in-default-lifecycle) on project tinkerpop: An error has
occurred in JavaDocs report generation: artifact not found - Could not find
artifact org.apache.tinkerpop:gremlin-shaded:jar:3.1.2-incubating in
central (http://repo.maven.apache.org/maven2)

But since I see that the JavaDocs were published, I guess that's a problem
on my side..?

Besides that JavaDoc issue everything looks pretty good. For the next
release we should fix the typo though (SHA1 ch*a*cksum).

VOTE: +1

Cheers,
Daniel


On Fri, Apr 8, 2016 at 10:43 PM, Stephen Mallette <sp...@gmail.com>
wrote:

> Hello,
>
> We are happy to announce that TinkerPop 3.1.2-incubating ready for release.
>
> NOTE that this is a tandem release in that 3.2.0-incubating is also
> available and up for VOTE separately on a different thread.
>
> The release artifacts can be found at this location:
>
> https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.1.2-incubating/
>
> The source distribution is provided by:
> apache-tinkerpop-3.1.2-incubating-src.zip
>
> Two binary distributions are provided for user convenience:
> apache-gremlin-console-3.1.2-incubating-bin.zip
> apache-gremlin-server-3.1.2-incubating-bin.zip
>
> The GPG key used to sign the release artifacts is available at:
>         https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/KEYS
>
> The online docs can be found here:
> http://tinkerpop.apache.org/docs/3.1.2-incubating/reference/ (user docs)
> http://tinkerpop.apache.org/docs/3.1.2-incubating/upgrade/ (upgrade docs)
> http://tinkerpop.apache.org/javadocs/3.1.2-incubating/core/ (core javadoc)
> http://tinkerpop.apache.org/javadocs/3.1.2-incubating/full/ (full javadoc)
>
> The tag in Apache Git can be found here:
>
> https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;a=tag;h=031dfe308b8a318581288c720a8bfc0aa254d7ce
>
> The release notes are available here:
>
> https://github.com/apache/incubator-tinkerpop/blob/3.1.2-incubating/CHANGELOG.asciidoc#tinkerpop-312-release-date-april-8-2016
>
> The [VOTE] will be open for the next 72 hours --- closing Monday (April 11,
> 2016) at 5 pm EST.
>
> My vote is +1.
>
> Thank you very much,
> Stephen
>

Re: [VOTE] TinkerPop 3.1.2-incubating Release

Posted by Marko Rodriguez <ok...@gmail.com>.
Hello,

I ran the validation script locally.

~/software/tinkerpop/tinkerpop3$ bin/validate-distribution.sh 3.1.2-incubating

Validating binary distributions

* downloading Apache Gremlin Console (apache-gremlin-console-3.1.2-incubating-bin.zip)... OK
* validating signatures and checksums ...
  * PGP signature ... OK
  * MD5 checksum ... OK
  * SHA1 chacksum ... OK
* unzipping Apache Gremlin Console ... OK
* validating Apache Gremlin Console's docs ... OK
* validating Apache Gremlin Console's binaries ... OK
* validating Apache Gremlin Console's legal files ...
  * LICENSE ... OK
  * NOTICE ... OK
  * DISCLAIMER ... OK
* validating Apache Gremlin Console's plugin directory ... OK
* validating Apache Gremlin Console's lib directory ... OK
* testing script evaluation ... OK

* downloading Apache Gremlin Server (apache-gremlin-server-3.1.2-incubating-bin.zip)... OK
* validating signatures and checksums ...
  * PGP signature ... OK
  * MD5 checksum ... OK
  * SHA1 chacksum ... OK
* unzipping Apache Gremlin Server ... OK
* validating Apache Gremlin Server's docs ... OK
* validating Apache Gremlin Server's binaries ... OK
* validating Apache Gremlin Server's legal files ...
  * LICENSE ... OK
  * NOTICE ... OK
  * DISCLAIMER ... OK
* validating Apache Gremlin Server's plugin directory ... OK
* validating Apache Gremlin Server's lib directory ... OK

Validating source distribution

* downloading Apache Tinkerpop 3.1.2 (apache-tinkerpop-3.1.2-incubating-src.zip)... OK
* validating signatures and checksums ...
  * PGP signature ... OK
  * MD5 checksum ... OK
  * SHA1 chacksum ... OK
* unzipping Apache Tinkerpop 3.1.2 ... OK
* building project ... OK

VOTE +1 (binding).

Thanks,
Marko.

http://markorodriguez.com

On Apr 9, 2016, at 3:14 PM, pieter-gmail <pi...@gmail.com> wrote:

> mvn clean install -DincludeNeo4j
> 
> Bumped Sqlg to 3.1.2-incubating and ran all tests including
> 
> StructureStandardSuite,
> ProcessStandardSuite,
> GroovyProcessStandardSuite
> 
> on postgresql and hsqldb
> 
> 1 failure,
> GroovySackTest.get_g_withSackX1_sumX_VX1X_localXoutXknowsX_barrierXnormSackXX_inXknowsX_barrier_sack
> has a incorrect variable definition in the groovy string. Fixed it and
> then all passes.
> 
> VOTE +1
> 
> Cheers
> Pieter
> 
> 
> 
> On 08/04/2016 22:43, Stephen Mallette wrote:
>> Hello,
>> 
>> We are happy to announce that TinkerPop 3.1.2-incubating ready for release.
>> 
>> NOTE that this is a tandem release in that 3.2.0-incubating is also
>> available and up for VOTE separately on a different thread.
>> 
>> The release artifacts can be found at this location:
>> https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.1.2-incubating/
>> 
>> The source distribution is provided by:
>> apache-tinkerpop-3.1.2-incubating-src.zip
>> 
>> Two binary distributions are provided for user convenience:
>> apache-gremlin-console-3.1.2-incubating-bin.zip
>> apache-gremlin-server-3.1.2-incubating-bin.zip
>> 
>> The GPG key used to sign the release artifacts is available at:
>>        https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/KEYS
>> 
>> The online docs can be found here:
>> http://tinkerpop.apache.org/docs/3.1.2-incubating/reference/ (user docs)
>> http://tinkerpop.apache.org/docs/3.1.2-incubating/upgrade/ (upgrade docs)
>> http://tinkerpop.apache.org/javadocs/3.1.2-incubating/core/ (core javadoc)
>> http://tinkerpop.apache.org/javadocs/3.1.2-incubating/full/ (full javadoc)
>> 
>> The tag in Apache Git can be found here:
>> https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;a=tag;h=031dfe308b8a318581288c720a8bfc0aa254d7ce
>> 
>> The release notes are available here:
>> https://github.com/apache/incubator-tinkerpop/blob/3.1.2-incubating/CHANGELOG.asciidoc#tinkerpop-312-release-date-april-8-2016
>> 
>> The [VOTE] will be open for the next 72 hours --- closing Monday (April 11,
>> 2016) at 5 pm EST.
>> 
>> My vote is +1.
>> 
>> Thank you very much,
>> Stephen
>> 
> 


Re: [VOTE] TinkerPop 3.1.2-incubating Release

Posted by pieter-gmail <pi...@gmail.com>.
mvn clean install -DincludeNeo4j

Bumped Sqlg to 3.1.2-incubating and ran all tests including

StructureStandardSuite,
ProcessStandardSuite,
GroovyProcessStandardSuite

on postgresql and hsqldb

1 failure,
GroovySackTest.get_g_withSackX1_sumX_VX1X_localXoutXknowsX_barrierXnormSackXX_inXknowsX_barrier_sack
has a incorrect variable definition in the groovy string. Fixed it and
then all passes.

VOTE +1

Cheers
Pieter



On 08/04/2016 22:43, Stephen Mallette wrote:
> Hello,
>
> We are happy to announce that TinkerPop 3.1.2-incubating ready for release.
>
> NOTE that this is a tandem release in that 3.2.0-incubating is also
> available and up for VOTE separately on a different thread.
>
> The release artifacts can be found at this location:
> https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/3.1.2-incubating/
>
> The source distribution is provided by:
> apache-tinkerpop-3.1.2-incubating-src.zip
>
> Two binary distributions are provided for user convenience:
> apache-gremlin-console-3.1.2-incubating-bin.zip
> apache-gremlin-server-3.1.2-incubating-bin.zip
>
> The GPG key used to sign the release artifacts is available at:
>         https://dist.apache.org/repos/dist/dev/incubator/tinkerpop/KEYS
>
> The online docs can be found here:
> http://tinkerpop.apache.org/docs/3.1.2-incubating/reference/ (user docs)
> http://tinkerpop.apache.org/docs/3.1.2-incubating/upgrade/ (upgrade docs)
> http://tinkerpop.apache.org/javadocs/3.1.2-incubating/core/ (core javadoc)
> http://tinkerpop.apache.org/javadocs/3.1.2-incubating/full/ (full javadoc)
>
> The tag in Apache Git can be found here:
> https://git-wip-us.apache.org/repos/asf?p=incubator-tinkerpop.git;a=tag;h=031dfe308b8a318581288c720a8bfc0aa254d7ce
>
> The release notes are available here:
> https://github.com/apache/incubator-tinkerpop/blob/3.1.2-incubating/CHANGELOG.asciidoc#tinkerpop-312-release-date-april-8-2016
>
> The [VOTE] will be open for the next 72 hours --- closing Monday (April 11,
> 2016) at 5 pm EST.
>
> My vote is +1.
>
> Thank you very much,
> Stephen
>