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

JAX-RS endpoint codelenses disappear when Reactive routes are added to the classpath #1158

Open
fbricon opened this issue Sep 12, 2023 · 0 comments
Labels
bug Something isn't working codelens

Comments

@fbricon
Copy link
Contributor

fbricon commented Sep 12, 2023

Create a new Quarkus project with

    <dependency>
      <groupId>io.quarkus</groupId>
      <artifactId>quarkus-resteasy-reactive-qute</artifactId>
    </dependency>

Open org.acme.SomePage, you'll see a codelens over the get method:

Screenshot 2023-09-12 at 09 13 52

Now if you add

<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-reactive-routes</artifactId>
</dependency>

the code lens disappear after the Maven project has been synchronized.

@fbricon fbricon added bug Something isn't working codelens labels Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working codelens
Projects
None yet
Development

No branches or pull requests

1 participant