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

Move SecurityScheme annotation to model mapping to core #4560

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bgK
Copy link

@bgK bgK commented Nov 29, 2023

This moves the SecurityParser class responsible for populating SecurityScheme models from SecurityScheme annotations to the core module.
The move allows using it without taking a dependency on JAX-RS and to use it for building integrations for other technologies.

I'm opening this very simple pull request as a probe. Is moving the code for mapping annotations to models out of the jaxrs module desirable for the project? Some related code is already in the AnnotationsUtils class in the core module.

This moves the SecurityParser class responsible for populating
SecurityScheme models from SecurityScheme annotations to the core
module.
The move allows using it without taking the dependency on JAX-RS.
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.

None yet

1 participant