Best Practices for Data Pipeline Error Handling in Apache NiFi
Actionable strategies for error management modeling in Apache NiFi data pipelines, and understand the benefits of planning for error …
Every article on foojay.io, newest first: OpenJDK, the JVM, Java tooling and the ecosystem around them, written by the Java community.

Pieter Humphrey
2,828 viewsActionable strategies for error management modeling in Apache NiFi data pipelines, and understand the benefits of planning for error …

Sven Ruppert
4,338 viewsWhat is the Common Vulnerability Scoring System (CVSS), who is behind it, what are we doing with it, and what does a CVSS Value means for …

Christopher Bradford
3,651 viewsShould you run a database on Kubernetes? Let's retrace the stages in the journey to my current answer: “In a cloud native environment? Yes!”

Carl Dea
7,596 viewsLearn the basics of using jshell. Next, combine that with learning how to run a JavaFX application file from a terminal command prompt!

JavaFX Skins for Android, iOS; BlockHound, for detecting cases of blocking, JEP 411, the SecurityManager deprecation, recent Snyk/Azul …
Sven Ruppert
3,587 viewsIn this article, you'll learn that we have little influence on almost all stages of the typical lifecycle of an IT security vulnerability!

Rudy De Busscher
2,832 viewsWhether or not you need Kubernetes depends on many different factors. Statistically, you don't need Kubernetes more often than you do need …
Gerrit Grunwald
11,411 viewsJDKMon scans your computer for installed OpenJDK distributions and uses the Disco API to check whether there are updates available!

Rafael del Nero
3,680 viewsSince Java 9, you can use Optional with a stream to manipulate values from a List. Check out the latest Java challenge about this!

Vipin Sharma
3,697 viewsWhen your Java application has problems, check the running processes on the machine. For Java processes, the JDK provides the jps tool.