Our use of Jira "Fix Version/s"

2018-11-07 Thread Kirk Lund
Does anyone have a link to a wiki page describing our use of "Fix Version/s" on Geode Jira tickets? My understanding is that when we file a ticket we leave it blank. Then when we commit a fix to develop we change the Jira ticket to "Resolved" and fill in the "Fix Version/s" with the upcoming

Re: [DISCUSS] including Java11 in the pipelines

2018-11-07 Thread Jinmei Liao
First of all, I believe all gating tests should be run in precheckin. If we make jdk11 tests gating, we should make it part of the precheckin. If we don't put them in precheckin, they should not be gating. Secondly, If we don't make jdk11 tests gating, soon they will become like windows tests,

Re: November 2018 Board Report Volunteer

2018-11-07 Thread Robert Houghton
I volunteer as tribute On Nov 7, 2018 12:42, "Anthony Baker" wrote: We need to prepare a report for the ASF Board by Nov 14. Any volunteers to write up a draft? You can review the last report [1] and use the report generator [2] to auto-fill some sections (if you have committer status).

November 2018 Board Report Volunteer

2018-11-07 Thread Anthony Baker
We need to prepare a report for the ASF Board by Nov 14. Any volunteers to write up a draft? You can review the last report [1] and use the report generator [2] to auto-fill some sections (if you have committer status). Anthony [1] https://whimsy.apache.org/board/minutes/Geode.html [2]

[PROPOSAL] New WAN callback API & Dead-letter queue example

2018-11-07 Thread Diane Hardman
WAN replication allows 2 remote data centers to maintain consistency across their data regions. There are circumstances when one data center cannot successfully process incoming events delivered over the WAN gateway and an exception is sent back to the sending data center along with the

[DISCUSS] including Java11 in the pipelines

2018-11-07 Thread Owen Nichols
Now that tests are passing under Java 11, it was recommended last week to make Java 11 tests gating for the develop pipeline. [Fyi, Windows tests are not yet gating, meaning the pipeline will success and publish artifacts even if a Windows tests fails.] Three topics merit discussion: 1) For

Re: Geode Native & Apache Geode 1.8 Release

2018-11-07 Thread Anthony Baker
Yes, I found the examples, but having a top-level guided HelloWorld walk through would be helpful. I’ll hold this thought until we publish the docs and see what’s there. Thanks, Anthony > On Nov 7, 2018, at 9:01 AM, Jacob Barrett wrote: > > There are examples that should cover this. > >>

Re: Questions about Poms and Publishing

2018-11-07 Thread Jacob Barrett
The dependency management element applies dependency constraints to first class dependencies and transitive dependencies. For example in dependency management of this say A:1 and B:2 it does not mean your module will necessarily depend on A:1 and B:2 but if the module or transitive module does

Re: Geode Native & Apache Geode 1.8 Release

2018-11-07 Thread Jacob Barrett
There are examples that should cover this. > On Nov 7, 2018, at 8:47 AM, Anthony Baker wrote: > > I think the source headers and LICENSE are in good shape. I was able to > follow BUILDING.md on macOS. At some point it would be nice to provide a > simple a quick start guide (e.g. How to

Re: Geode Native & Apache Geode 1.8 Release

2018-11-07 Thread Anthony Baker
I think the source headers and LICENSE are in good shape. I was able to follow BUILDING.md on macOS. At some point it would be nice to provide a simple a quick start guide (e.g. How to create a geode-native app in 5 simple steps). Perhaps that is already included in the docs though. Anthony

LGTM Project Name Change

2018-11-07 Thread Jacob Barrett
All, The LGTM project name for Geode has changed to match our GitHub name, dropping the old incubator prefix. You can now find it at https://lgtm.com/projects/g/apache/geode. -Jake