The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| jackcess-3.0.0.jar | 2019-02-09 | 1.3 MB | |
| jackcess-3.0.0-sources.jar | 2019-02-09 | 745.8 kB | |
| README.txt | 2019-02-09 | 944 Bytes | |
| Totals: 3 Items | 2.0 MB | 0 | |
Jackcess 3.0.0 Release ====================== - 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