diff options
Diffstat (limited to 'src/site/xdoc/index.xml')
-rw-r--r-- | src/site/xdoc/index.xml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 3f9786c..6cef4a6 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -21,12 +21,10 @@ <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. + While Jackcess <i>still only requires Java 8+</i>, as of the 4.0.0 + release it now includes an Automatic-Module-Name of + <code>com.healthmarketscience.jackcess</code> in its manifest. This + allows it to be used in the module path for Java 9+ projects. </p> <p> This release is binary compatible with the 3.x release series. |