python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do i pass a Bearer Token dynamically with Quarkus Microprofile Rest Client?
I'm trying to call a Keycloak Admin REST endpoint to create a keycloak user in my code and it requires the request to have a Bearer token added to the Authorization header. I need a way to pass the to...
Deehaz05
Votes: 0
Answers: 2
Quarkus application not starting properly
I have a quarkus application, when I build the application with below command, for the first time process is starting perfectly fine
compile quarkus:dev -DskipTests=true
Logs for successful startup:
P...
Bhavya Garapati
Votes: 0
Answers: 1
Unrecognized configuration key was provided; it will be ignored; verify that the dependency extension for this configuration
I am using STS IDE and developed a quarkus project following below example
https://quarkus.io/guides/rest-client
When I tried building the code using
compile quarkus:dev -DSkipTests=true command, I ob...
Bhavya Garapati
Votes: 0
Answers: 2
Quarkus reactive rest client @HeaderParam("Authorization") not working and how to debug
In my Quarkus app, I need to make ah http request to another server, in which the Authorization value needs to be passed.
I am using the reactive rest client and tried to use the @HeaderParam("Au...

GeauxEric
Votes: 0
Answers: 1