JetClient / jet-client-support

JetClient is an advanced REST API Client plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/21173-jetclient
110 stars 0 forks source link

Support importing JAX-RS from `jakarta.ws.rs` namespace #82

Closed jimmydivvy closed 5 months ago

jimmydivvy commented 5 months ago

Is your feature request related to a problem?

JetClient can import routes directly from a project with JAX-RS annotated controllers, however this appears to only work with the older javax.ws.rs namespace.

This has since been renamed to jakarta.ws.rs, which JetClient doesn't appear to recognize

Describe the solution you'd like

JetClient can automatically recognize and import jax-rs resources annotated with the new jakarta.ws.rs namespaced annotations.

Additional context

No response

AntonShuvaev commented 5 months ago

Thank you for reporting this issue. I'll fix it in the next update.