flexmark-java icon indicating copy to clipboard operation
flexmark-java copied to clipboard

HTML Entities bug when used in modular mode (resource not found because in different module)

Open hathiphant opened this issue 4 years ago • 0 comments

HTML entities are loaded via class com.vladsch.flexmark.util.sequence.Html5Entities which is in flexmark-util-sequence-0.62.2.jar but use resource file /com/vladsch/flexmark/util/html/entities.properties which is in flexmark-util-html-0.62.2.jar. When using Flexmark with Java 9 Jigsaw (--module-path and not --class-path), the file containing definitions of entities can not be loaded (not found).

hathiphant avatar May 05 '21 08:05 hathiphant