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

Add support HttpExchange annotations #652

Open
wants to merge 1 commit into
base: 5.9.x
Choose a base branch
from

Conversation

altro3
Copy link
Contributor

@altro3 altro3 commented Nov 15, 2024

It's not full support of these annotations, because they primarily describe the client's behavior, i.e. describe its requests for specific endpoints. But Spring allows using these annotations to describe a single API interface. Therefore, it is important for us to have correct mapping of these annotations specifically for the server, i.e. when they are used in the controller to describe endpoints.

This is necessary, for example, for micronaut-openapi , so that it correctly understands the description of endpoints on the server side.

@dstepanov @graemerocher @sdelamo

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.

1 participant