Etienne Neveu

Results 6 comments of Etienne Neveu

Would really love this too. I'd like to print the Config at application startup for debugging purposes, but I need to sanitize secrets. Right now, I am doing this: ```...

It would be nice if we could plug a sanitizer that takes a key/value and returns the masked value. This would let us use something similar to the Spring Boot...

What I meant is that, instead of an API that exposes a specific implementation detail (a masking Regex), it would be cool if the API allowed the end-user to customise...

Another option would be to add a way to create a `ConfigValue` while passing the origin and comments of a previous value. If we do this, we can create an...

@rajdavies FYI, those links are still broken.

Maybe we could also specify "Handlebars.java" and "Mustache.java" somewhere in the README, to improve SEO, and to make it clear that we are benchmarking those specific implementations? Either: - [Handlebars](https://github.com/jknack/handlebars.java)...