square / keywhiz

A system for distributing and managing secrets
https://square.github.io/keywhiz/
Apache License 2.0
2.62k stars 216 forks source link

Migrate to JOOQ #12

Closed riyazdf closed 9 years ago

riyazdf commented 9 years ago

JDBI is getting relatively painful to use for keywhiz due to complexity and verbosity (see AclDAO.java).

We've used JOOQ for some DAO tests and it'd be nice to move everything to JOOQ and keep things uniform.

alokmenghrajani commented 9 years ago

r.i.p. jdbi.

It might be worth posting in the google group explaining why we did this. Maybe also give people a heads up in case they run into any issues related to these changes?