Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No. The plugin is not using log4j2 for logging nor it bundles the log4j library at all.

Why are formulas written in LaTeX/AsciiMath/JLatexMath do not work anymore in Confluence 8.x?

This is caused by the changed default output format from PNG → SVG. The AsciiMath syntax cannot be rendered as SVG.

You can change back the default settings in the plugin configuration by unchecking the option 'Default File Format SVG'

Image Added

Alternative you can explicitly define the output format in each plantuml macro using the 'Output Format' property:

Image Added


Error rendering macro 'plantuml': null

If you see the following error

Image RemovedImage Added

this could be caused by:

...

In newer Confluence versions (>= 7.10) this problem happens just by updating the plugin and could be solved by just restarting Confluence. If this does not help then please try to uninstall the plugin and then reinstall the plugin. If this does not help then perform the steps described here: https://confluence.atlassian.com/confkb/how-to-clear-confluence-plugins-cache-297664846.html

#includeurl is not working (anymore)

First of all check if the URL is accessible (without authentication) using the command line tool curl (https://curl.se/) on a Confluence node.

If the content is accessible by curl maybe the problem is caused by the plantuml security profile (Image AddedDeploy PlantUML safely ).

You can check the security profile in the plugin configuration:


Image Added
Image Added

You can change the security profile by the environment variable `-DPLANTUML_SECURITY_PROFILE`, e.g. in the bin/setenv.sh script:

Code Block
languagebash
themeMidnight
CATALINA_OPTS="-DPLANTUML_SECURITY_PROFILE=LEGACY $CATALINA_OPTS"