[geode] branch feature/GEODE-8144 updated (342ab9a -> 37a2989)

2020-05-27 Thread bschuchardt
This is an automated email from the ASF dual-hosted git repository. bschuchardt pushed a change to branch feature/GEODE-8144 in repository https://gitbox.apache.org/repos/asf/geode.git. from 342ab9a modified a test to use LocalHostUtil to get localhost add 37a2989 remove use of

[geode] branch develop updated (17dd67a -> a185267)

2020-05-27 Thread bschuchardt
This is an automated email from the ASF dual-hosted git repository. bschuchardt pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 17dd67a GEODE-8182: change String commands to use one region (#5165) add a185267 Feature/geode 8144

[geode] branch develop updated (53d1631 -> 42c1164)

2020-05-27 Thread bschuchardt
This is an automated email from the ASF dual-hosted git repository. bschuchardt pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from 53d1631 GEODE-8171: javadoc for putAll need to have accurate exception (#5147) add 42c1164 GEODE-8144

[geode] branch support/1.12 updated: GEODE-8083: Add API Checking to Geode. (#5066) (#5103) (#5173)

2020-05-27 Thread onichols
This is an automated email from the ASF dual-hosted git repository. onichols pushed a commit to branch support/1.12 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/support/1.12 by this push: new 06d3b6c GEODE-8083: Add API

[geode] branch feature/GEODE-8144 updated (37a2989 -> d5cdaf0)

2020-05-27 Thread bschuchardt
This is an automated email from the ASF dual-hosted git repository. bschuchardt pushed a change to branch feature/GEODE-8144 in repository https://gitbox.apache.org/repos/asf/geode.git. omit 37a2989 remove use of InetAddress.getLocalHost & add a sanIpAddress if there is no name for the

[geode] 01/03: modified SocketCreator to look for a hostname if one is not present and endpoint verification is enabled

2020-05-27 Thread bschuchardt
This is an automated email from the ASF dual-hosted git repository. bschuchardt pushed a commit to branch feature/GEODE-8144 in repository https://gitbox.apache.org/repos/asf/geode.git commit 03235994d7a4e0e277e38be767fe492f1c049f53 Author: Bruce Schuchardt AuthorDate: Thu May 21 14:16:11 2020

[geode] 02/03: removed test shell script

2020-05-27 Thread bschuchardt
This is an automated email from the ASF dual-hosted git repository. bschuchardt pushed a commit to branch feature/GEODE-8144 in repository https://gitbox.apache.org/repos/asf/geode.git commit ca66e3ae98d827211ff05c929f18c96b831d3220 Author: Bruce Schuchardt AuthorDate: Thu May 21 15:05:42 2020

[geode] 03/03: GEODE-8144 another attempt to fix a failing test

2020-05-27 Thread bschuchardt
This is an automated email from the ASF dual-hosted git repository. bschuchardt pushed a commit to branch feature/GEODE-8144 in repository https://gitbox.apache.org/repos/asf/geode.git commit d5cdaf09f560f84ab2adb0abde6ddb10ab3e5a7e Author: Bruce Schuchardt AuthorDate: Wed May 27 14:53:43 2020

[geode] branch develop updated (a185267 -> 53d1631)

2020-05-27 Thread zhouxj
This is an automated email from the ASF dual-hosted git repository. zhouxj pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git. from a185267 Feature/geode 8144 (#5164) add 53d1631 GEODE-8171: javadoc for putAll need to have accurate

[geode] branch support/1.13 updated: GEODE-8174: Fix ConcurrentModificationException when using JTA transaction. (#5170)

2020-05-27 Thread udo
This is an automated email from the ASF dual-hosted git repository. udo pushed a commit to branch support/1.13 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/support/1.13 by this push: new b3fd74a GEODE-8174: Fix

[geode] branch feature/GEODE-8171 updated (683306d -> 6eefa19)

2020-05-27 Thread zhouxj
This is an automated email from the ASF dual-hosted git repository. zhouxj pushed a change to branch feature/GEODE-8171 in repository https://gitbox.apache.org/repos/asf/geode.git. from 683306d remove the duplicated see java.util.Map#putAll add 6eefa19 fix based on karen's comments

[geode] branch support/1.12 updated: GEODE-8174: Fix ConcurrentModificationException when using JTA transaction. (#5169)

2020-05-27 Thread udo
This is an automated email from the ASF dual-hosted git repository. udo pushed a commit to branch support/1.12 in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/support/1.12 by this push: new 53a4b56 GEODE-8174: Fix