Skip to content

kara 0.2.2

Latest
Compare
Choose a tag to compare
@tehzhed tehzhed released this 28 Mar 12:38
bc18f8e

This release fixes support for generating a Swagger UI for each Thrift service listed in the karaServices setting:

Previously, in case two or more Thrift services shared the same package, e.g.

karaServices := Seq(
 "com.example.Foo",
 "com.example.Bar",
)

only the last occurrence (com.example.Bar) in the sequence would trigger the generation of a Swagger UI.