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.
Changeset: 20a8447c71c6
Author: arajkumar
Date: 2018-08-24 15:06 +0530
URL: http://hg.openjdk.java.net/openjfx/jfx-dev/rt/rev/20a8447c71c6
8207159: Update ICU to version 62.1
Reviewed-by: mbilla, kcr, ghb
24-08-2018
+1
24-08-2018
Look good. Compiled on all three platforms.
+1
23-08-2018
Tested in windows ..
+1
22-08-2018
Changeset:
1. Build system related changes(done by us): http://cr.openjdk.java.net/~arajkumar/8207159/webrev
2. Complete changeset({62.1 icu + build system} changes): http://cr.openjdk.java.net/~arajkumar/8207159/webrev/icu.core.changeset.gz
#1 contains build system related changes which need to be reviewed. Following are the major build system changes WRT to previous ICU,
a. Simplified CMake scripts, `icu/CMakeLists.txt` is now responsible to build icuuc, icu18n, icudata libraries.
b. Removed icudata building shell script and simplified the data build process using data_as_asm.cpp, it converts the given icudt*.dat file into static library. It is written specifically for JavaFX(not from ICU).
c. icudt*.zip is moved from `icu/sources/data/in/icudt*.zip` to `icu/java/data/icudt*.zip`.(Currently we zip the icudt*.dat file, but I don't see a reason to compress because mercurial itself compresses the files when storing)
#2 contains the actual changeset file in compressed format, follow the below steps to apply
$ cd rt
$ wget http://cr.openjdk.java.net/~arajkumar/8207159/webrev/icu.core.changeset.gz -O - | gunzip | hg import - --no-commit