Apache Geode PMC quarterly report: DRAFT for your review

2019-02-12 Thread Dave Barnes
Please respond by noon tomorrow. Pretty complete, as far as I know, except for public events and presentations. Thanks, Dave Description: Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency perform

Re: [DISCUSS] Static analysis of statics

2019-02-12 Thread Bill Burcham
I think the @Immutable anno in *Java Concurrency and Practice* is a class annotation—not a field one. Looking at that PR, it looks like this @Immutable anno is usable both on a type (class) and on a field. Is that an oversight? If not, then what does it mean? Does @Immutable on a field mean both: