[36/50] [abbrv] tinkerpop git commit: Throw exception if withRemote() is called multiple times during configuration

2018-07-29 Thread dkuppitz
Throw exception if withRemote() is called multiple times during configuration This is a change in behavior. Prior to this we would have quietly closed the connection, but that's a little too sneaky. Also, the connection was being assigned to the current TraversalSource as well as the clone. Not

[37/50] tinkerpop git commit: Throw exception if withRemote() is called multiple times during configuration

2018-07-27 Thread spmallette
Throw exception if withRemote() is called multiple times during configuration This is a change in behavior. Prior to this we would have quietly closed the connection, but that's a little too sneaky. Also, the connection was being assigned to the current TraversalSource as well as the clone. Not

[45/50] tinkerpop git commit: Throw exception if withRemote() is called multiple times during configuration

2018-07-26 Thread spmallette
Throw exception if withRemote() is called multiple times during configuration This is a change in behavior. Prior to this we would have quietly closed the connection, but that's a little too sneaky. Also, the connection was being assigned to the current TraversalSource as well as the clone. Not

[1/3] tinkerpop git commit: Throw exception if withRemote() is called multiple times during configuration

2018-07-26 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/master 5f912eab0 -> 74930a998 Throw exception if withRemote() is called multiple times during configuration This is a change in behavior. Prior to this we would have quietly closed the connection, but that's a little too sneaky. Also, the

tinkerpop git commit: Throw exception if withRemote() is called multiple times during configuration

2018-07-26 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp32 3be3550d1 -> 0bd9b5ae7 Throw exception if withRemote() is called multiple times during configuration This is a change in behavior. Prior to this we would have quietly closed the connection, but that's a little too sneaky. Also, the

[1/2] tinkerpop git commit: Throw exception if withRemote() is called multiple times during configuration

2018-07-26 Thread spmallette
Repository: tinkerpop Updated Branches: refs/heads/tp33 445a8bf0b -> ffb8c3e4e Throw exception if withRemote() is called multiple times during configuration This is a change in behavior. Prior to this we would have quietly closed the connection, but that's a little too sneaky. Also, the