hathiphant
hathiphant
HTML entities are loaded via class `com.vladsch.flexmark.util.sequence.Html5Entities` which is in `flexmark-util-sequence-0.62.2.jar` but [use](https://github.com/vsch/flexmark-java/blob/c0313d67e0146292a10d04eb8944faff991579e9/flexmark-util-sequence/src/main/java/com/vladsch/flexmark/util/sequence/Html5Entities.java#L19) 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...
When I have two schemas each referencing the other, creating a loop, I see an error (infinite loop) when loading schemas. ## Example ### Schema 1 (file `person.schema.json`) ``` {...
Given that version 2.0.0 require Java 17, it would be useful to add a `module-info.java` for better compatibility. By example, running OpenJDK tool `jdeps`, it suggests the following content for...