Update asciidoctorj-diagram dependency in order to use new plantuml.jar
See original GitHub issueThe currently used plantuml version (plantuml.8053.jar) has a bad rendering algorithm. This jar is bundled in asciidoctorj-diagram.
For a new asciidoctorj-diagram version AsciidoctorJ 2.x is required, see cannot load such file asciidoctor/logging · Issue #228 · asciidoctor/asciidoctor-diagram. So this issue depends on #162
As AsciidoctorJ 2.x has breaking changes it’s not possible to just update the plugin dependency while using the plugin.
at org.sahli.asciidoc.confluence.publisher.converter.AsciidocConfluencePage.pageTitle (AsciidocConfluencePage.java:173)
at org.sahli.asciidoc.confluence.publisher.converter.AsciidocConfluencePage.newAsciidocConfluencePage (AsciidocConfluencePage.java:116)
at org.sahli.asciidoc.confluence.publisher.converter.AsciidocConfluenceConverter.lambda$buildPageTree$0 (AsciidocConfluenceConverter.java:103)
at java.util.ArrayList.forEach (ArrayList.java:1257)
at org.sahli.asciidoc.confluence.publisher.converter.AsciidocConfluenceConverter.buildPageTree (AsciidocConfluenceConverter.java:98)
at org.sahli.asciidoc.confluence.publisher.converter.AsciidocConfluenceConverter.convert (AsciidocConfluenceConverter.java:82)
at org.sahli.asciidoc.confluence.publisher.maven.plugin.AsciidocConfluencePublisherMojo.execute (AsciidocConfluencePublisherMojo.java:108)
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Asciidoctor Diagram
Asciidoctor Diagram is a set of Asciidoctor extensions that enable you to add diagrams, which you describe using plain text, to your AsciiDoc...
Read more >Frequently Asked Questions - PlantUML
PlantUML is a generator, which means that it automatically creates diagrams based on the text you provide. This is different from some other...
Read more >activating asciidoctor diagram extension plantuml in maven ...
Yes, you have to add both the dependency to asciidoctorj-diagram and you have to specify the requires/require in the configuration like you ...
Read more >Read Awesome Asciidoctor Notebook - Leanpub
We create a new Asciidoctor file with the following contents: ... For example for a Ditaa diagram we use `ditaa::` and for PlantUML...
Read more >Using PlantUML - SE-EDU
Create/Edit PlantUML diagrams ... After installing the PlantUML integration plugin, simply create or open any .puml file to start editing it.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @cstettler, thank you for the release. Just updated to 0.8.0. Works like a charm.
Hi @masooh, the Confluence Publisher release 0.8.0 including this change and some more features is now available.