Netflix / denominator

Portably control DNS clouds using java or bash
Apache License 2.0
580 stars 110 forks source link

Release denominator 3.0.0 #206

Closed codefromthecrypt closed 11 years ago

codefromthecrypt commented 11 years ago

Denominator 3.0.0 removes guava and jaxrs dependencies from denominator, facilitating higher reuse in environments where multiple versions of these libraries could be present. This replaces apis that returned Optional with nullable, and Multimap with Map<String, Collection<String>>. A side-effect is that denominator model objects now serialize with Jackson without custom type adapters.

Current Progress:

codefromthecrypt commented 11 years ago

https://github.com/mxcl/homebrew/pull/21131