Good catches, Daniel. I can take the first three fixing the formatting issues as an action item.
VOTE +1 Robert Dale On Mon, Oct 14, 2019 at 2:48 PM Daniel Kuppitz <[email protected]> wrote: > *Validating binary distributions* > > * downloading Apache TinkerPop Gremlin > (apache-tinkerpop-gremlin-console-3.3.9-bin.zip)... OK > * validating signatures and checksums ... > * PGP signature ... OK > * SHA512 checksum ... OK > * unzipping Apache TinkerPop Gremlin ... OK > * validating Apache TinkerPop Gremlin's docs ... OK > * validating Apache TinkerPop Gremlin's binaries ... OK > * validating Apache TinkerPop Gremlin's legal files ... > * LICENSE ... OK > * NOTICE ... OK > * validating Apache TinkerPop Gremlin's plugin directory ... OK > * validating Apache TinkerPop Gremlin's lib directory ... OK > * testing script evaluation ... OK > > * downloading Apache TinkerPop Gremlin > (apache-tinkerpop-gremlin-server-3.3.9-bin.zip)... OK > * validating signatures and checksums ... > * PGP signature ... OK > * SHA512 checksum ... OK > * unzipping Apache TinkerPop Gremlin ... OK > * validating Apache TinkerPop Gremlin's docs ... OK > * validating Apache TinkerPop Gremlin's binaries ... OK > * validating Apache TinkerPop Gremlin's legal files ... > * LICENSE ... OK > * NOTICE ... OK > * validating Apache TinkerPop Gremlin's plugin directory ... OK > * validating Apache TinkerPop Gremlin's lib directory ... OK > > > *Validating source distribution* > > * downloading Apache TinkerPop 3.3.9 (apache-tinkerpop-3.3.9-src.zip)... OK > * validating signatures and checksums ... > * PGP signature ... OK > * SHA512 checksum ... OK > * unzipping Apache TinkerPop 3.3.9 ... OK > * checking source files ... OK > * building project ... OK > > > I took a closer look at the docs and found some issues. > > > - http://tinkerpop.apache.org/docs/3.3.9/reference/#addedge-step > List point number 5 below the code box has a minor formatting error. > > - http://tinkerpop.apache.org/docs/3.3.9/reference/#graph-step > List point number 1 below the second code box has a minor formatting > error. > > - http://tinkerpop.apache.org/docs/3.3.9/reference/#none-step > Formatting error in "Additional References". > > - http://tinkerpop.apache.org/docs/3.3.9/reference/#simplepath-step > Empty result for the last two queries. An empty result is correct, yet > it looks confusing, we should probably extend this section a little bit. > > - http://tinkerpop.apache.org/docs/3.3.9/reference/#to-step > The description is not quite right. to() is both - a step and a > modulator. > > > All of these issues are non-blocking (and probably not new), I just wanted > to have them mentioned, thus ... > > VOTE +1 > > Cheers, > Daniel > > > On Mon, Oct 14, 2019 at 5:01 AM Stephen Mallette <[email protected]> > wrote: > > > Hello, > > > > We are happy to announce that TinkerPop 3.3.9 is ready for release. > > > > The release artifacts can be found at this location: > > https://dist.apache.org/repos/dist/dev/tinkerpop/3.3.9/ > > > > The source distribution is provided by: > > apache-tinkerpop-3.3.9-src.zip > > > > Two binary distributions are provided for user convenience: > > apache-tinkerpop-gremlin-console-3.3.9-bin.zip > > apache-tinkerpop-gremlin-server-3.3.9-bin.zip > > > > The GPG key used to sign the release artifacts is available at: > > https://dist.apache.org/repos/dist/dev/tinkerpop/KEYS > > > > The online docs can be found here: > > http://tinkerpop.apache.org/docs/3.3.9/ (user docs) > > http://tinkerpop.apache.org/docs/3.3.9/upgrade/ (upgrade docs) > > http://tinkerpop.apache.org/javadocs/3.3.9/core/ (core javadoc) > > http://tinkerpop.apache.org/javadocs/3.3.9/full/ (full javadoc) > > http://tinkerpop.apache.org/dotnetdocs/3.3.9/ (.NET API docs) > > http://tinkerpop.apache.org/jsdocs/3.3.9/ (Javascript API docs) > > > > The tag in Apache Git can be found here: > > https://github.com/apache/tinkerpop/tree/3.3.9 > > > > The release notes are available here: > > > https://github.com/apache/tinkerpop/blob/3.3.9/CHANGELOG.asciidoc > > > > The [VOTE] will be open for the next 72 hours --- closing Thursday > (October > > 17, 2019) at 8:00am EST. > > > > My vote is +1. > > > > Thank you very much, > > > > Stephen > > >
