Java
-
JDK 17: Hexadecimal Formatting and Parsing
Build 3 of JDK 17 Early Access Builds includes the implementation for JDK-8251989 (“Hex formatting and parsing utility”). This newly…
Read More » -
Apache Camel 3.8 and Java Flight Recorder
In the upcoming Apache Camel 3.8 release we have a new Camel component to integrate with Java Flight Recorder. Camel…
Read More » -
Generating a stream of Fibonacci numbers
A Java stream represents potentially an infinite sequence of data. This is a simple post that will go into the…
Read More » -
What Is New In Selenium 4 And What Is Deprecated In It?
Selenium 4 has been gaining immense attention since the time it was publicly announced by Simon Stewart, the founding member…
Read More » -
System Stubs: Another Minor Release
In today’s new release of System Stubs there’s increased documentation for testing logging output, as well as a new class…
Read More » -
How To Upgrade From Selenium 3 To Selenium 4?
Selenium 4, the latest version of the Selenium framework, has become the talk of the town since its announcement in…
Read More » -
The Temporary Test Property
Just because you can make a variable a long-term property of a test fixture doesn’t mean you should. This is…
Read More » -
So I Wrote a Library
If you’ve never done it, go out and find an open-source project to contribute to. Whether it’s one of your…
Read More » -
REST: Partial updates with PATCH
In previous posts we learned how to update/replace resources using the HTTP PUT operation. We also learned about the differences…
Read More »