my2iu / Jinq

LINQ-style queries for Java 8
Other
659 stars 71 forks source link

Java 13 supported? #89

Closed Flying--Dutchman closed 4 years ago

Flying--Dutchman commented 4 years ago

Is the current Jinq release compatible with Java 13?

my2iu commented 4 years ago

Possibly. I updated the underlying bytecode libraries to ones that support Java 14 last week, but I haven’t bothered downloading Java 13 or Java 13 compatible versions of Hibernate to test.

Flying--Dutchman commented 4 years ago

I'm running Java 13 and I didn't run into any errors so far.

Would like to thank you very much for this library. As somenone who comes from the C# and LINQ world, this library is godsend. You did an amazing job, thank you!