Java Security Calendar 2019

Can you spot the vulnerability in our daily code challenge? Read more

Similar

Java Feature Spotlight: Pattern Matching

Java SE 14 (March 2020) introduced a limited form of pattern matching as a preview feature, which becomes a permanent feature in Java SE 16 (March 2021). The first phase of pattern matching is limited to one kind of pattern (type patterns) and one languag... (more…)

Read more »

Run Eclipse with Java 14

This post serves as a reminder of how I got the new Eclipse 2020-03 build running with AdoptOpenJDK 14. I did this because I wanted to dive into Java 14 and especially the new preview feature for records. Of course I could do that while still running Ecli... (more…)

Read more »