pp icon indicating copy to clipboard operation
pp copied to clipboard

Illegal reflective access by net.sourceforge.plantuml.svg.SvgGraphics

Open ricpelo opened this issue 5 years ago • 1 comments

Using pp 2.14.1 (linux x86_64, ghc 8.6) inside Pandoc 2.11.0.2, with the following code:

!uml(evaluacion.svg)()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
:expresión;
while (¿es posible reducir?) is (sí)
  :aplicar una reducción;
endwhile (no)
:forma normal;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I got the following warning message:

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by net.sourceforge.plantuml.svg.SvgGraphics (file:/tmp/plantuml.jar) to constructor com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl()
WARNING: Please consider reporting this to the maintainers of net.sourceforge.plantuml.svg.SvgGraphics
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

Other than that, I don't see any problem and all works OK.

ricpelo avatar Oct 25 '20 21:10 ricpelo

I can not reproduce this. It seems to be a plantuml issue.

CDSoft avatar Nov 03 '20 08:11 CDSoft