[4/5] tinkerpop git commit: sorry for the late tweak. Here is the thing. With then new Bindings model, you don't need withBindings() in Gremlin-Java. And, moreoever, it was never used in Gremlin-Pytho

2016-12-01 Thread okram
sorry for the late tweak. Here is the thing. With then new Bindings model, you don't need withBindings() in Gremlin-Java. And, moreoever, it was never used in Gremlin-Python (or any script-based GLV). Thus, its pointless. Deprecated it. Updated the docs accordingly. Also added more test cases

[2/5] tinkerpop git commit: Javadoc tweak.

2016-12-01 Thread okram
Javadoc tweak. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/84a82fb5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/84a82fb5 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/84a82fb5

[5/6] tinkerpop git commit: Merge branch 'TINKERPOP-1573' into tp32

2016-12-01 Thread okram
Merge branch 'TINKERPOP-1573' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/46888b1a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/46888b1a Diff:

[6/6] tinkerpop git commit: Merge branch 'tp32'

2016-12-01 Thread okram
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/26c6c798 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/26c6c798 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/26c6c798

[4/6] tinkerpop git commit: sorry for the late tweak. Here is the thing. With then new Bindings model, you don't need withBindings() in Gremlin-Java. And, moreoever, it was never used in Gremlin-Pytho

2016-12-01 Thread okram
sorry for the late tweak. Here is the thing. With then new Bindings model, you don't need withBindings() in Gremlin-Java. And, moreoever, it was never used in Gremlin-Python (or any script-based GLV). Thus, its pointless. Deprecated it. Updated the docs accordingly. Also added more test cases

[2/6] tinkerpop git commit: Javadoc tweak.

2016-12-01 Thread okram
Javadoc tweak. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/84a82fb5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/84a82fb5 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/84a82fb5

[1/5] tinkerpop git commit: fixed a bug in Bytecode bindings where anonymous traversals were not aware of parent Bindings. The solution sorta sucks...but I don't know how else to do it. Added test cas

2016-12-01 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/tp32 ffd65437b -> 46888b1a0 fixed a bug in Bytecode bindings where anonymous traversals were not aware of parent Bindings. The solution sorta sucks...but I don't know how else to do it. Added test cases to verify anonymous traversal binding

[3/5] tinkerpop git commit: found a bug in GraphFilterStrategyTest that caused the bindings to get messed up. Basically, a ) was missing and until() was inside the repeat().

2016-12-01 Thread okram
found a bug in GraphFilterStrategyTest that caused the bindings to get messed up. Basically, a ) was missing and until() was inside the repeat(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b70ba903 Tree:

[5/5] tinkerpop git commit: Merge branch 'TINKERPOP-1573' into tp32

2016-12-01 Thread okram
Merge branch 'TINKERPOP-1573' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/46888b1a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/46888b1a Diff:

[3/6] tinkerpop git commit: found a bug in GraphFilterStrategyTest that caused the bindings to get messed up. Basically, a ) was missing and until() was inside the repeat().

2016-12-01 Thread okram
found a bug in GraphFilterStrategyTest that caused the bindings to get messed up. Basically, a ) was missing and until() was inside the repeat(). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b70ba903 Tree:

[1/6] tinkerpop git commit: fixed a bug in Bytecode bindings where anonymous traversals were not aware of parent Bindings. The solution sorta sucks...but I don't know how else to do it. Added test cas

2016-12-01 Thread okram
Repository: tinkerpop Updated Branches: refs/heads/master c240f50d4 -> 26c6c798c fixed a bug in Bytecode bindings where anonymous traversals were not aware of parent Bindings. The solution sorta sucks...but I don't know how else to do it. Added test cases to verify anonymous traversal

[10/48] tinkerpop git commit: TINKERPOP-1562 More deprecation around methods on building GremlinExecutor that used ScriptEngines.

2016-12-01 Thread spmallette
TINKERPOP-1562 More deprecation around methods on building GremlinExecutor that used ScriptEngines. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d14005e8 Tree:

[41/48] tinkerpop git commit: TINKERPOP=1562 Loaded "gremlin" imports in the scriptengines

