intoolswetrust / jsignpdf

PDF signing software written in Java. It supports visible signatures, timestamping, certificate verification and many other cool features
https://intoolswetrust.github.io/jsignpdf/
Other
313 stars 121 forks source link

Bump asciidoctor-maven-plugin from 2.1.0 to 2.2.0 #44

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps asciidoctor-maven-plugin from 2.1.0 to 2.2.0.

Release notes

Sourced from asciidoctor-maven-plugin's releases.

v2.2.0

V2.2.0 aim has been in maintenance and accessibility.

The highlights...

  • Documentation has been migrated to Antora site docs.asciidoctor.org/maven-tools.
  • All tests have been migrated to Java & JUnit5.
  • Removed usage of AsciidoctorJ internal componentes.
  • Upgraded Asciidoctorj to latests v2.5. and jRuby to v9.2.17.0.

As always, thanks to all contributors! Specially those taking time providing report issues and feedback :+1:

Improvements

  • #542 Allow running a refresh build on included sources (for auto-refresh & http mojos)

Documentation

  • #498 Migrate docs (README) to Antora site and publish them in gh-pages
  • #507 Remove ambiguity in usage of maven properties docs
  • #509 Add ID to 'attributes' description, to be able to generate direct url from other docs
  • #523 Fix broken links to extension api documentation (@​djarnis73)
  • #529 Remove local antora site generator stuff (@​uniqueck)

Build / Infrastructure

  • #521 Upgrade tests to JUni5
  • #524 Rename main branch
  • #525 Set maven wrapper to use maven v3.8.1
  • #526 Upgrade Asciidoctorj to v2.4.3 and jRuby to v9.2.14.0
  • #531 Upgrade Asciidoctorj to v2.5.0 and jRuby to v9.2.17.0
  • #534 Upgrade Asciidoctorj to v2.5.1
  • #539 Added 'Asciidoctor' organization to pom
  • #540 Remove AppVeyor CI build
  • #544 Update distributionManagement to deploy directly without Bintray

Maintenance

  • #511 Upgrade netty-codec-http to 4.1.29.Final and refactor AsciidoctorHttpServer
  • #512 Rewrite AsciidoctorMojoTest to Java to make it more approachable
  • #514 Rewrite AsciidoctorMojoLogHandlerTest to Java to make it more approachable
  • #515 Rewrite AsciidoctorMojoExtensionsTest to Java to make it more approachable
  • #516 Rewrite AsciidoctorHttpMojoTest to Java to make it more approachable
  • #518 Rewrite AsciidoctorZipMojoTest to Java to make it more approachable
  • #519 Rewrite AsciidoctorDoxiaParserTest to Java + remove Groovy & Spock configurations
  • #532 Replace usage of internal Asciidoctorj DirectoryWalker with Java NIO API and fix incorrect sources converted when using sourceDocumentExtension (@​stdll)

Release Meta

Released on: 2021-07-19

... (truncated)

Changelog

Sourced from asciidoctor-maven-plugin's changelog.

== v2.2.0 (2021-07-18)

Improvements::

  • Allow running a refresh build on included sources (for auto-refresh & http mojos) (#542)

Documentation::

Build / Infrastructure::

  • Upgrade tests to JUni5 (#521)
  • Rename main branch (#524)
  • Set maven wrapper to use maven v3.8.1 (#525)
  • Upgrade Asciidoctorj to v2.4.3 and jRuby to v9.2.14.0 (#526)
  • Upgrade Asciidoctorj to v2.5.0 and jRuby to v9.2.17.0 (#531)
  • Upgrade Asciidoctorj to v2.5.1 (#534)
  • Added 'Asciidoctor' organization to pom (#539)
  • Remove AppVeyor CI build (#540)
  • Update distributionManagement to deploy directly without Bintray (#544)

Maintenance::

  • Upgrade netty-codec-http to 4.1.29.Final and refactor AsciidoctorHttpServer (#511)
  • Rewrite AsciidoctorMojoTest to Java to make it more approachable (#512)
  • Rewrite AsciidoctorMojoLogHandlerTest to Java to make it more approachable (#514)
  • Rewrite AsciidoctorMojoExtensionsTest to Java to make it more approachable (#515)
  • Rewrite AsciidoctorHttpMojoTest to Java to make it more approachable (#516)
  • Rewrite AsciidoctorZipMojoTest to Java to make it more approachable (#518)
  • Rewrite AsciidoctorDoxiaParserTest to Java + remove Groovy & Spock configurations (#519)
  • Replace usage of internal Asciidoctorj DirectoryWalker with Java NIO API and fix incorrect sources converted when using sourceDocumentExtension (https://github.com/stdll[@​stdll]) (#532)
Commits
  • feb767f [maven-release-plugin] prepare release asciidoctor-maven-plugin-2.2.0
  • aedd47a Prepare v2.2.0 release in MavenCentral
  • 139fcde Allow setting included sources to run full refresh on change (#542)
  • 37c545c Bump build plugins versions (#541)
  • bd02399 Remove AppVeyor CI build (#540)
  • 0480119 Add 'Asciidoctor' organization to pom.xml (#539)
  • 247c83d Update CHANGELOG to reflect fix on issue #415 (#538)
  • 407e45d Replace usage of jruby DirectoryWalker with Java NIO API (#532) (#535)
  • 9e77416 Remove apache commons direct dependencies (#536)
  • a321dff Bump Asciidoctorj to v2.5.1 (#534)
  • 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)