[GitHub] geode-native pull request #114: GEODE-2729: Remove global variables

2017-08-10 Thread dgkimura
Github user dgkimura closed the pull request at: https://github.com/apache/geode-native/pull/114 --- 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

[GitHub] geode-native pull request #114: GEODE-2729: Remove global variables

2017-08-07 Thread dgkimura
GitHub user dgkimura opened a pull request: https://github.com/apache/geode-native/pull/114 GEODE-2729: Remove global variables - Remove CacheImpl::getInstance calls - Converted PdxTypeRegistry clear to non-static method - Adding Type Registry to cpp code as a public object.