Johann Beleites
07/13/2022, 6:52 AMjava.util.Properties
, javax.crypto.Cipher
). I've been debugging a little already and found that the new version behaves differently during resolution of imports and 1.7.0 doesn't seem to successfully resolve these types anymore. I haven't been able to pinpoint the exact place where this is caused yet. Can anyone tell me if there is something to watch out for in 1.7.0? Am I missing something?JDK_HOME
compiler configuration set, it will not be inferred by the compiler anymore. So the JDK is missing from the classpath. Setting this property explicitly fixes resolution issues with JDK types.