Release notes
*Sourced from [asciidoctor-maven-plugin's releases](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases).*
> ## v1.6.0
> This release is done to provide easy access to AsciidoctorJ v1.6.2 by third party tools like [Spring REST docs](https://spring.io/projects/spring-restdocs).
> This does not include any additional feature and includes only required modification for v1.6.2 compatibility.
>
> Thanks to all contributors! Specially those taking time providing report issues and feedback 👍
>
> ## Changes
>
> - Upgrade default version of Asciidoctorj to v1.6.2 alongside jruby-complete to v9.2.6.0
> - Removed compatibility with Java 7, minimum version is 8
>
> ## Notes
>
> Due to issues found with PDF conversion [#398](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/398) and aligned with the goal of this release, `jruby-complete` artifact is still used as jRuby dependency. Instead of `jruby` which is provided by AsciidoctorJ.
>
> ## Release Meta
>
> Released on: 2018-04-05
> Released by: [@abelsromero](https://github.com/abelsromero)
> Soundtrack: The Watchmaker (Steven Wilson)
>
> ## v1.5.8 "Farewell"
> This release aligns the maven plugin version to the version of [AsciidoctorJ](https://github.com/asciidoctor/asciidoctorj) v1.5.8.1.
>
> This is a "farewell" version before starting work on 2.0.0 version which will introduce non-backward compatible changes.
> Changes are meant to align with improvements done in Asciidoctor and remove some "quirks" added in the maven plugin over time.
> Most notably are:
> * Removal of `imagesDir` and `sourceHighlighter` options in favour of defining it in the `` section.
> * Replacement of `templateDir` (now deprecated in Asciidoctor) by `templateDirs` (List) ([#265](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/265))
> * Removing support for Java 7
>
> Special thanks to all contributors during all the 1.5.x releases!
>
> ## Improvements
>
> - [#370](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/pull/370) Added openjdk9 and Java 10 to TravisCI
> - [#375](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/pull/375) Use asciidoctor.convertFile() instead of asciidoctor.renderFile() ([@robertpanzer](https://github.com/robertpanzer))
>
> ## Bug fixes
>
> - [#372](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/pull/372) Fix setting logHandler.outputToConsole to be true by default
> - [#386](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/pull/386) Be able to use LAN IP (for http server preview) ([@andersonb](https://github.com/andersonb))
>
> ## Documentation
>
> - [#382](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/pull/382) Add tip on how to show the asciidoctor version
>
> ## Release Meta
>
> Released on: 2019-03-30
> ... (truncated)
Commits
- [`2f1377e`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/2f1377ef6a9a2c1e010756a1d0001c101655491b) update version to 1.6.0 + fix javadocs + remove java7
- [`d3466ac`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/d3466ac2f4639fc6fda9f70e9e86a85b1c728590) integrate AsciidoctorJ 1.6.2 + add java 10 and 11 CI testing
- [`a8339f9`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/a8339f9cc2827c095f36cd743ae1def217d2c62e) [maven-release-plugin] prepare release asciidoctor-maven-plugin-1.5.8
- [`0a664b1`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/0a664b15bb85e04c5ab02b7c49af789bb06a5a9d) use comet branch name for remote include test instead of master ([#390](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/390))
- [`d9fe56c`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/d9fe56c738aa13e2efce2713d4e205f0ed2b9e04) add tip on how to show the asciidoctor version ([#382](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/382))
- [`0ce9bc4`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/0ce9bc4bc64c75330fc38c93d953abeee42a1edf) Be able to use LAN IP ([#386](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/386))
- [`2a58d41`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/2a58d4173dd0c4ae4ab691a883133dc1064dd094) Update asciidoctorj to 1.5.8.1 ([#384](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/384))
- [`4765104`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/4765104a6379bf3f14e7aaeda6173fe1178959d7) Update TravisCI setting to new vm based builds ([#377](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/377))
- [`c749461`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/c749461b2b17a99ece3b153ce5c27410f4844004) Use asciidoctor.convertFile() instead of asciidoctor.renderFile() ([#375](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/375))
- [`d82b333`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/d82b333ce8edf93b0c928bd1f375a9b8a245d707) fix setting logHandler.outputToConsole to be true by default ([#372](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/372))
- Additional commits viewable in [compare view](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/asciidoctor-maven-plugin-1.5.7.1...asciidoctor-maven-plugin-1.6.0)
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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)
Finally, you can contact us by mentioning @dependabot.
Bumps asciidoctor-maven-plugin from 1.5.7.1 to 1.6.0.
Release notes
*Sourced from [asciidoctor-maven-plugin's releases](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases).* > ## v1.6.0 > This release is done to provide easy access to AsciidoctorJ v1.6.2 by third party tools like [Spring REST docs](https://spring.io/projects/spring-restdocs). > This does not include any additional feature and includes only required modification for v1.6.2 compatibility. > > Thanks to all contributors! Specially those taking time providing report issues and feedback 👍 > > ## Changes > > - Upgrade default version of Asciidoctorj to v1.6.2 alongside jruby-complete to v9.2.6.0 > - Removed compatibility with Java 7, minimum version is 8 > > ## Notes > > Due to issues found with PDF conversion [#398](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/398) and aligned with the goal of this release, `jruby-complete` artifact is still used as jRuby dependency. Instead of `jruby` which is provided by AsciidoctorJ. > > ## Release Meta > > Released on: 2018-04-05 > Released by: [@abelsromero](https://github.com/abelsromero) > Soundtrack: The Watchmaker (Steven Wilson) > > ## v1.5.8 "Farewell" > This release aligns the maven plugin version to the version of [AsciidoctorJ](https://github.com/asciidoctor/asciidoctorj) v1.5.8.1. > > This is a "farewell" version before starting work on 2.0.0 version which will introduce non-backward compatible changes. > Changes are meant to align with improvements done in Asciidoctor and remove some "quirks" added in the maven plugin over time. > Most notably are: > * Removal of `imagesDir` and `sourceHighlighter` options in favour of defining it in the `Commits
- [`2f1377e`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/2f1377ef6a9a2c1e010756a1d0001c101655491b) update version to 1.6.0 + fix javadocs + remove java7 - [`d3466ac`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/d3466ac2f4639fc6fda9f70e9e86a85b1c728590) integrate AsciidoctorJ 1.6.2 + add java 10 and 11 CI testing - [`a8339f9`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/a8339f9cc2827c095f36cd743ae1def217d2c62e) [maven-release-plugin] prepare release asciidoctor-maven-plugin-1.5.8 - [`0a664b1`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/0a664b15bb85e04c5ab02b7c49af789bb06a5a9d) use comet branch name for remote include test instead of master ([#390](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/390)) - [`d9fe56c`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/d9fe56c738aa13e2efce2713d4e205f0ed2b9e04) add tip on how to show the asciidoctor version ([#382](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/382)) - [`0ce9bc4`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/0ce9bc4bc64c75330fc38c93d953abeee42a1edf) Be able to use LAN IP ([#386](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/386)) - [`2a58d41`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/2a58d4173dd0c4ae4ab691a883133dc1064dd094) Update asciidoctorj to 1.5.8.1 ([#384](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/384)) - [`4765104`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/4765104a6379bf3f14e7aaeda6173fe1178959d7) Update TravisCI setting to new vm based builds ([#377](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/377)) - [`c749461`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/c749461b2b17a99ece3b153ce5c27410f4844004) Use asciidoctor.convertFile() instead of asciidoctor.renderFile() ([#375](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/375)) - [`d82b333`](https://github.com/asciidoctor/asciidoctor-maven-plugin/commit/d82b333ce8edf93b0c928bd1f375a9b8a245d707) fix setting logHandler.outputToConsole to be true by default ([#372](https://github-redirect.dependabot.com/asciidoctor/asciidoctor-maven-plugin/issues/372)) - Additional commits viewable in [compare view](https://github.com/asciidoctor/asciidoctor-maven-plugin/compare/asciidoctor-maven-plugin-1.5.7.1...asciidoctor-maven-plugin-1.6.0)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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.