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

build(deps): bump asciidoctorj.version from 2.5.13 to 3.0.0 #1576

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2024

Bumps asciidoctorj.version from 2.5.13 to 3.0.0.
Updates org.asciidoctor:asciidoctorj-api from 2.5.13 to 3.0.0

Release notes

Sourced from org.asciidoctor:asciidoctorj-api's releases.

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:

... (truncated)

Changelog

Sourced from org.asciidoctor:asciidoctorj-api's changelog.

== 3.0.0 (2024-08-25)

=== 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.

  • 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)

... (truncated)

Commits

Updates org.asciidoctor:asciidoctorj from 2.5.13 to 3.0.0

Release notes

Sourced from org.asciidoctor:asciidoctorj's releases.

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:

... (truncated)

Changelog

Sourced from org.asciidoctor:asciidoctorj's changelog.

== 3.0.0 (2024-08-25)

=== 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.

  • 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)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 31, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/asciidoctorj.version-3.0.0 branch 5 times, most recently from 0914cb7 to 841584c Compare September 6, 2024 16:09
@dependabot dependabot bot force-pushed the dependabot/maven/asciidoctorj.version-3.0.0 branch 4 times, most recently from 54ed728 to 4f3ee7e Compare September 10, 2024 03:56
Bumps `asciidoctorj.version` from 2.5.13 to 3.0.0.

Updates `org.asciidoctor:asciidoctorj-api` from 2.5.13 to 3.0.0
- [Release notes](https://github.com/asciidoctor/asciidoctorj/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctorj/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctorj@v2.5.13...v3.0.0)

Updates `org.asciidoctor:asciidoctorj` from 2.5.13 to 3.0.0
- [Release notes](https://github.com/asciidoctor/asciidoctorj/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctorj/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctorj@v2.5.13...v3.0.0)

---
updated-dependencies:
- dependency-name: org.asciidoctor:asciidoctorj-api
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.asciidoctor:asciidoctorj
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/asciidoctorj.version-3.0.0 branch from 4f3ee7e to 975eb29 Compare September 10, 2024 18:54
@commjoen commjoen merged commit 501923e into master Sep 11, 2024
15 checks passed
@commjoen commjoen deleted the dependabot/maven/asciidoctorj.version-3.0.0 branch September 11, 2024 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant