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

Integration with resteasy-spring-boot-starter #2774

Open
thegenius opened this issue Nov 3, 2024 · 0 comments
Open

Integration with resteasy-spring-boot-starter #2774

thegenius opened this issue Nov 3, 2024 · 0 comments

Comments

@thegenius
Copy link

Is your feature request related to a problem? Please describe.

  1. I want to define resource by jakarta.ws annotations, so I use resteasy-spring-boot-starter
  2. I want to generate doc of these jakarta defined resource.

when I try to generate openapi doc with springdoc, I found it's not work.
springdoc can not find the proper resource that defined by jakarta annotation.

   <dependency>
            <groupId>org.jboss.resteasy</groupId>
            <artifactId>resteasy-servlet-spring-boot-starter</artifactId>
            <version>6.2.0.Final</version>
</dependency>

<dependency>
            <groupId>org.springdoc</groupId>
            <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
            <version>2.6.0</version>
</dependency>

I believe springdoc works perfectly with jakarta annotation will definitely improve the develop experience.

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

1 participant