Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 783 Bytes

ROADMAP.md

File metadata and controls

7 lines (6 loc) · 783 Bytes

Exposed Roadmap

  • Replace joda-time as date-time library with plugable approach which will allow to chose among joda/java8 time/threeten and also fix all the issues tagged with datetime. (see date-split-modules) branch
  • Split Exposed to modules as core/dsl, dao and per-database modules
  • Support coroutines and eliminate thread-local based transaction manager
  • Refactor test to cover different jdbc-drivers/database versions (with docker-compose or test containers)
  • Move from jdbc drivers to something more asynchronous (R2DBC/ADBA)