Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wildcard matching for swaggerDomainNameSpaces #567

Open
Dogacel opened this issue May 4, 2023 · 1 comment
Open

Wildcard matching for swaggerDomainNameSpaces #567

Dogacel opened this issue May 4, 2023 · 1 comment

Comments

@Dogacel
Copy link

Dogacel commented May 4, 2023

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:

final case class PrefixDomainModelQualifier(namespaces: String*) extends DomainModelQualifier {
def isModel(className: String): Boolean = namespaces exists className.startsWith
}

@Javakky-pxv
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants