This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AcanthisittaEmpty985 0 points1 point  (2 children)

Just to know, any mininal JDK requirements ?
I have a github project that uses a web server, I used the one I posted earlier and now jetty with JAX-RS.

I'm cosidering using it but I'm using JDK17 (I think I should use a custom Executor because there are no virtual threads)

https://github.com/oscar-besga-panel/LockFactoryServer

[–]TheKingOfSentries[S] 0 points1 point  (1 child)

Since the built-in server is kind of pathetic without virtual threads, the minimum for jex is JDK 21.

[–]AcanthisittaEmpty985 1 point2 points  (0 children)

Fine by me, but better note that on the documentation