> On Jan 2, 2017, at 11:20 PM, Peter Levart wrote:
>
> Hi Matthew,
>
> On 01/03/2017 04:28 AM, Matthew Hall wrote:
>> I'm a member of the JDBI [1] project, an open source SQL access library
>> atop JDBC.
>>
>> A major part of our API provides implementations of declarative interfaces
>> define
On Jan 2, 2017, at 11:33 PM, Alan Bateman wrote:
>
> On 03/01/2017 07:17, Remi Forax wrote:
>
>> I do not think that the workaround to create a Lookup object by reflection
>> works with 9 given that java.lang.invoke is not declared as an open package.
>>
>> John Rose has proposed to add a meth
On 03/01/2017 07:17, Remi Forax wrote:
I do not think that the workaround to create a Lookup object by reflection
works with 9 given that java.lang.invoke is not declared as an open package.
John Rose has proposed to add a method to get a private Lookup object through
sun.misc.Unsafe but as f
Hi Matthew,
On 01/03/2017 04:28 AM, Matthew Hall wrote:
I'm a member of the JDBI [1] project, an open source SQL access library
atop JDBC.
A major part of our API provides implementations of declarative interfaces
defined by users (similar to MyBatis). Interface methods may be default (in
which
I do not think that the workaround to create a Lookup object by reflection
works with 9 given that java.lang.invoke is not declared as an open package.
John Rose has proposed to add a method to get a private Lookup object through
sun.misc.Unsafe but as far as i know, this proposal goes nowhere.