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)
Keycloak java admin client proxy configuration
i need to set the proxy in a java software that use keycloak-admin-client library (that use org.jboss.resteasy and apache.http).
It seems to ignore the -DproxyHost=127.0.0.1 -DproxyPort=8888 JVM confi...

Gabriele Muscas
Votes: 0
Answers: 2
httpclient with retry and circuit breaker as a additional capability
I am trying to create httpclient with retry and circuit breaker as a additional capability.
I can add retryhandler to httpcleint like below but not able to add circuitBreaker to httpclient. (I am usin...

Nilesh Patil
Votes: 0
Answers: 1
ClassCastException:cannot cast HTTPClient4TransportSender to TransportSender in Axis2
I have added axis2.xml in server and trying to load the configurationContext using java code.But during loading the configuration getting classCastException for class org.apache.axis2.transport.http....
Manish Shinde
Votes: 0
Answers: 0
UrlConnection API Call takes much more time the first time, then onwards it is comparable to curl.exe or postman
I have observed that one of my api is taking much more time if called through Java (URLConnection or Apache Http Client or OKHttp) for the first time. For the subsequent calls, the time is much lesser...
Anshuman Chatterjee
Votes: 0
Answers: 2