Relates :
|
|
Relates :
|
The test CloseTest.java has undeclared dependency on java.logging due to usage of libray "@library /com/sun/net/httpserver". Also the test tries to load "java.sql.Array" class. Because the class is not mandatory for test logic it is better to substitute the class by other class from java.base module. The test fails in case of running with module limitation that could be done by using of "--limit-modules java.base" command line option.
|