Java
-
Apache Ant 1.10.6 released – fork mode for junitlauncher and new jmod and link tasks
Apache Ant 1.10.6 has been released this week. This release contains numerous bug fixes as well as some very exciting…
Read More » -
Jakarta EE: A Clean Slate
The announcement that Jakarta EE cannot use the javax.* namespace is great news and provides Jakarta EE with a clean slate on which to…
Read More » -
When HTTP status code is not enough: tackling web APIs error reporting
One area of the RESTful web APIs design, quite frequently overlooked, is how to report errors and problems, either related…
Read More » -
Creating Custom Maven Archetype
Maven archetypes are the project templates which can help us quickly create a maven starter project based on its type.…
Read More » -
Upgrading Spring Security OAuth and JUnit Tests through the 👀 of a Java Hipster
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Handling exceptions functional style
Java supports checked exceptions from the very start. With Java 8 the language element lambda and the RT library modifications…
Read More » -
Creating a Java::Geci generator
A few days back I wrote about Java::Geci architecture, code generation philosophy and the possible different ways to generate Java…
Read More » -
Thoughts on the Jakarta EE package name change
The Eclipse Foundation announced that Jakarta EE cannot continue to use the javax package name. Apparently this comes with the…
Read More » -
The Kubernetes Spark operator in OpenShift Origin (Part 1)
This series is about the Kubernetes Spark operator by Radanalytics.io onOpenShift Origin. It is an Open Source operator to manageApache…
Read More »