Skip to content

Releases: SubiyaCryolite/jds

v1.170531

31 May 12:55
Compare
Choose a tag to compare
  • Added support for listeners via four new interfaces:
    • JdsPostLoadListener
    • JdsPostSaveListener
    • JdsPreLoadListener
    • JdsPreSaveListener
  • New save implementation relies on one SQL connection. This is primarily to assist with SQLites file-locking interrupting embedded object saves, but also for performance.

1.170531b

31 May 14:25
Compare
Choose a tag to compare
  • New save implementation relies on one SQL connection. This is primarily to assist with SQLites file-locking interrupting embedded object saves, but also for performance.
  • Added new enhancement to embedded object array saves as well
  • Added support for listeners via four new interfaces:
    • JdsPostLoadListener
    • JdsPostSaveListener
    • JdsPreLoadListener
    • JdsPreSaveListener

v1.170514

14 May 15:16
Compare
Choose a tag to compare

Save, Load, Delete and Filter implement the Callable interface. Old static methods are now marked deprecated and use blocking .call() implementations in the background. This was to allow for easy async implementations in target applications

v1.170511

11 May 13:27
Compare
Choose a tag to compare

Added support for JavaFX Bean value serialization
Redesigned database implementations

v1.170414

14 Apr 13:00
Compare
Choose a tag to compare

Added support for ZonedDateTime, LocalDate and LocalTime. Fixed bug with PostgreSQL implementation not persisting longs.

v1.170405

04 Apr 18:42
Compare
Choose a tag to compare

Correcting initialization method. Added copyright headers to SQL files

v1.170402

02 Apr 17:34
Compare
Choose a tag to compare

Initial release. Preparing setup for maven

v1.170402-SNAPSHOT

02 Apr 15:17
Compare
Choose a tag to compare
v1.170402-SNAPSHOT Pre-release
Pre-release

Initial snapshot release.

Created for the purpose of testing Maven Repository compatibility