The Problem
I recently updated Eclipse to 2020-03 build as well as moving to another PC with my old projects. Now i have a bugging message about the Java 12 preview features missing in all of my projects.
As I don't want to move from the clean new switch expressions features and the fact that it compile and run just well lately, I want to keep this. I also don't have Java 13 installed at all.
Since the projects build with Maven, they still compile with --enable preview there. But the workspace compiler still bugs me. Enabling preview features to solve it, is not possible since it's greyed out.
My Research
Doing some research of the case I found out that it seems like Eclipse will only support the latest Java version with preview features if you upgrade to a new version (as I did von 2019-09 to 2020-03). But I don't understand the full scope of it.