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

[bot]: Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.3 to 3.0.0 #3066

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2024

Bumps org.asciidoctor:asciidoctor-maven-plugin from 2.2.3 to 3.0.0.

Release notes

Sourced from org.asciidoctor:asciidoctor-maven-plugin's releases.

v3.0.0

This major release ("It's about time") contains new features, fixes and also some breaking changes. Make sure to read the migration guide to help with the upgrade (it should be available soon after the release).

The most notable changes for users are:

  • Refactoring of code base into independent modules 👨‍💻 :
    • The new asciidoctor-maven-plugin contains the well-known maven plugin without maven-site integration dependencies. This will safe some time and bandwidth when using it ⏳ .
    • The maven-site integration Doxia module has been renamed to asciidoctor-converter-doxia-module. Those using the current one may want to use this for minimal impact.
    • A new maven-site integration Doxia module 🎉 has been introduced, asciidoctor-parser-doxia-module. This modules is made to be compatible with the popular Fluido skin and aims to make it easy to write your site docs in AsciiDoc as a drop-in replacement for any other format. No need for custom CSS or other customizations, albeit not all Asciidoctor features are supported yet. Please, report if you want anything added in the following releases.

As a consequence of the refactoring, the parent project is now called asciidoctor-maven-tools this will reflect in this repository tags, but it's of no consequence for users.

Another line of work in this release has been the automation of several maintenance tasks 🔧 to improve the overall shape of the project and facilitate faster and more regular releases 🚀

  • Introduction of Dependabot to maintain dependencies.
  • Several CI improvements and automation of releases via GH Actions. If you see this, this means it worked 😄

As always, thanks to all contributors! Especially those taking time to provide report issues and feedback 👍

Improvement

  • Split plugin and site integration in sub-modules: asciidoctor-maven-plugin and asciidoctor-doxia-module #595
  • Add 'asciidoc' as a valid file extension in AsciidoctorDoxiaParserModule (#595)
  • Fix throwing an exception when registering a non Extension (#596)
  • Reimplement resource copy using 'plexus.util.DirectorScanner' instead of 'maven-filtering' to reduce dependencies and build time #597
  • Replace deprecated 'headerFooter' by 'standalone' in configuration (#649)
  • Remove internal use of 'destinationDir' AsciidoctorJ method (#650)
  • Upgrade Asciidoctorj to v2.5.11 (#688) and jRuby to v9.4.5.0 (#665)
  • Improve the warning message when the destination file is going to be replaced (#728)
  • Added .editorconfig file to facilitate code formatting (#760)

Bug Fixes

  • Fix default value for eruby which caused a fail when using erb templates (#610)
  • Fix maven properties not being injected as attributes during site conversion (#656)
  • Remove Java 'requires open access' module warning in modern Java versions with JRuby v9.4.5.0 (#553)
  • Fix breadcrumbs not showing the document title in maven-site pages (#763)

Documentation

Release Meta

Released on: 2024-02-14 Released by: @​abelsromero Soundtrack: Devin Townsend - Disco Inferno (Order of Magnitude)

v2.2.6

... (truncated)

Changelog

Sourced from org.asciidoctor:asciidoctor-maven-plugin's changelog.

== v3.0.0 (2024-01-30)

Bug Fixes::

  • Fix default value for eruby which caused a fail when using erb templates (#610)
  • Fix maven properties not being injected as attributes during site conversion (#656)
  • Remove Java 'requires open access' module warning in modern Java versions with JRuby v9.4.5.0 (#553)
  • Fix breadcrumbs not showing the document title in maven-site pages (#763)

Improvements::

  • Split plugin and site integration in sub-modules: asciidoctor-maven-plugin and asciidoctor-doxia-module (#595)
  • Add 'asciidoc' as valid file extension in AsciidoctorDoxiaParserModule (#595)
  • Fix throwing an exception when registering a non Extension (#596)
  • Reimplement resource copy using 'plexus.util.DirectorScanner' instead of 'maven-filtering' to reduce dependencies and build time (#597)
  • Replace deprecated 'headerFooter' by 'standalone' in configuration (#649)
  • Remove internal use of 'destinationDir' AsciidoctorJ method (#650)
  • Upgrade Asciidoctorj to v2.5.11 (#688) and jRuby to v9.4.5.0 (#665)
  • Improve warning message when destination file is going to be replaced (#728)
  • Added .editorconfig file to facilitate code formatting (#760)

Build / Infrastructure::

  • Fix maven-source-plugin configuration for releases (#644)
  • Set Java 11 as minimal version (remove Java8 support) (#652)
  • Use Maven v3.9.5 in CI and wrapper (#662)
  • Add Java 21 to CI (#664)
  • Bump Doxia to v1.11.1 and maven-site-plugin in IT to 3.12.0 (#579)
  • Upgrade build related Maven plugins to the latest versions (#606)
  • Set minimal maven version to 3.8.5 (#607)
  • Bump GH 'checkout' and 'setup-java' to v3 & delete unused TravisCI configuration (#627)
  • Bump plugins versions & set CI Maven to v3.9.1 (#629)
  • Add Maven matrix testing + define Maven compatibility policy (#632)
  • Bump build related Maven plugins to the latest versions (#635)
  • Remove use of deprecated 'parent.version' Maven property (#606)
  • Add Dependabot to automate dependency management (#669)
  • Improvements to dependency management (#690)
  • Test Javadoc generation in CI (#690)
  • Fix maven-deploy-plugin and prerequisites Maven warnings (#709)
  • Use latest maven-plugin-tools and remove Dependabot exclusion (CI test ensure backward compatibility) (#717)
  • Use latest Maven Doxia and remove Dependabot exclusion (CI test ensure backward compatibility) (#719)
  • Use latest Maven and remove Dependabot exclusion (CI test ensure backward compatibility) (#722)
  • Test artifact's signature with Maven in CI (#736)
  • Automate release using GH Actions (#141)
  • Ensure Mojos use correct default values in unit tests (#609)
  • Replace use of reflection by direct JavaExtensionRegistry calls to register extensions (#596)

Documentation::

... (truncated)

Commits
  • 3fd86ff [maven-release-plugin] prepare release asciidoctor-maven-tools-3.0.0
  • 9cd76a1 Update docs for v3.0.0 release (#779)
  • 41bb44a Update Antora component version to 3.0 (#778)
  • 2a3a22b Remove un-necessary dependency from parser-doxia-module (#777)
  • e5a4ebe Bump s4u/setup-maven-action from 1.11.0 to 1.12.0 (#775)
  • 1fc2014 (main) Port fixes for maven-site breadcrumbs from v2.2.x #763 (#774)
  • 5432f0c Mark Zip mojo as deprecated for removal in next major (#773)
  • c8b543a Add support for description lists in parser-doxia-module (#772)
  • 19ddcdc (main): Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 (#765)
  • 19b0f0f (main): Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (#766)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin) from 2.2.3 to 3.0.0.
- [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctor-maven-plugin@asciidoctor-maven-plugin-2.2.3...asciidoctor-maven-tools-3.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 20, 2024
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
0 participants