Re: JDK 9 b148 including a refresh of the module system is available on java.net

2016-12-09 Thread Rory O'Donnell
Hi Niclas, The setAccessible javadoc has everything. Alternatively, more background on the proposal in this mail: http://mail.openjdk.java.net/pipermail/jpms-spec-experts/2016-October/000430.html Rgds,Rory On 09/12/2016 10:34, Niclas Hedhman wrote: Rory, do you have a pointer to where the

Re: JDK 9 b148 including a refresh of the module system is available on java.net

2016-12-09 Thread Niclas Hedhman
Rory, do you have a pointer to where the implications of setAccessible() vs module system is explained in detail? We are heavily "hacking"[1] things and would like to get a handle on how we might be affected in the long-run. Thanks Niclas, on behalf of Apache Zest On Fri, Dec 9, 2016 at 6:12

JDK 9 b148 including a refresh of the module system is available on java.net

2016-12-09 Thread Rory O'Donnell
Hi Paul, JDK 9 build b148 includes an important Refresh of the module system [1] , summary of changes are listed here . *This refresh includes a disruptive change that is important to understand.

Re: org.apache.zest.io an org.apache.zest.functional

2016-12-09 Thread Paul Merlin
Niclas Hedhman a écrit : > No feedback should be interpreted as either; "Yeah, that is all good, > nothing to add" or "Community has fallen asleep" > > You know that I typically don't sleep... :-) It is all good. Hehe :) I'll proceed and merge then. > On Thu, Dec 8, 2016 at 9:47 PM, Paul

Re: SPI or @Structure

2016-12-09 Thread Paul Merlin
Niclas Hedhman a écrit : > That is why I have replace "Module" with the injection of the factories, > which I think is the appropriate pattern. > > Otherwise, we should then say, why doesn't Module implement the TypeLookup > and EntityStore methods and "delegate all the nifty details to the >