New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8283328: Update libxml2 to 2.9.13 #764
Conversation
|
/reviewers 2 |
I'll do testing and a sanity check review tomorrow. Here are three meta issues:
|
|
@kevinrushforth |
Webrevs
|
This looks good. Just for my understanding: this is the 2.9.13-tagged plus the fix for the issue with xmlValidNormalizeString() with --without-valid-build (https://gitlab.gnome.org/GNOME/libxml2/-/commit/d05317cee5eb2bd35269b7706a8850c6c3097de3) ? |
--- Fixed symlinks issue by reverting the file
-- Resolved
-- Updated |
-- Yes, just this patch is sufficient to resolve compilation error.
-- Yes , the followup patch is not needed. |
-- The above files have been deleted in the release v2.9.13. |
@HimaBinduMeda This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 15 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@johanvos, @kevinrushforth, @arapte) but any other Committer may sponsor as well.
|
/integrate |
@HimaBinduMeda |
/sponsor |
Going to push as commit b0f2521.
Your commit was automatically rebased without conflicts. |
@arapte @HimaBinduMeda Pushed as commit b0f2521. |
We currently use libxml2 version 2.9.12. It should be updated to latest stable release, which is version 2.9.13.
The steps to update libxml are documented in UPDATING.txt.
There is compilation issue with the release 2.9.13, as mentioned here: https://gitlab.gnome.org/GNOME/libxml2/-/issues/349.
Updated the code with the changes as per the fix mentioned in above link.
Compiled and verified on Windows, Mac and Linux platforms.
Sanity testing looks fine.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jfx pull/764/head:pull/764
$ git checkout pull/764
Update a local copy of the PR:
$ git checkout pull/764
$ git pull https://git.openjdk.java.net/jfx pull/764/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 764
View PR using the GUI difftool:
$ git pr show -t 764
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jfx/pull/764.diff