-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Labels
Description
I tried to compile this project with JDK10 and maven 3.5.0:
[ERROR] /Users/dfa/projects/system-rules/src/main/java/org/junit/contrib/java/lang/system/internal/NoExitSecurityManager.java:[39,9] method does not override or implement a method from a supertype
[ERROR] /Users/dfa/projects/system-rules/src/main/java/org/junit/contrib/java/lang/system/internal/NoExitSecurityManager.java:[42,51] cannot find symbol
[ERROR] symbol: method getInCheck()
[ERROR] location: variable originalSecurityManager of type java.lang.SecurityManager
Looks like this method has been removed between java9 and java10: https://bugs.openjdk.java.net/browse/JDK-8189750