Re: Review request for JDK-8168005: Introduce namespaces for GET, SET Dynalink operations

2016-10-28 Thread Attila Szegedi
Thank you; can I consider this an approval on your part? > On 27 Oct 2016, at 15:05, Hannes Wallnöfer > wrote: > > Hi Attila, > > this looks good. Very nice work, the new API is indeed much nicer! > > Hannes > >> Am 26.10.2016 um 12:48 schrieb Attila Szegedi

Re: RFR: 8148924: Inconsistent "this" context in JSAdapter adaptee function calls

2016-10-28 Thread Attila Szegedi
+1 > On 25 Oct 2016, at 16:45, Hannes Wallnöfer > wrote: > > Please review: > > Bug: https://bugs.openjdk.java.net/browse/JDK-8148924 > Webrev: http://cr.openjdk.java.net/~hannesw/8148924/webrev/ > > Thanks, > Hannes

dynalink alternative for jdk8

2016-10-28 Thread Paulo Lopes
Hi everyone, I'm working with eclipse vert.x project javascript support and one thing we would like to achieve was to simplify our bindings code by having what could be done with dynalink to provide "automatic" conversion between: JSObject <--> io.vertx.core.json.JsonObject We do not want to

Re: RFR: 8148924: Inconsistent "this" context in JSAdapter adaptee function calls

2016-10-28 Thread Jim Laskey (Oracle)
+1 > On Oct 25, 2016, at 11:45 AM, Hannes Wallnöfer > wrote: > > Please review: > > Bug: https://bugs.openjdk.java.net/browse/JDK-8148924 > Webrev: http://cr.openjdk.java.net/~hannesw/8148924/webrev/ > > Thanks, > Hannes