typesafehub / conductr-lib

Other
8 stars 13 forks source link

Ensure ConductRServiceLocatorComponents extends Lagom's CircuitBreakerComponents #167

Closed fsat closed 6 years ago

fsat commented 6 years ago

This is to ensure the user API usage documented in the following URL still holds true and compiles successfully:

https://www.lagomframework.com/documentation/1.4.x/scala/ConductR.html

A test is added to ensure a successful compilation according to the API usage documented above.

fsat commented 6 years ago

Addresses issue raised in https://github.com/typesafehub/conductr-lib/pull/162#issuecomment-351240570

longshorej commented 6 years ago

Thanks @fsat!