Official Release - Version 8.0.1

HI @kazurayam, @gabriele.lupoli,

Caused by: java.lang.IllegalArgumentException: Property ‘http://javax.xml.XMLConstants/property/accessExternalDTD’ is not recognized.

This is an issue of Katalon Studio in v8.0.1. We are planning to fix this.
The workaround, for now, is to put this script at the beginning of the test case or @BeforeTestCase method of a test listener:

System.setProperty("javax.xml.parsers.DocumentBuilderFactory",
        "com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl");