diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | src/site/xdoc/index.xml | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -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> diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 7dd82ef..326735a 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -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 |