Oleg Rekutin
Oleg Rekutin
@theckman this blog post documents how to use chef-vault more securely, such that attributes are not leaked on node save: http://jtimberman.housepub.org/blog/2014/12/24/quicktip-delete-attributes/
I was thinking it's better to have ObjectMapper.writerWithoutView() and ObjectMapper.readerWithoutView(). I like how @JsonView designates some metadata around the property, and then I can later make a choice whether to...
I'm sorry, I can see why "readerWithoutView" is confusing, and is actually a bad name (since "with"/"without" pairs are meant to control the same value). Right now is that the...