Henrique Santana de Miranda
Results
2
issues of
Henrique Santana de Miranda
With the new version of assertJ like 3.6.2 I get the following error: `java.lang.NoSuchMethodError: org.assertj.core.api.Assertions.assertThat(Ljava/util/List;)Lorg/assertj/core/api/AbstractListAssert; at com.revinate.assertj.json.JsonPathAssert.jsonPathAsListOf(JsonPathAssert.java:54) `
bug
Hi, Currently, we are using Netflix Ribbon + Netflix Hystrix + RxNetty to call some of our internal services. Everything works fine if we use just **RxJava 1**. We decided...