V2.1.0 ("House cleaning") completes the consolidation and clean up work started with v2.0.0.
This version focuses on refactors and public availability of internal features that where not officially supported :rocket:.
The highlights...
Removal of code and configurations not being used.
Public availability of auto-refresh and http mojos.
These add life preview features to test and write more confortable. With them, all your configurations, included extensions, will be applied to modified files same way as during a normal build.
Special thanks to Romain Manni-Bucau (rmannibucau :bird:, rmannibucau :octocat:) who put the foundations in previous versions.
Focus on improved tests, going from 73% coverage to 85%.
As always, thanks to all contributors! Specially those taking time providing report issues and feedback :thumbsup:
Improvements
#459 Inject Maven properties as attributes in process-asciidoc mojo
#474, #478, #480 Made auto-refresh mojo officially available
These allows live conversion of documents, see the docs
#483 Made http mojo officially available
Extends auto-refresh capabilities making HTML docs available through and embedded HTTP server, see the docs
#486 Upgraded Asciidoctorj to 2.4.1 ad jRuby to 9.2.13.0
Documentation
#445 Add reference to v2-migration-guide in README for better findability
#446 Fix broken link to V2 migration guide (@ge0ffrey)
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 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 use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Bumps asciidoctor-maven-plugin from 2.0.0 to 2.1.0.
Release notes
Sourced from asciidoctor-maven-plugin's releases.
Commits
4a8727b
[maven-release-plugin] prepare release asciidoctor-maven-plugin-2.1.086aff56
updates README for next release 2.1.0 (#487)73d676d
bumps Asciidoctorj to 2.4.1 + jRuby to 9.2.13.0 (#486)a8a1d7e
closes #204: adds maven wrapper and uses it in CI solutions (#484)08fc4e0
closes #468: adds life refresh in http mojo (#483)14e0635
removes unnecessary licensee headers + adds copyright notice to README (#482)5a7430d
bumps maven-javadoc-plugin to latest 3.2.0 (#481)a61dd5e
avoids docInfo files from being copied in refresh mojo (#480)460e1b9
adds auto-refresh mojo documentation to README (#466)fadf217
bumps jacoco-maven-plugin to 0.8.5 (#479)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 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)