Integrated: 8332545: Fix handling of HTML5 entities in Markdown comments
Jonathan Gibbons
jjg at openjdk.org
Tue May 21 00:43:14 UTC 2024
On Mon, 20 May 2024 20:17:10 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a small fix to address a crash when handling HTML5 entities in a Markdown doc comment.
>
> The path for the `entities.txt` (originally `entities.properties`) was not correctly imported when importing the latest version of `commonmark-java`. And, the makefiles need to be updated to include the `.txt` file in the image. (The interim module for the interim javadoc already had this fix.)
>
> A simple new test is provided, containing entities that previously caused `javadoc` to crash.
This pull request has now been integrated.
Changeset: 6e805127
Author: Jonathan Gibbons <jjg at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/6e805127f8091d46205165746d7c59a40703958d
Stats: 79 lines in 3 files changed: 77 ins; 0 del; 2 mod
8332545: Fix handling of HTML5 entities in Markdown comments
Reviewed-by: prappo, erikj
-------------
PR: https://git.openjdk.org/jdk/pull/19317
More information about the javadoc-dev
mailing list