[GitHub] [tinkerpop] gion commented on issue #1202: TINKERPOP-2290 Add a way to catch a connection error

2019-09-30 Thread GitBox
gion commented on issue #1202: TINKERPOP-2290 Add a way to catch a connection error URL: https://github.com/apache/tinkerpop/pull/1202#issuecomment-536733960 @jorgebay Thanks for the feedback! Indeed, there's no reason to actually emit an `error` event, so I'll change that to

[GitHub] [tinkerpop] dalaro opened a new pull request #1204: TINKERPOP-2302 add `ElementMapStep#isOnGraphComputer()` (master)

2019-09-30 Thread GitBox
dalaro opened a new pull request #1204: TINKERPOP-2302 add `ElementMapStep#isOnGraphComputer()` (master) URL: https://github.com/apache/tinkerpop/pull/1204 Adds a getter for `onGraphComputer`. This is intended to support strategies that replace this step but want to preserve this state

[GitHub] [tinkerpop] dalaro opened a new pull request #1203: TINKERPOP-2302 add `ElementMapStep#isOnGraphComputer()` (tp34)

2019-09-30 Thread GitBox
dalaro opened a new pull request #1203: TINKERPOP-2302 add `ElementMapStep#isOnGraphComputer()` (tp34) URL: https://github.com/apache/tinkerpop/pull/1203 Adds a getter for `onGraphComputer`. This is intended to support strategies that replace this step but want to preserve this state

[tinkerpop] branch tp33 updated (6de492e -> 5c6573d)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 6de492e Updated changelog CTR add 5c6573d Changed license header to use a comment rather than a

[tinkerpop] 02/03: Merge branch 'tp33' into tp34

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit ae3862127e53a86608625275e42f183cd25c56cf Merge: efde61e 5c6573d Author: Stephen Mallette AuthorDate: Mon Sep 30

[tinkerpop] branch master updated (67d55c9 -> 7ab458c)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 67d55c9 Merge branch 'tp34' new 5c6573d Changed license header to use a comment rather than a

[tinkerpop] 03/03: Merge branch 'tp34'

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 7ab458ccfda971e19b67b673e78154d7695db982 Merge: 67d55c9 ae38621 Author: Stephen Mallette AuthorDate: Mon Sep 30

[tinkerpop] branch tp34 updated (efde61e -> ae38621)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp34 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from efde61e Resolved some dependency problems from #1199 and #1200 after merge from tp33 CTR add 5c6573d

[tinkerpop] 01/03: Changed license header to use a comment rather than a docstring

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 5c6573d5996137e89505565645adce078c7beafd Author: Stephen Mallette AuthorDate: Mon Sep 30 14:08:24 2019 -0400

[tinkerpop] branch driver-35 updated: Fixed failing tests after rebase on master.

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch driver-35 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/driver-35 by this push: new 04aa143 Fixed failing tests after

[GitHub] [tinkerpop] spmallette commented on issue #1202: TINKERPOP-2290 Add a way to catch a connection error

2019-09-30 Thread GitBox
spmallette commented on issue #1202: TINKERPOP-2290 Add a way to catch a connection error URL: https://github.com/apache/tinkerpop/pull/1202#issuecomment-536579418 No specific feedback on the technical nature of the change itself but administratively speaking - The Travis failures are due

[GitHub] [tinkerpop] jorgebay commented on issue #1202: TINKERPOP-2290 Add a way to catch a connection error

2019-09-30 Thread GitBox
jorgebay commented on issue #1202: TINKERPOP-2290 Add a way to catch a connection error URL: https://github.com/apache/tinkerpop/pull/1202#issuecomment-536563171 Thanks @gion for looking into this! It's a good idea to expose a way to subscribe to connection events. In the

[tinkerpop] branch driver-35 updated (6cdfe22 -> d33989b)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch driver-35 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard 6cdfe22 Change connection management to single request per channel add efde61e Resolved some

[tinkerpop] branch tp34 updated (8b5b152 -> efde61e)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp34 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 8b5b152 Merge branch 'tp33' into tp34 add efde61e Resolved some dependency problems from #1199 and #1200

[tinkerpop] branch master updated: Resolved some dependency problems from #1199 and #1200 after merge from tp33 CTR

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git The following commit(s) were added to refs/heads/master by this push: new efde61e Resolved some dependency

[tinkerpop] branch driver-35 updated (309413d -> 6cdfe22)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch driver-35 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. discard 309413d Change connection management to single request per channel add c417e0d implemented index

[GitHub] [tinkerpop] gion opened a new pull request #1202: TINKERPOP-2290 Add a way to catch a connection error

2019-09-30 Thread GitBox
gion opened a new pull request #1202: TINKERPOP-2290 Add a way to catch a connection error URL: https://github.com/apache/tinkerpop/pull/1202 and prevent the program from exiting whenever the db disconnects This is an

[tinkerpop] branch tp33 updated (e8e217a -> 6de492e)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from e8e217a Merge branch 'pr-1200' into tp33 add c0c2d0c Fix Bytecode.addSource arguments is null bug

