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

Swagger annotations OAS 3 #1545

Closed
darkmoonbzh opened this issue Aug 18, 2023 · 2 comments
Closed

Swagger annotations OAS 3 #1545

darkmoonbzh opened this issue Aug 18, 2023 · 2 comments

Comments

@darkmoonbzh
Copy link

Hi,

is it planned to upgrade in order to take into account the swagger annotations? for example for this imports

import io.swagger.v3.oas.annotations.Operation;
import io.swagger.v3.oas.annotations.media.Content;
import io.swagger.v3.oas.annotations.media.Schema;
import io.swagger.v3.oas.annotations.responses.ApiResponse;
import io.swagger.v3.oas.annotations.responses.ApiResponses;
import io.swagger.v3.oas.annotations.tags.Tag;

Sincerely

@phillip-kruger
Copy link
Member

We do not support swagger annotations at the moment. There is an issue for an enhancement to add support (see #752)

For now you need to use the microprofile annotations.

@phillip-kruger
Copy link
Member

Duplicate of #752

@phillip-kruger phillip-kruger marked this as a duplicate of #752 Aug 21, 2023
@phillip-kruger phillip-kruger closed this as not planned Won't fix, can't repro, duplicate, stale Aug 21, 2023
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