-
In the latest Quarkus version, the method
public io.vertx.mutiny.ext.web.client.HttpRequest expect(io.vertx.mutiny.ext.web.client.predicate.ResponsePredicate predicate)
is deprecated.
According t…
-
- Check that Resteasy supports more than 1 validation provider
- Check how to mix annotation and manual validation
- Document it
- Figure out how to propagate validation errors to template forms
-
### What happened?
Hello,
I'm getting this exception in my project
```
error: cannot access ParametersAreNonnullByDefault
class file for javax.annotation.ParametersAreNonnullByDefault not f…
-
### Questions
I used Vert.x to make a proxy server that mimics Nginx (mini nginx). On the way to implementing the proxy WebSocket, using Postman as the client to connect to the WebSocket(port 9090) p…
-
We must analyze and clean-up external dependencies for the whole openflexo infrastructure
-
#### Describe the feature
The latest vert.x release didn't compile against GraalVM 21.1.0, 21.2.0 and 21.3.0 (the three latest releases) because of some internal changes in the project. In particul…
-
### Current Behavior
java.net.URISyntaxException: Expected scheme-specific part at index 10: localhost: caused by URISyntaxException: Expected scheme-specific part at index 10: localhost:
![image]…
-
### Short description
I tried to use S3 in OVH Object Storage. But I couldn't succeed.
### Steps to reproduce
1. I created a new Object Storage with Public type.
2. I created a user for OpenSt…
-
In the setupRoutes method you force the creation of cookies:
router.route().handler(CookieHandler.create());
and the use of session:
SessionHandler sessionHandler = SessionHandler.create(LocalSessi…
-
on the most innocent of setups one would think the debugger breaks with the following stack:
> > Fatal exception in DebugThread loop: closed stream
> Backtrace:
> org/jruby/ext/socket/RubyTCPServ…