Luiz Aguiar
11/03/2021, 10:16 PMRichard Gomez
11/03/2021, 11:43 PMnfrankel
11/04/2021, 4:28 AMLuiz Aguiar
11/04/2021, 12:16 PMRichard Gomez
11/04/2021, 3:45 PMRichard Gomez
11/09/2021, 1:59 AM<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-mutiny</artifactId>
</dependency>
for:
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-kotlin</artifactId>
</dependency>
It's a little bit awkward, but seems to be working now. I opened an issue to further clarify how to use coroutines (for dummies like myself).