vault-java
vault-java copied to clipboard
Recommendation: Please encapsulate in a package
I would highly recommend migrating all your classes out of the default package space and into something specific for your project. I know I don't want my app's default package space to be cluttered by bringing in dependencies that do things like that.
Just my .02, feel free to discard.
@jentfoo That make sense! I'll make sure to refactor it as soon as I get time. If you've already done this for your personal project please submit it upstream and I would be happy to merge it.
I have moved the source and tests into the package, let me know how you would like to proceed with merge
looks good!