yaseenkadir / etchedjournal

An encrypted journal where entries are etched in stone.
Apache License 2.0
0 stars 0 forks source link

GH-129 Ordering journal responses #134

Closed yaseenkadir closed 5 years ago

yaseenkadir commented 5 years ago

Ordered by id which represents time ascending ordering.

Fixes #129.

yaseenkadir commented 5 years ago

Replacing usage of JournalDao with JournalRepository since daos will be deprecated by jooq.