iheartradio / play-swagger

Swagger spec generator for play framework
Apache License 2.0
403 stars 131 forks source link

Wildcard matching for `swaggerDomainNameSpaces` #567

Open Dogacel opened 1 year ago

Dogacel commented 1 year ago

Currently PrefixDomainModelQualifier does not support wildcard matching. This is an issue when naming convention is the following: <Domain>.models. I don't want to have 30+ models package defined under this option.

We can update here: https://github.com/iheartradio/play-swagger/blob/8e5a600389cbe2173ed1d2c85ae2cce3d6715121/core/src/main/scala/com/iheart/playSwagger/DomainModelQualifier.scala#L7-L9

Javakky-pxv commented 1 year ago

@Dogacel We are currently reviewing it. It may take some time, but we plan to address it.