About The Lifecycle of a Security Vulnerability
In this article, you'll learn that we have little influence on almost all stages of the typical lifecycle of an IT security vulnerability!
Every article on foojay.io, newest first: OpenJDK, the JVM, Java tooling and the ecosystem around them, written by the Java community.
Sven Ruppert
3,561 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,817 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
10,481 viewsJDKMon scans your computer for installed OpenJDK distributions and uses the Disco API to check whether there are updates available!

Rafael del Nero
3,656 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,660 viewsWhen your Java application has problems, check the running processes on the machine. For Java processes, the JDK provides the jps tool.

Andres Almiray
4,644 viewsJReleaser is a tool that streamlines creating releases for [Java] projects. It can create a GitHub/GitLab/Gitea release, and more!

Jeff Carpenter
3,127 viewsA truly cloud-native approach means adopting key elements of the Kubernetes design paradigm. Let’s explore a few that point the way!

Rafael del Nero
4,318 viewsIn this Java Challenge, we will explore how lambdas and method references behave so that you can really understand how they work!

Frank Delporte
6,011 viewsAt the University of Applied Sciences and Arts Northwestern in Switzerland, theoretical subjects are combined with programming assignments.
Benjamin Muskalla
2,310 viewsSometimes you need to make code more trivial to see the higher-level patterns that solve the issue at hand more elegantly.