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 methods from Asciidoctor interface #1201

Closed
abelsromero opened this issue May 20, 2023 · 0 comments · Fixed by #1207
Closed

Remove deprecated methods from Asciidoctor interface #1201

abelsromero opened this issue May 20, 2023 · 0 comments · Fixed by #1207

Comments

@abelsromero
Copy link
Member

abelsromero commented May 20, 2023

Methods already marked should be removed for v3.0.0 release.
Those are:

  • Methods that use OptionsBuilder or Map<String,?> for options instead of Options instance
  • readDocumentHeader methods, that are replaced by load

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

@abelsromero abelsromero added this to the v3.0.0 milestone May 20, 2023
abelsromero added a commit to abelsromero/asciidoctorj that referenced this issue May 21, 2023
* Also remove class org.asciidoctor.ast.DocumentHeader

Fixes asciidoctor#1201
abelsromero added a commit to abelsromero/asciidoctorj that referenced this issue May 21, 2023
abelsromero added a commit to abelsromero/asciidoctorj that referenced this issue May 21, 2023
* Also remove class org.asciidoctor.ast.DocumentHeader
* Update changelog

Fixes asciidoctor#1201

Update changelog
abelsromero added a commit to abelsromero/asciidoctorj that referenced this issue May 21, 2023
abelsromero added a commit to abelsromero/asciidoctorj that referenced this issue May 21, 2023
* Also remove class org.asciidoctor.ast.DocumentHeader
* Update changelog

Fixes asciidoctor#1201
abelsromero added a commit to abelsromero/asciidoctorj that referenced this issue May 21, 2023
abelsromero added a commit to abelsromero/asciidoctorj that referenced this issue May 22, 2023
abelsromero added a commit to abelsromero/asciidoctorj that referenced this issue May 29, 2023
* Also remove class org.asciidoctor.ast.DocumentHeader
* Update changelog

Fixes asciidoctor#1201
abelsromero added a commit to abelsromero/asciidoctorj that referenced this issue May 29, 2023
abelsromero added a commit to abelsromero/asciidoctorj that referenced this issue May 29, 2023
* Also remove class org.asciidoctor.ast.DocumentHeader
* Update changelog

Fixes asciidoctor#1201
abelsromero added a commit to abelsromero/asciidoctorj that referenced this issue May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant