Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated from extension package #1213

Conversation

abelsromero
Copy link
Member

Kind of change

  • Bug fix
  • New non-breaking feature
  • New breaking feature
  • Documentation update
  • Build improvement

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

* Remove deprecated methods in asciidoctorj-core/org.asciidoctor.extension
* Remove deprecated constants in asciidoctorj-api/org.asciidoctor.extension

Fixes asciidoctor#1203
@abelsromero abelsromero force-pushed the issue-1203-remove-deprecated-from-extension-package branch from a560ad4 to 50fd975 Compare June 1, 2023 16:41
@robertpanzer
Copy link
Member

Thanks!

@robertpanzer robertpanzer merged commit 1bdabed into asciidoctor:main Jun 2, 2023
@abelsromero abelsromero deleted the issue-1203-remove-deprecated-from-extension-package branch November 26, 2023 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove deprecated methods from extension package
2 participants