You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding this issue : #16628
It looks like multiple instances of JaxRS applications in a single web application are supported.
I mean by that :
the source code of the webapplication contains several classes that derive jakarta.ws.rs.core.Application and annotated with : jakarta.ws.rs.ApplicationPath
Is that correct ?
If that assumption is correct, the behavior i am meeting is not OK :
only one of the two jaxrs applications appear in the json file produces and so in the openapi ui.
moreover paths are mixed between the two jaxrs apps
i am relying on jakarta ee 10 and mpOpenAPI-3.0
André
The text was updated successfully, but these errors were encountered:
Hi @andre-doherty, #16628 added support to the OpenAPI UI for the case where there are multiple WAR modules deployed (either separately or in a single EAR). It does not cover the case where there are multiple jax-rs Applications in a single WAR.
Multiple jax-rs Applications within a single WAR is not currently supported. If multiple Applications are required, the solution is it to put each in its own WAR.
Hello,
Regarding this issue : #16628
It looks like multiple instances of JaxRS applications in a single web application are supported.
I mean by that :
Is that correct ?
If that assumption is correct, the behavior i am meeting is not OK :
i am relying on jakarta ee 10 and mpOpenAPI-3.0
André
The text was updated successfully, but these errors were encountered: