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

SecurityParser returns package private class #2846

Closed
jameskleeh opened this issue Jun 18, 2018 · 1 comment
Closed

SecurityParser returns package private class #2846

jameskleeh opened this issue Jun 18, 2018 · 1 comment

Comments

@jameskleeh
Copy link

https://github.com/swagger-api/swagger-core/blob/master/modules/swagger-jaxrs2/src/main/java/io/swagger/v3/jaxrs2/SecurityParser.java

The public method getSecurityScheme returns an optional with a package private class. Either the method should be package private, or the class it returns should be public.

Thanks!

frantuma added a commit that referenced this issue Aug 27, 2018
ref #2846 - fix SecuritySchemePair visibility
@frantuma
Copy link
Member

thanks for reporting this! fixed in #2932

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