lagom / sbt-lagom-descriptor-generator

Lagom API code generator
Apache License 2.0
23 stars 12 forks source link

Fix build - Support Seq[T] on LagomScala descriptor code generator #20

Open ignasi35 opened 7 years ago

ignasi35 commented 7 years ago

Build in Travis fails because a scripted test is not passing. That test failing is a consequence of a limited support for collection types in the LagomScala code generator (see also the invalid Integration Test).

Before proceeding with other issues, it is recommended to complete the LagomScala Descriptor generation to support Seq[T] in pathParams, Request and Response types.

See also https://github.com/lagom/lagom/issues/643