[tinkerpop] 04/04: Merge branch 'tp34'

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit b5950cf5bf975ffb786ee2fbe75f24487ee6f3c2 Merge: 2c3564e 8b5b152 Author: Stephen Mallette AuthorDate: Mon Sep 30

[tinkerpop] 02/04: Updated changelog CTR

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 6de492ed3832dbd07d7a00b210dd4681959ed684 Author: Stephen Mallette AuthorDate: Mon Sep 30 06:53:50 2019 -0400

[tinkerpop] 01/04: Merge branch 'pr-1197' into tp33

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 075971f4614c77dace3a37af8e29954742832025 Merge: e8e217a c0c2d0c Author: Stephen Mallette AuthorDate: Mon Sep 30

[tinkerpop] branch master updated (2c3564e -> b5950cf)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 2c3564e Merge branch 'tp34' add c0c2d0c Fix Bytecode.addSource arguments is null bug new 075971f

[GitHub] [tinkerpop] spmallette merged pull request #1197: Fix Bytecode.addSource arguments is null bug

2019-09-30 Thread GitBox
spmallette merged pull request #1197: Fix Bytecode.addSource arguments is null bug URL: https://github.com/apache/tinkerpop/pull/1197 This is an automated message from the Apache Git Service. To respond to the message,

[tinkerpop] 03/04: Merge branch 'tp33' into tp34

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 8b5b152b4e1b109e41a79b68de24f1cf1b33a08e Merge: 2de0632 6de492e Author: Stephen Mallette AuthorDate: Mon Sep 30

[tinkerpop] branch tp34 updated (2de0632 -> 8b5b152)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp34 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 2de0632 Merge branch 'tp33' into tp34 add c0c2d0c Fix Bytecode.addSource arguments is null bug add

[tinkerpop] branch tp33 updated (06d7dd8 -> e8e217a)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 06d7dd8 Merge branch 'pr-1199' into tp33 add aa955d5 Upgraded jackson-databind to 2.9.10 due to

[GitHub] [tinkerpop] spmallette merged pull request #1200: Upgrade jackson due to CVE issues

2019-09-30 Thread GitBox
spmallette merged pull request #1200: Upgrade jackson due to CVE issues URL: https://github.com/apache/tinkerpop/pull/1200 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[tinkerpop] branch tp34 updated (fe1cfcd -> 2de0632)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp34 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from fe1cfcd Merge branch 'tp33' into tp34 add aa955d5 Upgraded jackson-databind to 2.9.10 due to CVE-14379,

[tinkerpop] 02/03: Merge branch 'tp33' into tp34

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 2de0632892f32524ba1a0dac11efcef49bdd7fb2 Merge: fe1cfcd e8e217a Author: Stephen Mallette AuthorDate: Mon Sep 30

[tinkerpop] 01/03: Merge branch 'pr-1200' into tp33

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit e8e217a9629b765b1f36e9ce6c4c8bc3f90fcfb2 Merge: 06d7dd8 aa955d5 Author: Stephen Mallette AuthorDate: Mon Sep 30

[tinkerpop] 03/03: Merge branch 'tp34'

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 2c3564e4640bb123b9274b6e3683bea6d444b4d0 Merge: c4247ca 2de0632 Author: Stephen Mallette AuthorDate: Mon Sep 30

[tinkerpop] branch master updated (c4247ca -> 2c3564e)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from c4247ca Merge branch 'tp34' add aa955d5 Upgraded jackson-databind to 2.9.10 due to CVE-14379,

[tinkerpop] 01/03: Merge branch 'pr-1199' into tp33

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit 06d7dd817ae62d7c50e406257f0e364832f12d14 Merge: 9950746 54cf91d Author: Stephen Mallette AuthorDate: Mon Sep 30

[tinkerpop] branch tp33 updated (9950746 -> 06d7dd8)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp33 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 9950746 TINKERPOP-2297 ReeservedKeysVerificationStrategy registered for derser add 54cf91d Upgrade

[GitHub] [tinkerpop] spmallette merged pull request #1199: Upgrade commons-compress to version 1.19 due to CVE-2018-11771

2019-09-30 Thread GitBox
spmallette merged pull request #1199: Upgrade commons-compress to version 1.19 due to CVE-2018-11771 URL: https://github.com/apache/tinkerpop/pull/1199 This is an automated message from the Apache Git Service. To respond to

[tinkerpop] branch tp34 updated (39167fc -> fe1cfcd)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch tp34 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 39167fc Merge branch 'tp33' into tp34 add 54cf91d Upgrade commons-compress to version 1.19 due to

[tinkerpop] branch master updated (5213563 -> c4247ca)

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git. from 5213563 Merge branch 'tp34' add 54cf91d Upgrade commons-compress to version 1.19 due to CVE-2018-11771

[tinkerpop] 03/03: Merge branch 'tp34'

2019-09-30 Thread spmallette
This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tinkerpop.git commit c4247cab5dadad81e2c685dec40592554cd58d06 Merge: 5213563 fe1cfcd Author: Stephen Mallette AuthorDate: Mon Sep 30