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

Update dependency org.asciidoctor:asciidoctorj to v3 #1992

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.asciidoctor:asciidoctorj 2.5.13 -> 3.0.0 age adoption passing confidence

Release Notes

asciidoctor/asciidoctorj (org.asciidoctor:asciidoctorj)

v3.0.0

Breaking changes

Improvement:

  • Fix Macro APIs to take StructuralNodes and return Phrase- or StructuralNodes. (#​1084)
  • Allow Preprocessor extensions to create new Readers and replace the original Reader. (#​1081)
  • Set Java 11 as the minimal version (#​1151) (@​abelsromero)
  • Remove deprecated methods in Options, OptionsBuilder, Attributes & AttributesBuilder (#​1199) (@​abelsromero)
  • Remove deprecated methods from Asciidoctor interface (#​1201) (@​abelsromero)
  • Remove deprecated methods from Document interface (#​1202) (@​abelsromero)
  • Remove deprecated methods and constants from extension package (#​1203) (@​abelsromero)
  • Remove deprecated methods from ast package (#​1204) (@​abelsromero)
  • Add Automatic-Module-Name manifest entry to core, api, and cli for reserving stable JPMS module names (#​1240) (@​leadpony)
  • Remove Java 'requires open access' module warning in modern Java versions (#​1246)
  • Add Reader.getSource() and Reader.getSourceLines() (#​1262)

Bug Fixes:

Compatible changes

Improvement:

  • Add setContext function to StructuralNode. (#​1250) (@​RayOffiah)
  • Add command line option --failure-level to force non-zero exit code from AsciidoctorJ CLI if specified logging level is reached. (#​1114)
  • Upgrade to asciidoctorj 2.0.23 (#​1280)
  • Upgrade to asciidoctorj-pdf 2.3.18 (#​1280)
  • Upgrade to asciidoctorj-revealjs 5.1.0 (#​1256)
  • Upgrade to asciidoctorj-diagram 2.3.1 (#​1280)
  • Upgrade to asciidoctorj-diagram-jsyntrax 1.38.2 (#​1282)
  • Upgrade to JRuby 9.4.8.0 (#​1280)
  • Upgrade to tilt 2.0.11 (#​1109)
  • Upgrade to asciimath 2.0.4 (#​1109)
  • Expose sectnum property in Section interface (#​1121)
  • Replace use of deprecated 'numbered' attribute by 'sectnums' (#​1123) (@​abelsromero)
  • Expose source and source_lines use of deprecated 'numbered' in Document interface (#​1145) (@​abelsromero)
  • Accept 'null' as valid input (same as empty string) for load and convert String methods (#​1148) (@​abelsromero)
  • Create asciidoctorj-cli module to prevent unnecessary dependencies to asciidoctorj jar consumers (#​1149)
  • Add required --add-opens to cli launch script to remove Jdk warnings (#​1155) (@​abelsromero)
  • Rename deprecated headerFooter option to the new standalone with same functionality (#​1155) (@​abelsromero)
  • Remove class AsciidoctorUtils to remove complexity and unused logging (#​1169) (@​abelsromero)
  • Expose ImageReferences in the catalog (#​1166) (@​abelsromero)
  • Return Document AST when using convert or convertFile with appropriate options (#​1171) (@​abelsromero)
  • Expose Links in the catalog (#​1183) (@​abelsromero)

Bug Fixes:

Build Improvement:

Documentation:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-asciidoctorj branch 4 times, most recently from 8a39c1d to 0814f15 Compare August 30, 2024 19:39
@renovate renovate bot force-pushed the renovate/major-asciidoctorj branch 2 times, most recently from 9b7bda8 to 4fe28ea Compare September 9, 2024 16:03
@renovate renovate bot force-pushed the renovate/major-asciidoctorj branch 13 times, most recently from 3b875bb to b5a0212 Compare September 30, 2024 19:17
@renovate renovate bot force-pushed the renovate/major-asciidoctorj branch 4 times, most recently from 5011116 to da01382 Compare October 10, 2024 16:59
@renovate renovate bot force-pushed the renovate/major-asciidoctorj branch 7 times, most recently from 93aed08 to 8abb345 Compare October 18, 2024 10:03
@renovate renovate bot force-pushed the renovate/major-asciidoctorj branch 5 times, most recently from e5004d0 to 2dd1f18 Compare December 19, 2024 15:05
@leonard84
Copy link
Member

leonard84 commented Dec 19, 2024

Blocked until https://github.com/asciidoctor/asciidoctor-gradle-plugin supports 3.0.0
I've prepared the necessary changes on our end https://github.com/leonard84/spock/tree/asciidoctor-3.0-upgrade

@renovate renovate bot force-pushed the renovate/major-asciidoctorj branch 8 times, most recently from 9ce6f81 to 8616149 Compare December 26, 2024 15:46
@renovate renovate bot force-pushed the renovate/major-asciidoctorj branch 9 times, most recently from 661d485 to 1aa146e Compare December 29, 2024 16:12
Copy link

codecov bot commented Dec 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.88%. Comparing base (3413de9) to head (2cbefcb).
Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1992   +/-   ##
=========================================
  Coverage     81.88%   81.88%           
  Complexity     4687     4687           
=========================================
  Files           452      452           
  Lines         14671    14671           
  Branches       1845     1845           
=========================================
  Hits          12014    12014           
  Misses         1976     1976           
  Partials        681      681           

@renovate renovate bot force-pushed the renovate/major-asciidoctorj branch from 1aa146e to 2cbefcb Compare December 29, 2024 16:37
@leonard84 leonard84 closed this Dec 29, 2024
Copy link
Contributor Author

renovate bot commented Dec 29, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/major-asciidoctorj branch December 29, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant