Clearify versioning

This clearifies that JNA was used before 17, rather than implying it purely by referencing to "17+"
This commit is contained in:
ShalokShalom 2024-12-27 11:18:03 +01:00 committed by GitHub
parent 3057a75baf
commit 81378e78a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,7 +109,7 @@ Dtype-next has support for Java versions 8-15, 17+, and GraalVM, but is focused
strongly on array-based programming, as well as being focused on keeping memory strongly on array-based programming, as well as being focused on keeping memory
in the native side rather than marshaling data to and from Clojure-native in the native side rather than marshaling data to and from Clojure-native
structures. In Java 17+, this uses the Foreign Function & Memory API (a part of structures. In Java 17+, this uses the Foreign Function & Memory API (a part of
Project Panama until stabilization in JDK 22), while in other Java versions it Project Panama until stabilization in JDK 22), while in the Java versions before 17, it
uses JNA. uses JNA.
Tech.jna and clojure-jna both use the JNA library in all cases, and neither Tech.jna and clojure-jna both use the JNA library in all cases, and neither