-
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 Document interface #1202
Labels
Milestone
Comments
This was referenced May 20, 2023
abelsromero
added a commit
to abelsromero/asciidoctorj
that referenced
this issue
May 22, 2023
* Improved 'org.asciidoctor.ast.Document' Javadocs Fixes asciidoctor#1202
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
* Improved 'org.asciidoctor.ast.Document' Javadocs Fixes asciidoctor#1202
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 30, 2023
* Improved 'org.asciidoctor.ast.Document' Javadocs Fixes asciidoctor#1202
abelsromero
added a commit
to abelsromero/asciidoctorj
that referenced
this issue
May 30, 2023
5 tasks
abelsromero
added a commit
to abelsromero/asciidoctorj
that referenced
this issue
May 30, 2023
abelsromero
added a commit
to abelsromero/asciidoctorj
that referenced
this issue
May 31, 2023
* Improved 'org.asciidoctor.ast.Document' Javadocs Fixes asciidoctor#1202
abelsromero
added a commit
to abelsromero/asciidoctorj
that referenced
this issue
May 31, 2023
abelsromero
added a commit
to abelsromero/asciidoctorj
that referenced
this issue
May 31, 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 old methods that were created in alignment to Asciidoctor (hence Ruby) naming conventions instead of Java's. Newer versions have been available for a while with no feature differences.
One example is
String doctitle()
, this was deprecated in favor ofString getDoctitle()
.We'll need to document these changes in the migration guide.
The text was updated successfully, but these errors were encountered: