Re: [VOTE] Apache Geode 1.9.0 RC2

2019-04-15 Thread Anthony Baker
Go for it. > On Apr 15, 2019, at 11:16 AM, Sai Boorlagadda > wrote: > > Thanks Dan & Anthony, I will build RC3. > > I am also cherry-picking GEODE-3948 which was fixed on develop (last > friday) as it seems like a good improvement. Any objections? > > Sai > > On Mon, Apr 15, 2019 at 11:13 AM

Re: [VOTE] Apache Geode 1.9.0 RC2

2019-04-15 Thread Sai Boorlagadda
Thanks Dan & Anthony, I will build RC3. I am also cherry-picking GEODE-3948 which was fixed on develop (last friday) as it seems like a good improvement. Any objections? Sai On Mon, Apr 15, 2019 at 11:13 AM Anthony Baker wrote: > To fix this error, we need to change the type of exception we ca

Re: [VOTE] Apache Geode 1.9.0 RC2

2019-04-15 Thread Anthony Baker
To fix this error, we need to change the type of exception we catch on this line: https://github.com/apache/geode/blob/develop/build.gradle#L99 to ‘org.ajoberstar.grgit.exception.GrgitException’ Anthony > On Apr 15, 2019, at 10:

Re: [VOTE] Apache Geode 1.9.0 RC2

2019-04-15 Thread Anthony Baker
Custom properties can be set in ~/.gradle/gradle.properties so you don’t need to modify the project properties. I’m also getting this error: 🔌 1:16 in apache-geode-1.9.0-src/ › ./gradlew build FAILURE: Build failed with an exception. * Where: Build file '/Users/abaker/working/apache-geode-1.9

Re: [VOTE] Apache Geode 1.9.0 RC2

2019-04-15 Thread Dan Smith
Hi Sai, It looks like you left some signing properties in gradle.properties in the source distribution. Building the source distribution is failing with this error to this. Maybe you could make a clean source distribution and re-upload it? 1: Task failed with an exception. --- * What went

[VOTE] Apache Geode 1.9.0 RC2

2019-04-12 Thread Sai Boorlagadda
Hello, Geode dev community, This is the second release candidate for Apache Geode, version 1.9.0. Thanks to all the community members for their contributions to this release! Please do a review and give your feedback. The deadline is before 5 PM PST Wed April 17th, 2019. This release resolve