Java
-

Apache Camel 3.7 (LTS) Released – The fastest Camel ever
The Apache Camel 3.7 was released some days ago. This is a LTS release which means we will provide patch…
Read More » -

Jakarta MVC 2.0 Released
Jakarta MVC 2.0 passed the release review ballot and is now ratified as a final specification according to the Jakarta…
Read More » -

JDK 16: Stream to List In One Easy Call
As Java functional streams have become increasingly popular, an increasing number of requests is being made for new stream operations…
Read More » -

Java’s String.repeat Method in Action: Building PreparedStatement with Dynamic Number of Parameters
Java’s String.repeat(int) method is an example of a “small” addition to Java (introduced with JDK 11) that I find myself…
Read More » -

HATEOAS without links
Yes, I know this title sounds stupid, but could not find something that fits better. So let me explain why…
Read More » -

Testing using TestContainers
Part of our everyday ci/cd tasks involve using containers in order for the tests to take effect.So what if you…
Read More » -

Apache Camel 3.7 – Compiled Simple Language (Part 6)
I have previously blogged about the optimizations we are doing in the Apache Camel core. The first 3 blogs (part1, part2, part3)…
Read More » -

Java – Get Time In MilliSeconds
A quick guide to get the current date time in milliseconds using Date, Calendar and java 8 api classes. 1.…
Read More » -

Java Program To Check Palindrome String Using Recursion
A quick guide to check the string is palindrome or not using recursion in java. 1. Overview In this tutorial,…
Read More »


