Re: Geode Native & Apache Geode 1.8 Release

2018-11-05 Thread Ernest Burghardt
geode-native should be ready to go now On Tue, Oct 30, 2018 at 2:56 PM Dave Barnes wrote: > unix_index.html and win_index.html cannot simply be removed, as they're > referenced by Cmake. I created a ticket to address this: > https://issues.apache.org/jira/browse/GEODE-5958. > > On Tue, Oct 30, 2

Re: [PROPOSAL] --add-opens for Java 11 support

2018-11-05 Thread Dan Smith
Regarding -add-opens for reflection - I misunderstood. I thought you were saying we need --add-opens for *all* reflection. But it sounds like we are doing reflection on the JDK classes themselves. If that is the case I agree we need --add-opens until we fix that. -Dan On Mon, Nov 5, 2018 at 8:41

Re: [PROPOSAL] --add-opens for Java 11 support

2018-11-05 Thread Jinmei Liao
Dan, are you saying we do or do not need --add-opens for reflection? The opens directive is for open up classes in its own modules for reflection. I don't think we can use that to open up jdk's packages, can we? On Fri, Nov 2, 2018 at 3:52 PM Dan Smith wrote: > I guess I'm ok with documenting th