zalando / friboo

Utility library for writing microservices in Clojure, with support for Swagger and OAuth
Apache License 2.0
118 stars 16 forks source link

Move Zalando specific components to a separate library #88

Open dryewo opened 7 years ago

dryewo commented 7 years ago

As we are driving Friboo to be generally useful, we should not include components like MgmtHTTP, Metrics, AuditLog or OAuth2TokenRefresher in the default package and of course not in the default system configuration. Thanks to the component approach, those can easily be moved to a dedicated Zalando specific library.