I have a maven project setup as normal: src/main/java/a/b/c/MyApp src/test/java/a/b/c/MyAppTest I am having a weird problem in IntelliJ, where my junit5 test cl
I got the following when I set .setShared(true) in my WebClientOptions: java.lang.ClassCastException: class io.vertx.core.http.impl.SharedHttpClient cannot be c
I am using the Mutiny library within the Quarkus framework in Java 11. I am wonderring which is the best way of running several events sequentially by storing t
I have a API,created by val router = Router.router(vertx) router.patch("/api/v2/user/:userId/names") if user id is not passed getting message - "error":
I try to user Vert.x Reactive Oracle Client version 4.2.6 to avoid blocking threads in event loop. I decided to test a really long query: GlobalScope.launch(ver
I have written an interceptor in Quarkus based application. @AccessPolicy //custom annotation @Interceptor public class PolicyInterceptor { @AroundInvoke
I am new in the reactive programming world. I am currently working in a Java reactive application using the Mutiny library. I need to develop a loop that waits
I have recently upgraded quarkus to 2.9.0.CR1 and am now having issues in some of my tests I am using reactive panache in this, through the repository pattern.
Like picture above Are there some options to control the encoding? (switch between UTF8 and GBK?) I found a DEFAULT_CHARSET property(the value is utf8) in io.v
I have upgraded the version of quarkus to 2.8.0.CR1 My quarkus apps are using a mix of camel, mutiny, resteasy, mongo, pubsub and it seems to have been reproduc
Currently, I am developing two webapps : the core, developed in Java with Vert.x, receives data from a lot of other apps and sends it to client) the client,
I'd like to trace my async application with some key checkpoint. Is there any popular framework I can use? For example, I may choose to use vert.x or any other