Replies: 1 comment 4 replies
-
@ecabrerar can you share a simple reproducer app? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all...
We notice sometimes openapi generated the endpoint paths like we are expecting, but sometimes generate the path without the JAX-RS Application prefix.
For example:
Our JAX-RS services use the prefix
servicios
, we are expecting paths like '/servicios/xxxx/xxx'/servicios/aplicacion/version (when is ok)
/aplicacion/version (when is wrong)
Application Server: WildFly Full 24.0.1.Final
Microprofile:
microprofile-openapi-api : 3.0
microprofile-config-api: 3.0.1
openapi-failed.txt
openapi-ok.txt
Beta Was this translation helpful? Give feedback.
All reactions