JDK-8177333 : Add WebView dependency library source as part of native WebView build
  • Type: Task
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8,9,10
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2017-03-21
  • Updated: 2017-08-01
  • Resolved: 2017-07-28
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.
JDK 10
10Fixed
Related Reports
Blocks :  
Blocks :  
Blocks :  
Blocks :  
Description
Add webview dependency library source into our rt repo (below listed) as part of webview Native build.

Currently (webview-deps-1.3.2) has these library along with their version.
libxml -  	Windows x64 : 2.7.2
		Windows x86 : 2.6.31 
		Linux : NA, Mac : NA

libxslt -     windows x64 : 1.1.28 
		windows x86 : 1.1.28
		Linux : NA, Mac : NA

sqlite3 - 	Windows x64/x86, Linux x64/x86, mac : 3.7.16

icu - 	Windows x64 : 4.6.1.0 
		windows x86 : 4.6.1.0 
		linux x64 : 4.8.1.1 
		linux x86 : 4.8.1.1
		mac :  4.8.1.1
Comments
All 4 third party (ICU, XML, XSLT & Sqlite3) are added to webview thirdparty module.
28-07-2017

This is an umbrella issue, so changing the issue type to Task (no code will be pushed to resolve this issue). The code changes are done using the three separate bugs: JDK-8178360 - ICU JDK-8178319 - sqlite3 JDK-8178440 - libxml2 and libxslt This issue can be resolved/fixed when all three of the above are resolved.
29-06-2017