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

Cannot locate classes with javax.ws.rs.Path #56

Open
lutra opened this issue Mar 29, 2021 · 1 comment
Open

Cannot locate classes with javax.ws.rs.Path #56

lutra opened this issue Mar 29, 2021 · 1 comment
Labels
Bug Something isn't working

Comments

@lutra
Copy link

lutra commented Mar 29, 2021

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 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.

@lutra lutra added the Bug Something isn't working label Mar 29, 2021
@cc-jhr
Copy link
Collaborator

cc-jhr commented Mar 30, 2021

HI @lutra,
for the moment you could try hikaku 3.1.2. It still uses jax-rs < 3.0.0 so the package here is still javax.ws.rs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants