IvanShapoval
3 years agoNew Contributor
Soap ui maven plugin Java 17
After migration to Java 17 I faced with a next issue
java.lang.IllegalAccessException: class org.apache.commons.beanutils.PropertyUtilsBean cannot access class sun.security.ssl.SSLSocketImpl (in module java.base) because module java.base does not export sun.security.ssl to unnamed module @a0bdbe2
My question is, How to apply --add-opens java.base/java.lang=ALL-UNNAMED args for run soapUI test comand. Or do we have some another approach to execute soapUI test on JDK17