This is in reference to Issue #12, and an extension upon Pull Request #13.
The pull request hadn't been updated in a while and it needed some cleanup before it could be accepted, so I took it upon myself to clean up the pull request. Here are my modifications:
Remove mod/* files accidentally commited.
Refafactor configuration creation into it's own method
Replace try{} finally{} with withInputStream
Configuration comes from java property instead of environment variable, since that's more in line with other vertx configuration.
If configuration property is not set, configuration may also come from a groovy script.
This is in reference to Issue #12, and an extension upon Pull Request #13.
The pull request hadn't been updated in a while and it needed some cleanup before it could be accepted, so I took it upon myself to clean up the pull request. Here are my modifications:
mod/*
files accidentally commited.try{} finally{}
withwithInputStream
Eclipse CLA signed by
danny@kirchmeier.us