asciidoctor / asciidoctorj-pdf

AsciidoctorJ PDF bundles the Asciidoctor PDF RubyGem (asciidoctor-pdf) so it can be loaded into the JVM using JRuby.
Apache License 2.0
35 stars 17 forks source link

Bump org.apache.pdfbox:pdfbox to v3.0.0 #96

Closed abelsromero closed 10 months ago

abelsromero commented 10 months ago

Only updates test utilities, no impact in production code.

Thank you for opening a pull request and contributing to AsciidoctorJ PDF!

Please take a bit of time giving some details about your pull request:

Kind of change

[ ] Bug fix [x] New non-breaking feature [ ] New breaking feature [ ] Documentation update [x] Build improvement

Description

What is the goal of this pull request?

Bump to the latest Apache PDFBox, I fixed some v2->v3 breakages in maven-examples and remembered this project has still in v1.8 :scream:

How does it achieve that?

Bump and rewrite test utilities with newer APIS. Kudos to the Apache PDFBox team and the examples they provide.

Are there any alternative ways to implement this?

No

Are there any implications of this pull request? Anything a user must know?

No

Issue

If this PR fixes an open issue, please add a line of the form:

Fixes #Issue

Release notes

Please add a corresponding entry to the file CHANGELOG.adoc

These changes are internals, not relevant for the changelog.

robertpanzer commented 10 months ago

Thank you!