asciidoctor / asciidoctorj-diagram

AsciidoctorJ Diagram bundles the Asciidoctor Diagram RubyGem (asciidoctor-diagram) so it can be loaded into the JVM using JRuby.
Apache License 2.0
10 stars 6 forks source link

update asciidoctor-diagram version to 2.2.8 #37

Closed inponomarev closed 1 year ago

inponomarev commented 1 year ago

Fix #36 😄

robertpanzer commented 1 year ago

Looks like Asciidoctor-diagram 2.2.8 is compiled for Java 11:

Mai 07, 2023 4:34:13 PM uri:classloader:/gems/asciidoctor-2.0.17/lib/asciidoctor/parser.rb build_block
SCHWERWIEGEND: sample.adoc: line 4: Failed to generate image: cannot link Java class org.asciidoctor.diagram.CommandProcessor org/asciidoctor/diagram/CommandProcessor has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
robertpanzer commented 1 year ago

Merging, since asciidoctor-diagram apparently bumped to Java 11 recently.