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

Bump asciidoctor-maven-plugin from 1.5.3 to 2.1.0 #16

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps asciidoctor-maven-plugin from 1.5.3 to 2.1.0.

Release notes

Sourced from asciidoctor-maven-plugin's releases.

v2.1.0

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

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 🐦, 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 👍

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)
  • #465 Add GitHub’s PR and issue templates
  • #482 Add copyright notice to README and remove unnecessary license header from sources

Build / Infrastructure

  • #448 Update maven-release-plugin version (3.0.0-M1) and POM scm configuration to simplify release proce
  • #452, #453 Add GitHub Actions build for Linux, Windows, MacOS and Java 8, 11
  • #460 Simplify TravisCI and AppVeyor to run Java 8 and 11 only
  • #479 Upgrade Maven from v3.5.0 to 3.6.3 in AppVeyor and jacoco-maven-plugin version from v0.8.2 to 0.8.5
  • #481 Use maven-javadoc-plugin version defined in pluginManagement + update to v3.2.0
  • #484 Add Maven Wrapper to project and CI builds

Release Meta

Released on: 2020-09-15 Released by: @​abelsromero Soundtrack: Detonation (Steven Wilson)

v2.0.0

V2.0.0 ("New beginning") is the first release to make official the use semantic versioning. Until now, the plugin, Asciidoctorj and Asciidoctor itself shared major versioning.

... (truncated)

Changelog

Sourced from asciidoctor-maven-plugin's changelog.

== v2.1.0 (2020-09-15)

Improvements::

  • Inject Maven properties as attributes in process-asciidoc mojo (#459)
  • Make auto-refresh (and http by inheritance) only convert modified and created sources (#474)
  • Make auto-refresh only copy modified and created resources + taking into consideration options (#478)
  • Make auto-refresh ignore docInfo files to avoid copying them into output (#480)
  • Add official support for http mojo with life preview and refresh of html output (#483)

Bug Fixes::

  • Remove Maven components from plugin descriptor (#450)
  • Remove unnecessary maven's @​Parameter configuration from ExtensionConfiguration, Synchronization and Resources (#461)
  • Remove unused BuildContext from AsciidoctorMojo (#462)
  • Remove unnecessary required configuration from mojo parameters (#463)
  • Prevent sources from being converted twice in http mojo (#469)
  • Remove synchronization property from mojo (#471)

Documentation::

  • Add reference to v2-migration-guide in README for better findability (#445)
  • Fix broken link to V2 migration guide (https://github.com/ge0ffrey[@​ge0ffrey]) (#446)
  • Add GitHub's PR and issue templates (#465)
  • Add auto-refresh mojo documentation (#466)
  • Add copyright notice to README and remove unnecessary license header from sources (#482)

Build / Infrastructure::

  • Updated maven-release-plugin version (3.0.0-M1) and POM scm configuration to simplify release process
  • Adds GitHub Actions build for Linux, Windows, MacOS and Java 8, 11 (#452, #453)
  • Simplify TravisCI and AppVeyor to run Java 8 and 11 only (#460)
  • Upgrade Maven from v3.5.0 to 3.6.3 in AppVeyor (#460)
  • Updated jacoco-maven-plugin version from v0.8.2 to 0.8.5 (#479)
  • Use maven-javadoc-plugin version defined in pluginManagement + update to v3.2.0 (#481)
  • Add Maven Wrapper to project and CI builds (#484)
  • Upgrade Asciidoctorj to 2.4.1 ad jRuby to 9.2.13.0 (#486)
Commits
  • 4a8727b [maven-release-plugin] prepare release asciidoctor-maven-plugin-2.1.0
  • 86aff56 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)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 16, 2021
@Gonz410 Gonz410 closed this Mar 16, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 16, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/org.asciidoctor-asciidoctor-maven-plugin-2.1.0 branch March 16, 2021 15:30
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rethink http mojo life refresh Add maven wrapper
1 participant