Results 3 issues of

Hi, I am trying to use the http header to specify the version. ## version 11 and version 1 are the same ``` ruby MyApi::Application.routes.draw do api_version(:module => "V1", :header...

### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...

status: needs-attention

Just added `port="#{appProperties['graphite.port']}"` in `applicationContext-metrics.xml`. However, the `metrics-spring` will first validate `port` field and then throw an exception about failure validation. I checked the code in line 220 of `AbstractReporterElementParser`,...