]> source.dussan.org Git - jackcess.git/commitdiff
update docs
authorJames Ahlborn <jtahlborn@yahoo.com>
Sat, 16 Jan 2021 16:10:51 +0000 (16:10 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sat, 16 Jan 2021 16:10:51 +0000 (16:10 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/modules@1349 f203690c-595d-4dc9-a70b-905162fa7fd2

src/site/xdoc/index.xml

index 9172845f8d356036d3272d06679c6309a0e909da..3f9786cfc354f25d312966bf78f0f55d7ecf810d 100644 (file)
         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