2016-12-01 Thread spmallette
TINKERPOP=1562 Loaded "gremlin" imports in the scriptengines Rather than load them in the DefaultGremlinScriptEngineManager it seemed better to get them loaded in the engines themselves that way if someone opted to construct the GremlinScriptEngine directly the imports would be present.

[30/48] tinkerpop git commit: TINKERPOP-1562 Update upgrade docs with ScriptEngine changes.

2016-12-01 Thread spmallette
TINKERPOP-1562 Update upgrade docs with ScriptEngine changes. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/1b53ef97 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/1b53ef97 Diff:

[16/48] tinkerpop git commit: TINKERPOP-1562 Rename "modules" as "plugin"

2016-12-01 Thread spmallette
TINKERPOP-1562 Rename "modules" as "plugin" Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/32275a94 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/32275a94 Diff:

[34/48] tinkerpop git commit: TINKERPOP-1562 Moved CoreImports to jsr223 package.

2016-12-01 Thread spmallette
TINKERPOP-1562 Moved CoreImports to jsr223 package. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c76ecccd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c76ecccd Diff:

[22/48] tinkerpop git commit: TINKERPOP-1562 Move RemoteAcceptor related stuff to gremlin-core.

2016-12-01 Thread spmallette
TINKERPOP-1562 Move RemoteAcceptor related stuff to gremlin-core. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/a5f7daaf Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/a5f7daaf Diff:

[28/48] tinkerpop git commit: TINKERPOP-1562 Added JSR-223 packages in gremin-core to core javadoc

2016-12-01 Thread spmallette
TINKERPOP-1562 Added JSR-223 packages in gremin-core to core javadoc Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/46ece963 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/46ece963 Diff:

[47/48] tinkerpop git commit: TINKERPOP-1562 Deprecated GremlinGroovyScriptEngine.close()

2016-12-01 Thread spmallette
TINKERPOP-1562 Deprecated GremlinGroovyScriptEngine.close() In the future GremlinGroovyScriptEngine will not implement AutoCloseable - there was never really a need for that. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[11/48] tinkerpop git commit: TINKERPOP-1562 Added gremlin-console plugins under the new model.

2016-12-01 Thread spmallette
TINKERPOP-1562 Added gremlin-console plugins under the new model. Had to rework the PluggedIn adapters a bit so that they could better handle Console environment variable.s Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[01/48] tinkerpop git commit: check for long type in Int32 serializer [Forced Update!]

2016-12-01 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1562 6b8eb7f9e -> 90f427c8d (forced update) check for long type in Int32 serializer Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8ab88820 Tree:

[05/48] tinkerpop git commit: TINKERPOP-1562 Initial effort to deprecate ScriptEngines.

2016-12-01 Thread spmallette
TINKERPOP-1562 Initial effort to deprecate ScriptEngines. This opens up some options for how to move plugins up to gremlin-core (or deprecate them completely - not surehow that will flow yet). Anyway, this is a wip commit and a nice stop point. Project:

[36/48] tinkerpop git commit: TINKERPOP-1562 Use List of files to preserve order in script customzier

2016-12-01 Thread spmallette
TINKERPOP-1562 Use List of files to preserve order in script customzier Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9b9ec293 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9b9ec293 Diff:

[43/48] tinkerpop git commit: TINKERPOP-1562 Deprecated the CredentialGraph

2016-12-01 Thread spmallette
TINKERPOP-1562 Deprecated the CredentialGraph and moved it to a new home so tht the "plugin" package can go away completely. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c310f2be Tree:

[03/48] tinkerpop git commit: Merge branch 'TINKERPOP-1561' into tp32

2016-12-01 Thread spmallette
Merge branch 'TINKERPOP-1561' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ba7acd3d Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/ba7acd3d Diff:

[25/48] tinkerpop git commit: TINKERPOP-1562 Start getting Console working with new plugin stuff

2016-12-01 Thread spmallette
TINKERPOP-1562 Start getting Console working with new plugin stuff Built adapters to get new RemoteAcceptor to behave as the old RemoteAcceptor and to get new GremlinPlugin to work as the old GremlinPlugin. Deprecated some classes and undeprecated others - still a pretty big WIP commit at this

[48/48] tinkerpop git commit: TINKERPOP-1562 Deprecated the DependencyManager.

2016-12-01 Thread spmallette
TINKERPOP-1562 Deprecated the DependencyManager. This interface really isn't useful anymore. It is bound to ScriptEngines class which is also deprecated. The new model of the GremlinScriptEngine in gremlin-core sorta makes this obsolete. Project:

[21/48] tinkerpop git commit: TINKERPOP-1562 Bring back GremlinModule and deprecate it.

2016-12-01 Thread spmallette
TINKERPOP-1562 Bring back GremlinModule and deprecate it. GremlinModule was introduced in 3.2.3. Wasn't sure if GremlinModule was equal to a GremlinPlugin so I had named it differently. It was never promoted as a replacement for GremlinPlugin and it was never used in core infrastructure like

[23/48] tinkerpop git commit: TINKERPOP-1562 Renamed GremlinModule to GremlinPlugin in gremlin-core

2016-12-01 Thread spmallette
TINKERPOP-1562 Renamed GremlinModule to GremlinPlugin in gremlin-core Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/052f19f9 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/052f19f9 Diff:

[29/48] tinkerpop git commit: TINKERPOP-1562 Make all groovy customizer providers straight Customizer instances

2016-12-01 Thread spmallette
TINKERPOP-1562 Make all groovy customizer providers straight Customizer instances Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7c5623bc Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7c5623bc Diff:

[37/48] tinkerpop git commit: TINKERPOP-1562 Fixed a bad javadoc link

2016-12-01 Thread spmallette
TINKERPOP-1562 Fixed a bad javadoc link Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d928f3d5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d928f3d5 Diff:

[38/48] tinkerpop git commit: TINKERPOP-1562 Added more tests for plugins/customizers

2016-12-01 Thread spmallette
TINKERPOP-1562 Added more tests for plugins/customizers Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bea343e7 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bea343e7 Diff:

[08/48] tinkerpop git commit: TINKERPOP-1562 Fixed problems related to loading new/old plugins

2016-12-01 Thread spmallette
TINKERPOP-1562 Fixed problems related to loading new/old plugins Tested in Gremlin Console and it looks like the flag that will tell it to load one plugin version or the other is working properly. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[09/48] tinkerpop git commit: TINKERPOP-1562 Added SparkGremlinPlugin

2016-12-01 Thread spmallette
TINKERPOP-1562 Added SparkGremlinPlugin SparkGremlinPlugin required binding injections so a BindingCustomizer was added along with two implementations - one for direct assignment and one for lazy assignment. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[33/48] tinkerpop git commit: TINKERPOP-1562 Fix yet another compilation error.

2016-12-01 Thread spmallette
TINKERPOP-1562 Fix yet another compilation error. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/237e Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/237e Diff:

[02/48] tinkerpop git commit: found a bug in PJacksonDeserializer around var arg handling. I thought that I had TINKERPOP-1567 fixed until I did a manual test and realized that GraphSONTranslator bypa

2016-12-01 Thread spmallette
found a bug in PJacksonDeserializer around var arg handling. I thought that I had TINKERPOP-1567 fixed until I did a manual test and realized that GraphSONTranslator bypass var args and creates Collection -- which is correct. Thus, the test case wasn't being tested. I added the traversal the

[17/48] tinkerpop git commit: TINKERPOP-1562 Moved GremlinServerGremlinModule to standard directory structure

2016-12-01 Thread spmallette
TINKERPOP-1562 Moved GremlinServerGremlinModule to standard directory structure Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f8fd64a6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f8fd64a6 Diff:

[42/48] tinkerpop git commit: TINKERPOP-1562 Abstracted groovysh/io to GremlinShellEnvironment

2016-12-01 Thread spmallette
TINKERPOP-1562 Abstracted groovysh/io to GremlinShellEnvironment The GremlinShellEnvironment provides a way to abstract groovysh and io classes (i.e. groovy specific classes) so that plugins don't need to depend on gremlin-groovy at all. Project:

[07/48] tinkerpop git commit: TINKERPOP-1562 Deprecated TinkerGraphGremlinPlugin.

2016-12-01 Thread spmallette
TINKERPOP-1562 Deprecated TinkerGraphGremlinPlugin. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/05727e2c Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/05727e2c Diff:

[44/48] tinkerpop git commit: TINKERPOP-1562 Get customizers for both python and jython.

2016-12-01 Thread spmallette
TINKERPOP-1562 Get customizers for both python and jython. The customizers are combined to a set and therefore should only apply once. Presumably there wouldn't be a different set of customizers for one versus the other. If there were and you wanted them separate I guess you'd have to build

[18/48] tinkerpop git commit: TINKERPOP-1562 Add GremlinModule for Giraph.

2016-12-01 Thread spmallette
TINKERPOP-1562 Add GremlinModule for Giraph. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8c7fada6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8c7fada6 Diff:

[39/48] tinkerpop git commit: TINKERPOP-1562 Hook up Console to do core imports under v3d3

2016-12-01 Thread spmallette
TINKERPOP-1562 Hook up Console to do core imports under v3d3 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7cb74255 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7cb74255 Diff:

[40/48] tinkerpop git commit: TINKERPOP-1562 Added more tests for the GremlnPluginAdapter

2016-12-01 Thread spmallette
TINKERPOP-1562 Added more tests for the GremlnPluginAdapter Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/daad833f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/daad833f Diff:

[24/48] tinkerpop git commit: TINKERPOP-1562 ImportCustomizer has become an interface

2016-12-01 Thread spmallette
TINKERPOP-1562 ImportCustomizer has become an interface This is a breaking change unfortunately, but this was not a feature that was published or used in 3.2.3 so I don't expect wide usage. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[13/48] tinkerpop git commit: TINKERPOP-1562 Added new plugins for gremlin-groovy to replace deprecated ones.

2016-12-01 Thread spmallette
TINKERPOP-1562 Added new plugins for gremlin-groovy to replace deprecated ones. Specifically did SugarGremlinPlugin and CredentialsGrpahGremlinPlugin. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/e57a2408 Tree:

[31/48] tinkerpop git commit: TINKERPOP-1562 Hooked up GremlinJythonScriptEngine to Customizers

2016-12-01 Thread spmallette
TINKERPOP-1562 Hooked up GremlinJythonScriptEngine to Customizers GremlnJythonScriptEngine is now initialized the same way that GremlinGroovyScriptEngine is. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6e6dd1b4

[46/48] tinkerpop git commit: TINKERPOP-1562 Fixed the InstallCommand for new GremlinPlugin usage.

2016-12-01 Thread spmallette
TINKERPOP-1562 Fixed the InstallCommand for new GremlinPlugin usage. DependencyGrabber wasn't using the right Artifact implementation and wasn't taking into account -Dplugins=v3d3 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

[19/48] tinkerpop git commit: TINKERPOP-1562 Add GreminServerGremlinModule for Gremlin Server specific imports

2016-12-01 Thread spmallette
TINKERPOP-1562 Add GreminServerGremlinModule for Gremlin Server specific imports Allow use of instance() as a way for GremlinModules to be instantiated. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4943f121 Tree:

[14/48] tinkerpop git commit: TINKERPOP-1562 Deprecated GiraphGremlinPlugin.

2016-12-01 Thread spmallette
TINKERPOP-1562 Deprecated GiraphGremlinPlugin. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c182d1d4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/c182d1d4 Diff:

[32/48] tinkerpop git commit: TINKERPOP-1562 Deprecated plugin exceptions.

2016-12-01 Thread spmallette
TINKERPOP-1562 Deprecated plugin exceptions. These are needed anymore under the revised plugin model in gremlin-core. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/ce4d96cb Tree:

[06/48] tinkerpop git commit: TINKERPOP-1562 Add new Neo4j GremlinPlugin and deprecated old one

2016-12-01 Thread spmallette
TINKERPOP-1562 Add new Neo4j GremlinPlugin and deprecated old one Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/458c3411 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/458c3411 Diff:

[35/48] tinkerpop git commit: TINKERPOP-1562 Adapted CompilerCustomizerProvider to Customizer

2016-12-01 Thread spmallette
TINKERPOP-1562 Adapted CompilerCustomizerProvider to Customizer This hooks up all the groovy-specific configurations to the GremlinGroovyScriptEngine. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/70506bf2 Tree:

[12/48] tinkerpop git commit: TINKERPOP-1562 Add new HadoopGremlinPlugin and deprecated the old.

2016-12-01 Thread spmallette
TINKERPOP-1562 Add new HadoopGremlinPlugin and deprecated the old. Had to add some capabilities to plugin system to allow for passing of console environment bits (like groovysh for example). Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit:

