You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/05/01 17:52:59 UTC

[28/50] [abbrv] incubator-tinkerpop git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop

Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-tinkerpop


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/250b27dc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/250b27dc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/250b27dc

Branch: refs/heads/variables
Commit: 250b27dc5fbf13f36d8b8d3e64daa8eec2f0891c
Parents: 1a8f0ac 2e4e2ed
Author: Daniel Kuppitz <da...@hotmail.com>
Authored: Thu Apr 30 19:01:10 2015 +0200
Committer: Daniel Kuppitz <da...@hotmail.com>
Committed: Thu Apr 30 19:01:10 2015 +0200

----------------------------------------------------------------------
 README.asciidoc                                 |  2 +-
 .../gremlin/process/traversal/Traverser.java    |  2 +-
 .../strategy/decoration/EventStrategy.java      |  2 +-
 .../tinkerpop/gremlin/structure/Graph.java      | 18 ++---
 .../gremlin/structure/Transaction.java          |  2 +-
 .../gremlin/structure/VertexProperty.java       |  2 +-
 .../gremlin/structure/io/GraphMigrator.java     | 28 ++++----
 .../gremlin/structure/io/GraphReader.java       |  4 +-
 .../gremlin/structure/io/GraphWriter.java       | 10 +--
 .../tinkerpop/gremlin/structure/io/IoCore.java  |  2 +-
 .../structure/io/gryo/GryoClassResolver.java    |  2 +-
 .../gremlin/structure/io/gryo/GryoIo.java       | 19 +++++-
 .../gremlin/structure/io/gryo/GryoMapper.java   | 28 +++++++-
 .../gremlin/structure/io/gryo/GryoReader.java   | 72 +++++++++++++++++++-
 .../structure/io/gryo/GryoSerializers.java      | 11 +--
 .../gremlin/structure/io/gryo/GryoWriter.java   | 31 ++++++++-
 .../structure/util/AbstractTransaction.java     |  2 +-
 .../structure/util/detached/DetachedEdge.java   |  2 +-
 .../structure/util/detached/DetachedVertex.java |  2 +-
 .../groovy/GroovyEnvironmentIntegrateSuite.java |  4 +-
 .../GroovyEnvironmentPerformanceSuite.java      |  4 +-
 .../gremlin/groovy/GroovyEnvironmentSuite.java  |  2 +-
 .../process/GroovyProcessComputerSuite.java     |  2 +-
 .../process/GroovyProcessStandardSuite.java     |  2 +-
 .../gremlin/groovy/engine/GremlinExecutor.java  |  2 +-
 .../groovy/jsr223/DependencyManager.java        |  2 +-
 .../jsr223/GremlinGroovyScriptEngine.java       |  2 +-
 .../gremlin/server/AbstractChannelizer.java     |  2 +-
 .../server/GremlinDriverIntegrateTest.java      |  2 +-
 .../apache/tinkerpop/gremlin/GraphProvider.java | 10 +--
 .../apache/tinkerpop/gremlin/LoadGraphWith.java |  4 +-
 .../gremlin/process/ProcessComputerSuite.java   |  2 +-
 .../process/ProcessPerformanceSuite.java        |  2 +-
 .../gremlin/process/ProcessStandardSuite.java   |  2 +-
 .../structure/StructurePerformanceSuite.java    |  2 +-
 .../structure/StructureStandardSuite.java       |  2 +-
 pom.xml                                         |  4 +-
 .../tinkergraph/structure/TinkerGraph.java      |  6 +-
 .../structure/IoDataGenerationTest.java         |  1 -
 39 files changed, 212 insertions(+), 88 deletions(-)
----------------------------------------------------------------------