diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2021-01-16 16:10:51 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2021-01-16 16:10:51 +0000 |
commit | 08d31ee46e521a7231f70d17a5f9b33d75f3af2a (patch) | |
tree | 950da99179c0d432fe97feecba57fe083e0261e3 | |
parent | e358751fe03e48b2d53fa1c104ee2623bc14c58c (diff) | |
download | jackcess-08d31ee46e521a7231f70d17a5f9b33d75f3af2a.tar.gz jackcess-08d31ee46e521a7231f70d17a5f9b33d75f3af2a.zip |
update docs
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/modules@1349 f203690c-595d-4dc9-a70b-905162fa7fd2
-rw-r--r-- | src/site/xdoc/index.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 9172845..3f9786c 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -19,6 +19,20 @@ Questions</a> for more info. </p> + <subsection name="Java 9+ Compatibility (2021-TBD)"> + <p> + While Jackcess still only requires Java 8+, as of the 4.0.0 release + it now includes an Automatic-Module-Name of + <code>com.healthmarketscience.jackcess</code> in its manifest. That + allows it to be used in the module path for Java 9+ projects. Note + that using jackcess as a module requires enabling the + <code>java.sql</code> module. + </p> + <p> + This release is binary compatible with the 3.x release series. + </p> + </subsection> + <subsection name="Java 8+ Support (2019-02-08)"> <p> Jackcess now requires Java 8+ as of the 3.0.0 release. All third |