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 from ast package #1214

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 in ast package.

How does it achieve that?

Simply remove the code marked as deprecated and adding migration docs.

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

Fixes #1204

Release notes

Please add a corresponding entry to the file CHANGELOG.adoc

robertpanzer commented 1 year ago

Thanks!