asciidoctor / asciidoctorj

:coffee: Java bindings for Asciidoctor. Asciidoctor on the JVM!
http://asciidoctor.org
Apache License 2.0
617 stars 172 forks source link

Remove deprecated methods from `extension` package #1203

Closed abelsromero closed 1 year ago

abelsromero commented 1 year ago

Methods already marked should be removed for v3.0.0 release.

This includes mostly methods whose naming was aligned with Ruby and have now equivalent Java versions (same as https://github.com/asciidoctor/asciidoctorj/issues/1202#issue-1718230782).

We'll need to document these changes in the migration guide.