Java
-
Spring-Boot 2.1.x and overriding bean definition
I was recently migrating an application from Spring Boot 1.5.X to Spring Boot 2.X and saw an issue with overriding…
Read More » -
Using JUnit 5 In Pre-Java 8 Projects
This post demonstrates how JUnit 5 can be used in pre-Java 8 projects and explains why it could be a…
Read More » -
APIGEE API gateway log management with ELK (Elastic Search, Logstash and Kibana)
In this article we will see how we can manage logs generated by APIGEE API gateway with Elastic Search, Logstash…
Read More » -
How much faster is Java 11?
Java 11 was released some time ago, although the majority of developers stay on Java 8. Let’s see which one of…
Read More » -
Using Minimum Fractional Digits with JDK 12 Compact Number Formatting
The post “Compact Number Formatting Comes to JDK 12” demonstrated the support added to NumberFormat in JDK 12 to support…
Read More » -
Using Apache Ignite thin client – Apache Ignite insider blog
From the version 2.4.0, Apache Ignite introduced a new way to connect to the Ignite cluster, which allows communication with…
Read More » -
Bootiful Development with Spring Boot and Vue
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Different States of Java Threads
Introduction In Java, threads can have States. The Thread.State enum defines the different states that a Java thread can have.…
Read More » -
Certificate Transparency Verification in Java
So I had this naive idea that it would be easy to do certificate transparency verification as part of each…
Read More »