Browse Source

update site docs for 3.0.0 release

git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1279 f203690c-595d-4dc9-a70b-905162fa7fd2
tags/jackcess-3.0.0
James Ahlborn 5 years ago
parent
commit
116fad0ad4
2 changed files with 12 additions and 1 deletions
  1. 1
    1
      pom.xml
  2. 11
    0
      src/site/xdoc/index.xml

+ 1
- 1
pom.xml View File

@@ -3,7 +3,7 @@
<parent>
<groupId>com.healthmarketscience</groupId>
<artifactId>openhms-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>

+ 11
- 0
src/site/xdoc/index.xml View File

@@ -19,6 +19,17 @@
for more info.
</p>

<subsection name="Java 8+ Support (TBD)">
<p>
Jackcess now requires Java 8+ as of the 3.0.0 release. All third
party dependencies have been updated to the latest versions.
Jackcess now supports Java 8+ data types like LocalDateTime and
Path. Databases can now optionally return Date values (legacy,
backwards compatible) or LocalDateTime values. See <a href="apidocs/com/healthmarketscience/jackcess/DateTimeType.html">DateTimeType</a>
for more details.
</p>
</subsection>

<subsection name="Expression Evaluation (2018-09-08)">
<p>
Have you ever wished that Jackcess could handle field "default

Loading…
Cancel
Save