jOOQ / jOOR

jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
http://www.jooq.org/products
Apache License 2.0
2.81k stars 376 forks source link

Further fixes when proxying interfaces with default methods in JPMS #54

Open lukaseder opened 6 years ago

lukaseder commented 6 years ago

There are further problems to be expected when proxying interfaces with default methods in JPMS. See https://twitter.com/rafaelcodes/status/984462089195606016 for details.

We'll fix this once people run into this problem - not sure yet if this is really a problem in general.