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.8k stars 377 forks source link

New Release #99

Closed lburgazzoli closed 4 years ago

lburgazzoli commented 4 years ago

I'm using jOOR to dynamically compile java classes in a Apache Camel subproject (https://github.com/apache/camel-k-runtime) and I'm currently experiencing the issue https://github.com/jOOQ/jOOR/issues/93.

I saw that the issue has been fixed so wonder if there is any chance to get a new release out.

lukaseder commented 4 years ago

Thanks for the ping. Yeah, we can probably release this week. There isn't really a strategy here, so any time works. Will update this issue when released.

lukaseder commented 4 years ago

I have released 0.9.13. It should be on Maven Central, shortly

lburgazzoli commented 4 years ago

Thank you @lukaseder