JDK-8213539 : Remove unintended changes done as part of JDK-8213135
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: openjfx12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • Submitted: 2018-11-08
  • Updated: 2018-12-04
  • Resolved: 2018-11-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
openjfx12Fixed
Related Reports
Relates :  
Description
Revert the build.gradle change done as part of JDK-8213135.
Comments
Changeset: 8ce178fd5f6f Author: arajkumar Date: 2018-11-08 19:51 +0530 URL: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/8ce178fd5f6f 8213539: Remove unintended changes done as part of JDK-8213135 Reviewed-by: mbilla, kcr ! build.gradle
08-11-2018

+1
08-11-2018

+1
08-11-2018

[~kcr] [~mbilla], Please review the simple fix to revert the unintended change made as part of JDK-8213135. diff -r cc9e1b1af0b2 build.gradle --- a/build.gradle Thu Nov 08 11:48:57 2018 +0530 +++ b/build.gradle Thu Nov 08 19:21:47 2018 +0530 @@ -3160,7 +3160,6 @@ dependsOn webArchiveJar def testResourceDir = file("$buildDir/testing/resources") jvmArgs "-DWEB_ARCHIVE_JAR_TEST_DIR=$testResourceDir" - } task compileJavaDOMBinding() @@ -3477,9 +3476,6 @@ test { enabled = IS_FULL_TEST - testLogging { - showStandardStreams = true - } // Parse testPatchModuleArgs looking for "--module-path". // Save path if found so we can pass it to the module launcher tests def pendingModulePath = false
08-11-2018