Following the latest release of Hoverfly Java, I would like to give an
overview of the new DSL, which allows you to create stubs for HTTP APIs
using Java code instead of JSON. I will discuss some of the advantages of
doing this and also some of the...
Read more »
java.lang.reflect.TypeVariable getBounds is not thread safe. Calling it from multiple threads might even crash your JVM... (more…)
Read more »
Java vs Javascript: Battle of Concurrency Almost a decade back, it was shocking when Walmart announced it’s ditching their old Java based systems and re-writing everything in Javascript, as they need to handle more than 20,000 requests per second on thei... (more…)
Read more »
When you try to decode SSL connection from your Java application for a purpose of testing you usually can go by using a known specified server certificate.Bu... (more…)
Read more »