Fork me on GitHub
#cljdoc
<
2022-11-25
>
Matthew Davidson (kingmob)04:11:50

🙏 Terima kasih! As they say in Bahasa Indonesian.

lread05:11:10

You are most welcome @kingmob, thanks for getting us moving on this one.

Matthew Davidson (kingmob)09:11:29

The fun part is, the treadmill never ends! Loom and vthreads will lead to dozens of libs that require JDK 19+

lread15:11:32

Yeah true. For jdk19 support we'll likely want the :jdk-version config due the the Thread/sleep interop issue. And I'm still thinking static api analysis via clj-kondo will make for a nice JDK agnostic alternative.

lread15:11:39

There are some older libs that rely on JDK8 specific classes too, Which we aren't addressing currently.