Require JDK 21+? #50
bishabosha
started this conversation in
Ideas
Replies: 2 comments 1 reply
|
also if we do require this, then is there a good experience in tooling when a dependency requires a minimum JDK? - if not can we specialise for toolkit? |
1 reply
|
Yes, I think it would make sense to require JDK 21. We are still in experimental phase, so by the time we release a stable version, JDK 21 will be more widespread. Also the Toolkit is mostly made for scripting and prototyping. If anyone needs more compatibility they can still pick parts of the Toolkit, and older versions of the libraries. The Toolkit is more about what we recommend as the default for the masses. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
So far in toolkit we are mostly recommending a blocking style. Are we any where near providing a good experience in toolkit with full support for virtual threads? - it seems the jdk http client (provided with sttp) is ready for virtual threads - and next we are considering web servers / database clients
All reactions