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

Disable validation instead of failing (multiple spec files) #9

Merged
merged 1 commit into from
Jun 8, 2023

Conversation

pboos
Copy link
Collaborator

@pboos pboos commented Jun 8, 2023

Problem

If one uses the multiple openapi specification files setup and they don't exist locally as defined in the configuration, then spring boot will not start up anymore due to an assertion error.

Solution

Handle this case the same way as if a single spec file can't be found -> Disable spec validation.

@pboos pboos requested review from a team and eleonoraborghi June 8, 2023 10:02
@pboos pboos merged commit 9a49b94 into main Jun 8, 2023
@pboos pboos deleted the bugfix/disable-validation-instead-of-failing branch June 9, 2023 08:57
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.

2 participants