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.