vsch / flexmark-java

CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.
BSD 2-Clause "Simplified" License
2.21k stars 260 forks source link

Fix for issue #577, avoid using reflection #578

Open palexdev opened 1 year ago

palexdev commented 1 year ago

It seems like with small changes to getUniverseSlow everything works fine while also avoid using reflection, which can be troublesome for GraalVM native images

fbricon commented 5 months ago

@vsch any chance this PR can get some attention pretty please?