lightblue-platform / lightblue-audit-hook

Audit hook for lightblue.
GNU General Public License v3.0
1 stars 9 forks source link

allow hystrix dependencies to be managed transiently #49

Closed dcrissman closed 9 years ago

dcrissman commented 9 years ago

Follow up to https://github.com/lightblue-platform/lightblue-mongo/pull/119

coveralls commented 9 years ago

Coverage Status

Coverage decreased (-92.86%) to 0.51% when pulling da85e4e234768c02a883fa774dab1a38832f8a04 on dcrissman:fix-hystrix into 4f5b86105c33ac1e9f9aca17a0bc036abb90a142 on lightblue-platform:master.

luan-cestari commented 9 years ago

It seems that not all those dependencies was reachable during the test at least. The travis got a lot of errors like this one : java.lang.NoSuchMethodError: com.netflix.hystrix.HystrixCommand$ObservableCommand.toBlockingObservable()Lrx/observables/BlockingObservable;

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 93.37% when pulling 2fb4944481e20a9b282c44b897f7a22aa98c2678 on dcrissman:fix-hystrix into 4f5b86105c33ac1e9f9aca17a0bc036abb90a142 on lightblue-platform:master.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 93.37% when pulling 2fb4944481e20a9b282c44b897f7a22aa98c2678 on dcrissman:fix-hystrix into 4f5b86105c33ac1e9f9aca17a0bc036abb90a142 on lightblue-platform:master.

dcrissman commented 9 years ago

@luan-cestari fixed. I think that error had to do with some existing bad artefacts.