From bd3464197245aafd583a9ae5a9797d16c0a4324c Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Wed, 19 Dec 2018 21:00:45 +0000 Subject: [PATCH] more javadocs tweaks; update changes for java 8 git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/jdk8@1244 f203690c-595d-4dc9-a70b-905162fa7fd2 --- pom.xml | 1 - src/changes/changes.xml | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 949761d..d8edf4c 100644 --- a/pom.xml +++ b/pom.xml @@ -274,7 +274,6 @@ 128m 512 - -accessibility,-missing https://docs.oracle.com/javase/8/docs/api/ http://docs.oracle.com/javaee/5/api/ diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3d1160d..632d0a8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -4,6 +4,31 @@ Tim McCune + + + Jackcess now requires a Java 8+ runtime. As part of this update, all + dependencies have been updated to their latest versions. + + + Add support for Java 8 Temporal types. Date/time fields will now + accept as input most Temporal types (e.g. LocalDate, LocalTime, + LocalDateTime, etc). Additionally, date/time fields can optionally be + changed to output LocalDateTime instead of Date. This behavior is + configurable on a per-Database basis by setting the DateTimeType for + the database. All Date based APIs now have a parallel LocalDateTime + API. Note that only one of those will work depending on how + the Database is configured. The legacy Date support will be the + default initially, but is deprecated and may be removed in the future. + + + Add support for Path. Existing File based APIs now have parallel + versions which utilize Path. + + + The Apache commons-lang dependency has been replaced with + commons-lang3. + + Implement the majority of the missing standard functions: -- 2.39.5