Closed xiaodongw closed 9 years ago
Please add the following methods to class OperationWrap in your enhancement, thanks. def description(value: String): Unit = { operation.setDescription(value) }
def consumes(values: String*): Unit = { operation.setConsumes(values.asJava) }
def produces(values: String*): Unit = { operation.setProduces(values.asJava) }
@enpuliu Done, the methods you mentioned also got added.
Finatra 2.1.1 is out, the break change is finagle-httpx is renamed back to finagle-http.