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
I'm trying to use Hikaku with Quarkus (1.12.2.Final). Quarkus uses the javax.ws.rs package instead of jakarta.ws.rs. When using de.codecentric.hikaku.converters.jaxrs.JaxRsConverter the ClassLocator cannot find any Paths.
I also cannot override JaxRsConverter because its set final by kotlins default.
Expected behavior
Find classes with javax.ws.rs.Path as well as jakarta.ws.rs.Path annotations.
The text was updated successfully, but these errors were encountered:
Setup information
hikaku version:
3.2.0
specification converter:
OpenAPI
implementation converter:
JAX-RS
build tool and version:
maven 3.6.3
Describe the bug
I'm trying to use Hikaku with Quarkus (1.12.2.Final). Quarkus uses the
javax.ws.rs
package instead ofjakarta.ws.rs
. When usingde.codecentric.hikaku.converters.jaxrs.JaxRsConverter
the ClassLocator cannot find any Paths.I also cannot override JaxRsConverter because its set final by kotlins default.
Expected behavior
Find classes with
javax.ws.rs.Path
as well asjakarta.ws.rs.Path
annotations.The text was updated successfully, but these errors were encountered: