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

OpenApi not generated when resourceClasses used #4843

Open
Eyup-S opened this issue Feb 17, 2025 · 0 comments
Open

OpenApi not generated when resourceClasses used #4843

Eyup-S opened this issue Feb 17, 2025 · 0 comments

Comments

@Eyup-S
Copy link

Eyup-S commented Feb 17, 2025

Hi,
I use jax-rs to create my api. It runs on weblogic server. when I use openapi.configuration.resourcePackages param with corresponding packages as param value works perfectly. However, when I use openapi.configuration.resourceClasses or jersey.config.server.provider.classnames params with corresponding classes as param value, it does not create openapi. Instead this json is given when I go to **/v1/openapi

{
"openapi" : "3.0.1"
}

More interesting situation is that openapi is generated with classes on my local windows machine, but it does not work on remote linux server. What may be the problem?

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