<item name="SourceForge Project" href="https://sourceforge.net/projects/jackcess/"/>
<item name="Cookbook" href="cookbook.html"/>
<item name="Upgrading to Jackcess 4.x" href="jackcess-4.html"/>
- <item name="Upgrading to Older Versions" href="jackcess_upgrades.html"/>
+ <item name="Upgrading to Older Versions" href="jackcess_upgrades.html" collapse="true">
+ <item name="Jackcess 3.5.x" href="jackcess-3_5.html"/>
+ <item name="Jackcess 3.x" href="jackcess-3.html"/>
+ <item name="Jackcess 2.x" href="jackcess-2.html"/>
+ </item>
<item name="FAQ" href="faq.html"/>
<item name="Support" href="https://sourceforge.net/projects/jackcess/support"/>
<item name="Jackcess Encrypt" href="https://jackcessencrypt.sourceforge.io/"/>
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.
+ allows it to be used safely in the module path for Java 9+ projects.
</p>
<p>
This release is binary compatible with the 3.x release series.
behavior of Jackcess out of the box. The old behavior is still
available, but you must now configure it explicitly.
<ul>
- <li><b>DateTypeType default has been changed to
+ <li><b>DateTimeType default has been changed to
LOCAL_DATE_TIME.</b></li>
<ul>
<li>The Jackcess API was originally built using the Date type
<body>
<section name="Upgrading to Older Versions">
- <ul>
- <li><a href="jackcess-3_5.html">Upgrading to Jackcess 3.5.x</a></li>
- <li><a href="jackcess-3.html">Upgrading to Jackcess 3.x</a></li>
- <li><a href="jackcess-2.html">Upgrading to Jackcess 2.x</a></li>
- </ul>
+ <subsection name="Overview">
+ <table>
+ <tr><th>Document</th></tr>
+ <tr><td><a href="jackcess-3_5.html">Upgrading to Jackcess 3.5.x</a></td></tr>
+ <tr><td><a href="jackcess-3.html">Upgrading to Jackcess 3.x</a></td></tr>
+ <tr><td><a href="jackcess-2.html">Upgrading to Jackcess 2.x</a></td></tr>
+ </table>
+ </subsection>
</section>
</body>