geomacy opened a new pull request #78: BROOKLYN-586 update br to use github.com/PaesslerAG/jsonpath URL: https://github.com/apache/brooklyn-client/pull/78 See https://issues.apache.org/jira/browse/BROOKLYN-586. This PR replaces the now defunct github.com/NodePrime/jsonpath package (which disappeared, so we have been relying on @johnmccabe's fork) with https://github.com/PaesslerAG/jsonpath. The three main commits are 1. First add some tests for the Display function (this is only on a couple of types at the moment, at some stage we should roll this out to the remaining types...). Note this adds `testify` as a dependency. 1. Update the code to use the new package github.com/PaesslerAG/jsonpath. 1. Add license and notice text for the updated packages. There's also a minor commit to avoid warnings in `go test`.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
