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 Options and Attributes #1199

Closed abelsromero closed 1 year ago

abelsromero commented 1 year ago

New Builder methods have been available for several versions and I think it's time to remove them to simplify code. The goals are:

This does not suppress https://github.com/asciidoctor/asciidoctorj/issues/977, that was a good conversation and there's room to improve, this is just to remove what we already agree to clean code.

abelsromero commented 1 year ago

I think this could be the last milestone for v3.0.0? Or is there anything else that we should add?

abelsromero commented 1 year ago

Working on it I see there are also the deprecated methods in the Asciidoctor interface, I'd rather deal with that in another PR. I'll create another issue to track tath.

abelsromero commented 1 year ago

Found also methods in Document to remove.