-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The Class.newInstance() can be replaced by Class.getDeclaredConstructor().newInstance() in ArjunaCore as class.newInstance is deprecated in java 9+ versions. By JIRA : https://bugs.openjdk.org/browse/JDK-6850612