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 Document interface #1202

Closed abelsromero closed 1 year ago

abelsromero commented 1 year ago

Methods already marked should be removed for v3.0.0 release. Those are old methods that were created in alignment to Asciidoctor (hence Ruby) naming conventions instead of Java's. Newer versions have been available for a while with no feature differences.

One example is String doctitle(), this was deprecated in favor of String getDoctitle().

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