Up to now I worked with Junit Jupiter 5.4.0-M1. Now I want to upgrade to the version 5.4.0-RC1.
Unfortunately my program doesn't compile anymore because (among others) the class ClassExtensionContext couldn't be found anymore.
Does anyone know the reason or is there a documentation how to migrate from M1 to RC1?