tinkerpop git commit: Minor code formatting fixes CTR

2016-12-01 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 26c6c798c -> 945b2beb1 Minor code formatting fixes CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/945b2beb Tree:

tinkerpop git commit: Removed gremlin-benchmark from javadoc generation.

2016-12-01 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 71dd9393b -> 7af8052ab Removed gremlin-benchmark from javadoc generation. There really doesn't seem to be much value for generating javadoc out of this as it is an internal tool and we don't even deploy it as an artifact. CTR Project:

[2/2] tinkerpop git commit: Merge branch 'tp32'

2016-12-01 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/03bdb782 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/03bdb782 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/03bdb782

tinkerpop git commit: added two complex tests; one for OLTP only, one for OLTP and OLAP

2016-12-01 Thread dkuppitz
Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1539 e01aa721f -> c68b2154d added two complex tests; one for OLTP only, one for OLTP and OLAP Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/c68b2154

tinkerpop git commit: Make javadoc deprecation message consistent rest of code base CTR

2016-12-01 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 46888b1a0 -> 71dd9393b Make javadoc deprecation message consistent rest of code base CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/71dd9393 Tree:

[1/2] tinkerpop git commit: Make javadoc deprecation message consistent rest of code base CTR

2016-12-01 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 945b2beb1 -> f5558cd02 Make javadoc deprecation message consistent rest of code base CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/71dd9393 Tree:

[2/2] tinkerpop git commit: Merge branch 'tp32'

2016-12-01 Thread spmallette
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f5558cd0 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f5558cd0 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f5558cd0

[2/3] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-12-01 Thread pluradj
TINKERPOP-1493 Groovy project doesn't build on Windows Removed support for user.dir property as it was being prepended to a fully qualified path and the second drive letter was making the path illegal. Made sure JarFile instances were being closed so that Groovy could delete the directory

[3/3] tinkerpop git commit: Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31

2016-12-01 Thread pluradj
Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d49f692f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d49f692f Diff:

[1/3] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-12-01 Thread pluradj
Repository: tinkerpop Updated Branches: refs/heads/tp31 4745fe13e -> d49f692f8 TINKERPOP-1493 Groovy project doesn't build on Windows Removed support for user.dir property as it was being prepended to a fully qualified path and the second drive letter was making the path illegal. Made sure

[3/4] tinkerpop git commit: Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31

2016-12-01 Thread pluradj
Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d49f692f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d49f692f Diff:

[1/4] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-12-01 Thread pluradj
Repository: tinkerpop Updated Branches: refs/heads/tp32 7af8052ab -> 53e932b48 TINKERPOP-1493 Groovy project doesn't build on Windows Removed support for user.dir property as it was being prepended to a fully qualified path and the second drive letter was making the path illegal. Made sure

[4/4] tinkerpop git commit: Merge branch 'tp31' into tp32

2016-12-01 Thread pluradj
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/53e932b4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/53e932b4 Diff:

[1/5] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-12-01 Thread pluradj
Repository: tinkerpop Updated Branches: refs/heads/master 03bdb7823 -> 0933189f0 TINKERPOP-1493 Groovy project doesn't build on Windows Removed support for user.dir property as it was being prepended to a fully qualified path and the second drive letter was making the path illegal. Made sure

[2/5] tinkerpop git commit: TINKERPOP-1493 Groovy project doesn't build on Windows

2016-12-01 Thread pluradj
TINKERPOP-1493 Groovy project doesn't build on Windows Removed support for user.dir property as it was being prepended to a fully qualified path and the second drive letter was making the path illegal. Made sure JarFile instances were being closed so that Groovy could delete the directory

[3/5] tinkerpop git commit: Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31

2016-12-01 Thread pluradj
Merge branch 'tp31' of https://github.com/pauljackson/tinkerpop into tp31 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/d49f692f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/d49f692f Diff:

[4/5] tinkerpop git commit: Merge branch 'tp31' into tp32

2016-12-01 Thread pluradj
Merge branch 'tp31' into tp32 Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/53e932b4 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/53e932b4 Diff:

[5/5] tinkerpop git commit: Merge branch 'tp32'

2016-12-01 Thread pluradj
Merge branch 'tp32' Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0933189f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0933189f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/0933189f