GitHub user spmallette opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/224

    TINKERPOP-1039 Allowed for transaction management in sessions.

    https://issues.apache.org/jira/browse/TINKERPOP-1039
    
    Added a per request argument called manageTransaction to allow an 
in-session client to signal that it would like Gremlin Server to 
commit/rollback at the end of the request. This basically allows a session to 
behave much like the sessionless request does by default.
    
    Did a `--dryRun` of the docs for quick review and `mvn clean install && mvn 
verify -pl gremlin-server -DskipIntegrationTests=false -DincludeNeo4j` and all 
looked good.
    
    @PommeVerte this one might be of interest to you for review.
    
    VOTE +1

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/incubator-tinkerpop TINKERPOP-1039

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/224.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #224
    
----
commit e9966b3bdbbf8ca34a45e6f9f7a48e9b8b2d5720
Author: Stephen Mallette <sp...@genoprime.com>
Date:   2016-02-11T17:10:37Z

    Allowed for transaction management in sessions.
    
    Added a per request argument called manageTransaction to allow an 
in-session client to signal that it would like Gremlin Server to 
commit/rollback at the end of the request. This basically allows a session to 
behave much like the sessionless request does by default.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to