-
Notifications
You must be signed in to change notification settings - Fork 172
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
Labels
Milestone
Comments
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
5 tasks
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
Methods already marked should be removed for v3.0.0 release.
Those are:
OptionsBuilder
or Map<String,?> for options instead ofOptions
instancereadDocumentHeader
methods, that are replaced byload
We'll need to document these changes in the migration guide.
The text was updated successfully, but these errors were encountered: