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

trim resource packages when reading from config #6

Merged

Conversation

abhiandthetruth
Copy link

@abhiandthetruth abhiandthetruth commented Nov 1, 2024

The following config would not work due to the space after comma:

swagger:
  resourcePackage: com.example.resources, com.example2.resources

we were forced to use:

swagger:
  resourcePackage: com.example.resources,com.example2.resources

This was due to the whitespace after the ",". The MR fixes that by trimming the package names before supplying them. Have tested locally

pom.xml Outdated Show resolved Hide resolved
@abhiandthetruth abhiandthetruth force-pushed the feat-trim-resource-packages branch from 9365738 to 9320dc5 Compare November 4, 2024 12:04
@ravidesai47 ravidesai47 merged commit 1dfe88a into Vect0rPro:master Nov 4, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

3 participants