Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DocumentBuilderFactory (0.18 sec)

  1. build-logic/performance-testing/src/main/kotlin/gradlebuild/performance/PerformanceTestPlugin.kt

    import java.nio.charset.StandardCharsets
    import java.time.Instant.now
    import java.time.ZoneId.systemDefault
    import java.time.format.DateTimeFormatter.ofPattern
    import java.util.concurrent.Callable
    import javax.xml.parsers.DocumentBuilderFactory
    
    
    object Config {
        const val performanceTestReportsDir = "performance-tests/report"
        const val performanceTestResultsJsonName = "perf-results.json"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 06:42:07 UTC 2024
    - 24.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    systemProp.javax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    systemProp.javax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    ```
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
Back to top