We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Also get rid of io.quarkus.qute.PublisherFactory.
io.quarkus.qute.PublisherFactory
I think that it makes sense to build the reactive part of Qute API on top of Mutiny.
The text was updated successfully, but these errors were encountered:
CC @cescoffier @FroMage
Sorry, something went wrong.
/cc
Totally.
+1, but a bit biased...
Qute - build the reactive part of the API on top of Mutiny
5b0d419
- add TemplateInstance.createMulti() - get rid of io.quarkus.qute.PublisherFactory - resolves quarkusio#10457
mkouba
Successfully merging a pull request may close this issue.
Also get rid of
io.quarkus.qute.PublisherFactory
.I think that it makes sense to build the reactive part of Qute API on top of Mutiny.
The text was updated successfully, but these errors were encountered: