-
OAuth2FlowType.PASSWORD type does not work with OAuth2AuthHandler in vertx 3.5.0. It requires AUTH_CODE type
-
```
I am JavaScript exception in DevMode in Firefox (compiled and Chrome DevMode
work fine).
I take it down to a line is register that, honestly I don't understand
// Ghetto!
--> handler.__un…
-
The following code still generates an ObjectId for newly added elements, rather than the expected string id. I tried tracing the problem, but lost my way in the callback structures in the libraries.
…
-
### Describe the bug
My application setup uses keycloak hosted in a different container (port 9012).
When launching quarkus app inside docker container built using jib by executing:
```
docker run -…
-
First I defined a Observable
Observable participants(){
return new RxHttpClient(..).request("GET",path,requestBuilder-> {
requestBuilder.end();
}).flatMap(rxHCResponse -> {
…
-
Hi..
Rest API calls getting timedout when prods are scaled down.
Seems request has been routed a member which is not a member any more.
Thanks.
-
When starting vert.x application using run with redeploy the arguments with quotes for the option values are treated literally without ignoring the quotes that are passed by the shell.
e.g. when y…
-
When using GraphQL with Entities that implement chained accessors, e.g.:
```
...
public TestEntity setName(String name){
this.name = name;
return this;
}
...
```
the following err…
-
## Suggestion
The RHTAP task `show-sbon` generates the SBOM report using the JSON format.
While this format could be helpful if it can be imported in an application able to proceed it, reading …
-
@KaiWedekind I'm looking to implement schema stitching(or apollo's new federations spec). I can't seem to find the base vertx-graphql repo, just the npm package. We have a current graphql endpoint tha…