I think I found one tiny mistake in the upgrade docs. There's this example in 
the section " New String Steps trim(), lTrim(), rTrim(), reverse()":

gremlin>  g.inject("  hi  ").trim().concat()
==>hitrim

I think this should really be:

gremlin>  g.inject("  hi  ").trim().concat("trim")
==>hitrim

Otherwise, I don't see where "trim" comes from in the result.

You can probably just fix it before pushing the release. In general, this of 
course shouldn't stop the release process.

VOTE +1

-----Ursprüngliche Nachricht-----
Von: Yang Xia <xia...@apache.org> 
Gesendet: Mittwoch, 22. November 2023 03:30
An: dev@tinkerpop.apache.org
Betreff: [VOTE] TinkerPop 3.7.1 Release

Note that this is a release VOTE thread, apologies for the mistake in the 
subject line.

On 2023/11/22 02:25:14 Yang Xia wrote:
> Hello,
> 
> We are happy to announce that TinkerPop 3.7.1 is ready for release.
> 
> The release artifacts can be found at this location:
>         https://dist.apache.org/repos/dist/dev/tinkerpop/3.7.1/
> 
> The source distribution is provided by:
>         apache-tinkerpop-3.7.1-src.zip
> 
> Two binary distributions are provided for user convenience:
>         apache-tinkerpop-gremlin-console-3.7.1-bin.zip
>         apache-tinkerpop-gremlin-server-3.7.1-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:
>         https://tinkerpop.apache.org/docs/3.7.1/ (user docs)
>         https://tinkerpop.apache.org/docs/3.7.1/upgrade/ (upgrade docs)
>         https://tinkerpop.apache.org/javadocs/3.7.1/core/ (core javadoc)
>         https://tinkerpop.apache.org/javadocs/3.7.1/full/ (full javadoc)
>         https://tinkerpop.apache.org/dotnetdocs/3.7.1/ (.NET API docs)
>         https://tinkerpop.apache.org/jsdocs/3.7.1/ (Javascript API docs)
> 
> The Git tag can be found here:
>         https://github.com/apache/tinkerpop/tree/3.7.1
> 
> The release notes are available here:
>         https://github.com/apache/tinkerpop/blob/3.7.1/CHANGELOG.asciidoc
> 
> The [VOTE] will be open for the next 72 hours --- closing Friday (Nov 24,
> 2023) at 6:30pm PST(UTC -08:00).
> 
> My vote is +1.
> 
> Thank you very much,
> 
> Yang
> *--*
> *Yang Xia*
> 


Reply via email to