asciidoctor / asciidoclet

:clipboard: A Javadoc Doclet based on Asciidoctor that lets you write Javadoc in the AsciiDoc syntax.
https://github.com/asciidoctor/asciidoclet
Apache License 2.0
132 stars 40 forks source link

Update asciidoctorj to 2.4.2 and java version to 8 #104

Closed devlauer closed 3 months ago

devlauer commented 3 years ago

In 2019 the asciidoctorj implementation switched to 2.x and changed the minimum Java version to 8. This change fixed many issues with extensions, but also brought some incompatible changes in the extension api with the 1.5.x. version of asciidoctorj (currently used by asciidoclet).

To be able to use the new generation of asciidoctorj extensions in asciidoclet the version of asciidoctorj needs to be upgraded to 2.x (e.g. current stable version 2.4.2).

abelsromero commented 3 months ago

I think we can close this after recent work. The current repo uses the latest AsciidoctorJ 2.5.12 and is compatible with Java 11,17 and 21.

Thanks to all collaborators for the work and time, truly :bow: