Broken: apache/geode-examples#140 (develop - 0c21f6c)

2017-10-26 Thread Travis CI
Build Update for apache/geode-examples - Build: #140 Status: Broken Duration: 9 minutes and 12 seconds Commit: 0c21f6c (develop) Author: zhouxh Message: GEODE-3789: rename a test data class and fix some typos and grammars This closes #35 View the changeset: h

[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #721 was SUCCESSFUL (with 2187 tests)

2017-10-26 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #721 was successful. --- Scheduled 2189 tests in total. https://build.spring.io/browse/SGF-NAG-721/ -- This

Re: [VOTE] Apache Geode release - 1.3.0 RC4

2017-10-26 Thread Jared Stewart
+1 Built from source and performed basic operations against a small cluster. > On Oct 26, 2017, at 11:54 AM, Swapnil Bawaskar wrote: > > This is the fourth release candidate for Apache Geode, version 1.3.0. > Thanks to all the community members for their contributions to this > release! > > **

Broken: apache/geode-examples#134 (develop - 1ab4c24)

2017-10-26 Thread Travis CI
Build Update for apache/geode-examples - Build: #134 Status: Broken Duration: 4 minutes and 53 seconds Commit: 1ab4c24 (develop) Author: Xiaojian Zhou Message: Merge pull request #34 from apache/feature/GEODE-3789 Feature/geode 3789 View the changeset: https

Re: [VOTE] Apache Geode release - 1.3.0 RC4

2017-10-26 Thread Bruce Schuchardt
+1 geode examples "build runAll" passes used gfsh to create, populate, query and shutdown a cluster built several of my own apps and ran them with the RC. Throughput on performance tests looked good. On 10/26/17 11:54 AM, Swapnil Bawaskar wrote: This is the fourth release candidate for Apa

Re: [VOTE] Apache Geode release - 1.3.0 RC4

2017-10-26 Thread Dan Smith
+1 - passed geode-release-check https://github.com/upthewaterspout/geode-release-check On Thu, Oct 26, 2017 at 2:17 PM, Bruce Schuchardt wrote: > Thanks Anthony > > > > On 10/26/17 1:48 PM, Anthony Baker wrote: > >> From the release steps page: >> https://cwiki.apache.org/confluence/display/GE

Re: [Discussion] Native - Dropping exceptions from Region::getAll

2017-10-26 Thread Jacob Barrett
Ok I’m calling this one closed. We are going to drop the exceptions map and change the function to return the entry map only. > On Oct 23, 2017, at 11:53 AM, Mark Hanson wrote: > > +1 for dropping the exceptions map. >> On Oct 23, 2017, at 10:36 AM, Ernest Burghardt wrote: >> >> +1 drop excep

Re: [VOTE] Apache Geode release - 1.3.0 RC4

2017-10-26 Thread Bruce Schuchardt
Thanks Anthony On 10/26/17 1:48 PM, Anthony Baker wrote: From the release steps page: https://cwiki.apache.org/confluence/display/GEODE/Release+Steps ./gradlew -PgeodeReleaseUrl=https://dist.apache.org/repos/dist/dev/geode/{version}.RC# -PgeodeRepositoryUrl=https://repository.apache.org/con

[VOTE] Native Region::registerAllKeys

2017-10-26 Thread Jacob Barrett
+1 remove optional parameter and return void. > On Oct 23, 2017, at 10:35 AM, Jacob Barrett wrote: > > This function has an optional out variable to capture the list of keys that > get registered in this function. There are no tests that test the behavior of > the function where the out varia

Re: [VOTE] Apache Geode release - 1.3.0 RC4

2017-10-26 Thread Anthony Baker
- Checked sigs and hashes - Binaries and source have same commit sha - Maven looks good - No binaries in source +1 Anthony > On Oct 26, 2017, at 11:54 AM, Swapnil Bawaskar wrote: > > This is the fourth release candidate for Apache Geode, version 1.3.0. > Thanks to all the community members f

Re: [VOTE] Apache Geode release - 1.3.0 RC4

2017-10-26 Thread Anthony Baker
From the release steps page: https://cwiki.apache.org/confluence/display/GEODE/Release+Steps ./gradlew -PgeodeReleaseUrl=https://dist.apache.org/repos/dist/dev/geode/{version}.RC# -PgeodeRepositoryUrl=https://repository.apache.org/content/repositories/orgapachegeode-{} build runAll Anthony

Re: [Discussion] Native - Should C++ client support wchar_t type?

2017-10-26 Thread Jacob Barrett
I think we should get rid of it. There are plenty of discussions out there around C++ strings and how they relate to Unicode. Wide string does not mean Unicode. The general consensus I have seen is to just use char and require UTF-8 encoding. We have lots of confusion in our code around whether

Re: [VOTE] Apache Geode release - 1.3.0 RC4

2017-10-26 Thread Bruce Schuchardt
Would someone please post how to get the examples to work when the new release candidate isn't in the normal maven repo? Maybe we could put this in the readme.md for the examples On 10/26/17 11:54 AM, Swapnil Bawaskar wrote: This is the fourth release candidate for Apache Geode, version 1.3.0

Errored: apache/geode-examples#131 (rel/v1.3.0.RC4 - 4ff8f8e)

2017-10-26 Thread Travis CI
Build Update for apache/geode-examples - Build: #131 Status: Errored Duration: 1 minute and 38 seconds Commit: 4ff8f8e (rel/v1.3.0.RC4) Author: Swapnil Bawaskar Message: - removing SNAPSHOT from release version - change geode distribution extenstion from tar.gz

[Discussion] Native - Should C++ client support wchar_t type?

2017-10-26 Thread David Kimura
While working on removing out parameters, we noticed code that makes assumption that wchar_t is always 16 bits. virtual void PdxInstance::getField(const char* fieldName, wchar_t& value) const = 0; void PdxInstanceImpl::getField(const char* fieldname, wchar_t& value) const { auto dataInput = g

[VOTE] Apache Geode release - 1.3.0 RC4

2017-10-26 Thread Swapnil Bawaskar
This is the fourth release candidate for Apache Geode, version 1.3.0. Thanks to all the community members for their contributions to this release! *** Please download, test and vote by Sunday, October 29, 1200 hrs US Pacific. *** It fixes 376 issues. release notes can be found at: https://issues.

Re: questions on licenses and code in Apache Geode

2017-10-26 Thread Anthony Baker
Hi Luisa, I think your question would be best handled by the cloud foundry build pack team. Here’s a slack channel that might be helpful: https://cloudfoundry.slack.com/messages/C03F5ELTK/ Anthony > On Oct 26, 2017, at 1:38 AM, Luisa Pace wrote: > > Hi team, > I kindly ask you if you can he

Re: [VOTE] Apache Geode release - 1.3.0 RC3

2017-10-26 Thread Swapnil Bawaskar
This vote is cancelled. I will create one more release candidate. On Thu, Oct 26, 2017 at 6:39 AM Dan Smith wrote: > Looks like this RC is still a no go due to the missing signatures Anthony > pointed out. Swap, when you fix that can you create a new release candidate > or at least send out a ne

Spring Data Geode vs. Spring Data GemFire; what's the diff?

2017-10-26 Thread John Blum
Greetings Apache Geode devs/users- For those of you also using *Spring Data Geode* with Apache Geode, and possibly considering moving to Pivotal GemFire, I have just wrote a blog post on spring.io/blog to discuss the differences between *Spring Data Geode* and *Spring Data GemFire* along with indi

Geode program at SpringOne Platform conference - see session details!

2017-10-26 Thread Jagdish Mirani
Hello Geode community: I have some exciting news for you! We have a great lineup of Geode related sessions at the SpringOne Platform conference this year - you can see the lineup here . The conference has a broad agenda - so you're also likely to find many sess

questions on licenses and code in Apache Geode

2017-10-26 Thread Luisa Pace
Hi team, I kindly ask you if you can help me or redirect this email to the responsible people. I am an IBM employee working in legal team and my goal is to analyze with some software tools the source code and the license of all open sources and their dependencies to check if they can be include