Re: Request for contributor permissions

2019-06-19 Thread Jacob Barrett
Maria, There are no special permissions to contribute. Please read https://cwiki.apache.org/confluence/display/GEODE/How+to+Contribute for details about contributing. Contributions can be made via GitHub’s pull request

Request for contributor permissions

2019-06-19 Thread Maria Shtutman
Hello Geode Apache Commons team, I would like to start to contribute to Geode project, hence I request contributor permissions. Thanks, Maria Shtutman

Re: Unnecessary uses of final on local variables

2019-06-19 Thread Kirk Lund
Thanks for the very thoughtful and well-worded reply, Bill. I would certainly welcome further discussion on how and where to consistently use the final keyword (if that's desirable), especially within the context of reviewing pull requests. On Wed, Jun 19, 2019 at 11:23 AM Bill Burcham wrote: >

Re: [PROPOSAL]: Improve OQL Method Invocation Security

2019-06-19 Thread Jacob Barrett
Thanks Juan! > On Jun 19, 2019, at 9:55 AM, Juan José Ramos wrote: > > Hello all, > > I've removed all "biased" words I could find from the original document so > the *Proposal [1]* is ready for review and discussion now. All feedback is > welcome. > Best regards. > > [1]: >

Re: Unnecessary uses of final on local variables

2019-06-19 Thread Bill Burcham
-1 to the proposal as I understand it: Premise: a. Because the "final" modifier on local variables serves no function other than to inform compiler optimization and… b. because the compiler can tell if a variable is "effectively final" without an explicit "final" modifier in the source code

Re: Unnecessary uses of final on local variables

2019-06-19 Thread Udo Kohlmeyer
I agree with Darrel, Bill has made some very compelling arguments. I also add my vote of -1 to remove "noisy" final keywords from local variables. I am VERY interested in understanding how the JVM would handle this, as final is a keyword that stops the reassignment of the variable with

Re: [PROPOSAL]: Improve OQL Method Invocation Security

2019-06-19 Thread Juan José Ramos
Hello all, I've removed all "biased" words I could find from the original document so the *Proposal [1]* is ready for review and discussion now. All feedback is welcome. Best regards. [1]: https://cwiki.apache.org/confluence/display/GEODE/OQL+Method+Invocation+Security On Fri, Jun 14, 2019 at

Re: Apache Geode 1.10 release

2019-06-19 Thread Anthony Baker
The nominal schedule as discussed previously [1] is quarterly. I think we avoided doing a 1.10 release this quarterly so probably the next one is Q3 2019…August / September? Anthony [1]

Re: Unnecessary uses of final on local variables

2019-06-19 Thread Darrel Schneider
I find Bill's argument of using final by default on everything convincing and removing it when you have something that needs to be changed. It is not in keeping with my current practice but I'm willing to change. So I vote -1 to not using "final" on local variables. On Wed, Jun 19, 2019 at 7:29

Re: Unnecessary uses of final on local variables

2019-06-19 Thread Anthony Baker
Just to confirm, the primary place where we make project decisions is on the dev@geode list. Thanks! Anthony > On Jun 19, 2019, at 7:19 AM, Bill Burcham wrote: > > I feel that a lot more > conversation is needed, outside email. On the other hand, this mailing list > is a fine place to

Re: Unnecessary uses of final on local variables

2019-06-19 Thread Bill Burcham
Shorter methods are better! Code is indeed better when it's understandable in smaller chunks. The reason shorter methods are better is because there is less you have to hold in your mind when evaluating them. That's why I make fields, method parameters, and local variables final by default—when

Apache Geode 1.10 release

2019-06-19 Thread Mario Kevo
Hi all, I saw that on Wiki pages is not updated when should be next Geode release? Does anyone know when it is planned? Thanks in advance, Mario