ninjaframework / ninja

Ninja is a full stack web framework for Java. Rock solid, fast and super productive.
http://www.ninjaframework.org
Apache License 2.0
1.91k stars 518 forks source link

Compatible with JDK14? #682

Closed davidgiga1993 closed 4 years ago

davidgiga1993 commented 4 years ago

Hello, I coudn't find an answer to this question but which JDK version is supported by ninja? My best guess was that some dependency might still require 8 or 11?

raphaelbauer commented 4 years ago

It's 11 right now.

On Fri, May 15, 2020 at 8:56 AM David notifications@github.com wrote:

Hello, I coudn't find an answer to this question but which JDK version is supported by ninja? My best guess was that some dependency might still require 8 or 11?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ninjaframework/ninja/issues/682, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD76KGMCWZQEUJZMB4FNELRRTRSXANCNFSM4NBKAKCQ .

raphaelbauer commented 4 years ago

We did not test it on newer JDK versions. If you got any feedback let us know!

I don't see any big obstacles.

Cheers,

Raphael

On Fri, May 15, 2020 at 11:07 AM Raphael André Bauer < raphael.andre.bauer@gmail.com> wrote:

It's 11 right now.

On Fri, May 15, 2020 at 8:56 AM David notifications@github.com wrote:

Hello, I coudn't find an answer to this question but which JDK version is supported by ninja? My best guess was that some dependency might still require 8 or 11?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ninjaframework/ninja/issues/682, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD76KGMCWZQEUJZMB4FNELRRTRSXANCNFSM4NBKAKCQ .

davidgiga1993 commented 4 years ago

After some extensive testing I couldn't find any issues so far 👍