Re: [VOTE] Requiring final keyword on every parameter and local variable

2021-04-22 Thread Kirk Lund
It's past the announced deadline so I've counted the results of our vote to require 'final' keyword on all local variables and method/constructor parameters. I am interpreting this vote as a procedural issue [1], and I counted votes by PMC members as "binding votes" and votes by all other particip

Re: [VOTE] Requiring final keyword on every parameter and local variable

2021-04-22 Thread Kirk Lund
Voting and discussion are closed for now. I'll count up the votes and post a summary soon. -Kirk On Thu, Apr 22, 2021 at 7:54 AM Bruce Schuchardt wrote: > Kirk speaks my mind. -1 on this requirement > > On 4/21/21, 11:29 AM, "Kirk Lund" wrote: > > -1 as I've already explained in my DISCU

[ANNOUNCE] Apache Geode 1.12.2

2021-04-22 Thread Owen Nichols
The Apache Geode community is pleased to announce the availability of Apache Geode 1.12.2. Apache Geode is a data management platform that provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with hig

[RFC PROPOSAL] Geode Command to replicate region data from one site to another connected via WAN

2021-04-22 Thread Alberto Gomez
Hi all, In the following link you can find a proposal to introduce a Geode command to replicate region data between sites connected via WAN. https://cwiki.apache.org/confluence/display/GEODE/Geode+Command+to+replicate+region+data+from+one+site+to+another+connected+via+WAN As per RFC guidelines,

Re: [VOTE] Requiring final keyword on every parameter and local variable

2021-04-22 Thread Bruce Schuchardt
Kirk speaks my mind. -1 on this requirement On 4/21/21, 11:29 AM, "Kirk Lund" wrote: -1 as I've already explained in my DISCUSS thread for this topic, I don't think final gives sufficient benefit for local variables or method parameters because it only prevents reassigning object p