asciidoctor / asciidoctorj

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

Remove deprecated from extension package #1213

Closed abelsromero closed 1 year ago

abelsromero commented 1 year ago

Kind of change

Description

What is the goal of this pull request?

Remove deprecated methods from extension package.

How does it achieve that?

Simply removing the marked code.

Are there any alternative ways to implement this?

no

Are there any implications of this pull request? Anything a user must know?

Users will need to update their code if they use some of the removed methods. The PR includes a migration guide.

Issue

If this PR fixes an open issue, please add a line of the form:

Fixes #1203

Release notes

Please add a corresponding entry to the file CHANGELOG.adoc

robertpanzer commented 1 year ago

Thanks!