1. bin/validate-distribution.sh 3.3.5 error: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.8:run (docfx) on project gremlin-dotnet-source: An Ant BuildException has occured: exec returned: 1 [ERROR] around Ant part ...<exec failonerror="true" executable="mono">... @ 31:50 in /tmp/tpdv/tinkerpop-3.3.5/gremlin-dotnet/src/target/antrun/build-main.xml [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :gremlin-dotnet-source
$ mono -V Mono JIT compiler version 5.18.0.225 (tarball Fri Dec 21 19:16:48 UTC 2018) Any ideas? 2. Not a blocker: Under Upgrades, Reference Doc is a broken anchor link, points to 3.3.2 instead of 3.3.5. Configurable Class Map Cache The "class map" cache in Gremlin Server (specifically the GremlinGroovyScriptEngine) that holds compiled scripts is now fully configurable via the GroovyCompilerGremlinPlugin.classMapCacheSpecification. See: TINKERPOP-2038 <https://issues.apache.org/jira/browse/TINKERPOP-2038>, Reference Documentation - Cache Management <http://tinkerpop.apache.org/docs/3.3.2/reference/#gremlin-server-cache> Robert Dale On Wed, Jan 2, 2019 at 4:58 PM Stephen Mallette <[email protected]> wrote: > Hello, > > We are happy to announce that TinkerPop 3.3.5 is ready for release. > > The release artifacts can be found at this location: > https://dist.apache.org/repos/dist/dev/tinkerpop/3.3.5/ > > The source distribution is provided by: > apache-tinkerpop-3.3.5-src.zip > > Two binary distributions are provided for user convenience: > apache-tinkerpop-gremlin-console-3.3.5-bin.zip > apache-tinkerpop-gremlin-server-3.3.5-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.5/ (user docs) > http://tinkerpop.apache.org/docs/3.3.5/upgrade/ (upgrade docs) > http://tinkerpop.apache.org/javadocs/3.3.5/core/ (core javadoc) > http://tinkerpop.apache.org/javadocs/3.3.5/full/ (full javadoc) > > The tag in Apache Git can be found here: > https://github.com/apache/tinkerpop/tree/3.3.5 > > The release notes are available here: > https://github.com/apache/tinkerpop/blob/3.3.5/CHANGELOG.asciidoc > > The [VOTE] will be open for the next 72 hours --- closing Saturday (January > 5, 2018) at 5pm EST. > > My vote is +1. > > Thank you very much, > > Stephen >
