Re: Manually Adding exports to JDK Modules

2015-07-20 Thread mark . reinhold
2015/7/20 3:46 -0700, richard.warbur...@gmail.com: > Thanks for the information, do you have any kind of expectation in terms of > schedule when things like the module system and jlink will get merged into > a public repo? Could it happen within the next month or are we talking > months away? The

Re: Manually Adding exports to JDK Modules

2015-07-20 Thread Richard Warburton
Hi, >> In his talk at Devoxx UK Mark Reinhold demo'd a command that allows the > >> addition of custom exports for existing modules. So you can ask the > module > >> system to enable external access to a specific internal API. I can't for > >> the life of me find any documentation about, any menti

Re: Manually Adding exports to JDK Modules

2015-07-20 Thread mark . reinhold
2015/7/20 4:42 -0700, alan.bate...@oracle.com: > On 18/07/2015 14:34, Richard Warburton wrote: >> In his talk at Devoxx UK Mark Reinhold demo'd a command that allows the >> addition of custom exports for existing modules. So you can ask the module >> system to enable external access to a specific i

Re: Manually Adding exports to JDK Modules

2015-07-20 Thread Alan Bateman
On 18/07/2015 14:34, Richard Warburton wrote: Hi, In his talk at Devoxx UK Mark Reinhold demo'd a command that allows the addition of custom exports for existing modules. So you can ask the module system to enable external access to a specific internal API. I can't for the life of me find any do