typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Integrate conductr-client-lib #124

Closed markusjura closed 8 years ago

markusjura commented 8 years ago

Uses the new conductr-clientl-lib to interact with the ConductR REST API. The ConductRController has been deleted. This PR removed the support for ConductR's API version 1. Only version 2 is supported.

Also this PR fixes several issues:

This PR can't be merged yet because the conductr-client-lib version 1.2.0 is not released yet.

markusjura commented 8 years ago

Currently changing the tests accordingly.. With that the code changes a bit as well. Code review should not be done yet.

markusjura commented 8 years ago

Alright, new tests have been pushed. I've tested this PR with my local conductr-client-lib version and everything worked fine. All tests are passing as well (with the local conductr-client-lib SNAPSHOT).

@huntc: Can you please do a review.

huntc commented 8 years ago

LGTM

huntc commented 8 years ago

conductr-lib 1.1.0 is now available. Please update and re-submit the PR.