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

Is there a reason for CommonSwaggerConfiguration being auto-configured? #8

Open
cer opened this issue Jun 16, 2020 · 2 comments
Open

Comments

@cer
Copy link
Collaborator

cer commented Jun 16, 2020

This has the unfortunate side effect of non-web tests that use @EnableAutoConfiguration requiring a EventuateSwaggerConfig @Bean - It would be better to @Import this explicitly.

also, the name should be changed from CommonSwaggerConfiguration to EventuateSwaggerCommonConfiguration.

Please note: this change cannot be made yet because some master branches reference 0.5.0-SNAPSHOT. - need to release first.

org.springframework.boot.autoconfigure.EnableAutoConfiguration=\

@cer
Copy link
Collaborator Author

cer commented Jun 16, 2020

/cc @dartartem comments?

@dartartem
Copy link
Contributor

@cer Unfortunately I did not find reason why it is autoconfigured. I will fix when it be possible.

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