question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update asciidoctorj-diagram dependency in order to use new plantuml.jar

See original GitHub issue

The 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
masoohcommented, Sep 20, 2019

Hi @cstettler, thank you for the release. Just updated to 0.8.0. Works like a charm.

0reactions
cstettlercommented, Sep 14, 2019

Hi @masooh, the Confluence Publisher release 0.8.0 including this change and some more features is now available.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found