When trying to build an application using RestEasy Reactive and Qute for rendering responses from templates, this exception is raised:
java.lang.IllegalStateException: The 'quarkus-resteasy-reactive' and 'quarkus-resteasy' extensions cannot be used at the same time.
at io.quarkus.resteasy.reactive.server.deployment.ResteasyReactiveProcessor.setupEndpoints(ResteasyReactiveProcessor.java:235)
Given Qute supports async rendering, I'd expect it to be useable in a Reactive application. Specifically, I'd like to use Qute to render server-sent events.
When trying to build an application using RestEasy Reactive and Qute for rendering responses from templates, this exception is raised:
Given Qute supports async rendering, I'd expect it to be useable in a Reactive application. Specifically, I'd like to use Qute to render server-sent events.
https://github.com/quarkusio/quarkus/issues/14550
$upstream:14550$