aboutsummaryrefslogtreecommitdiff
path: root/core-types
Commit message (Collapse)AuthorAgeFilesLines
* Move database exception to core-typesJakob Odersky2018-10-091-0/+3
|
* Fix dependencies in tests to accomodate project splitJakob Odersky2018-10-092-0/+148
|
* Move core types into core-types projectJakob Odersky2018-10-0910-0/+1031
Note that xyz.driver.core.FutureExtensions was moved to xyz.driver.core.rest as it (only) contained logic that dealt with service exceptions, something that belongs into core-rest and must not be depended upon by core-types. This is a breaking change.