Update dependency com.github.librepdf:openpdf to v3 - autoclosed#179
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
Update dependency com.github.librepdf:openpdf to v3 - autoclosed#179renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.9.2→3.0.3Release Notes
LibrePDF/OpenPDF (com.github.librepdf:openpdf)
v3.0.3: OpenPDF 3.0.3Compare Source
What's Changed
New Contributors
Full Changelog: LibrePDF/OpenPDF@3.0.2...3.0.3
v3.0.2: OpenPDF 3.0.2Compare Source
What's Changed
Full Changelog: LibrePDF/OpenPDF@3.0.1...3.0.2
v3.0.1: OpenPDF 3.0.1Compare Source
What's Changed
New Contributors
Full Changelog: LibrePDF/OpenPDF@3.0.0...3.0.1
v3.0.0: OpenPDF 3.0.0Compare Source
OpenPDF 3.0.0
OpenPDF 3.0.0 uses the new package name org.openpdf. The old com.lowagie is now removed from OpenPDF 3.0.
This means that source code using OpenPDF must be migrated to use import statements using org.openpdf.* package.
PDF 2.0 support in OpenPDF – This is a breaking API change:
All version-related methods now use
Stringinstead ofcharas method parameters. See PdfVersion.java and PdfWriter.java.The default version is now PDF 2.0.
About PDF 2.0:
PDF 2.0 is the latest official version of the Portable Document Format, standardized as ISO 32000-2:2020.
It was first published by the International Organization for Standardization (ISO) in July 2017, with a revised edition in December 2020.
PDF 2.0 introduces improved color management, tagged PDF enhancements, advanced encryption options, and clarifies many ambiguous parts of the PDF 1.x specifications.
📄 Read the PDF 2.0 (ISO 32000-2:2020) specification
Added HtmlToPdfBatchUtils and PdfBatchUtils, new batch utilities built on Java 21 virtual threads.
These APIs improve throughput for HTML→PDF rendering and common PDF tasks such as merge, split, watermark, and encrypt.
The migration to new package name org.openpdf started in OpenPDF 2.4.0, while OpenPDF 3.0 is the first version of OpenPDF which fully uses the new package name.
What's Changed
Full Changelog: LibrePDF/OpenPDF@2.4.0...3.0.0
v2.4.0: OpenPDF 2.4.0Compare Source
OpenPDF 2.4.0 Release Notes
Highlights
com.lowagietoorg.openpdfin the openpdf-core-modern module.openpdfsubmodule has been split (duplicated) into:openpdf-core-legacy– all classes here are deprecated.openpdf-core-modern– actively maintained and used by all submodules.See 2.4.0 migration guide for details.
What's Changed
Major Changes
Module restructuring:
openpdfintoopenpdf-core-legacyandopenpdf-core-modern.#1393 – @andreasrosdal
openpdf-core-legacy.#1395 – @andreasrosdal
openpdf-core-modern.#1396 – @andreasrosdal
New features:
ColumnTextto control whether words are chopped, or to throw an exception instead of arbitrarily chopping long words.#1379 – @csimoes1
#1386 – @MaSchmidt1999
Performance improvements:
#1373 – @giangianoulas
Code cleanup:
System.out.printlncalls.#1364 – @andreasrosdal
Dependency Updates
org.sonatype.central:central-publishing-maven-plugin0.7.0 → 0.8.0com.puppycrawl.tools:checkstyle10.25.0 → 11.0.0 (multiple incremental updates)org.jetbrains.kotlin:kotlin-stdlib2.1.21 → 2.2.0org.jetbrains.kotlin:kotlin-maven-plugin2.1.21 → 2.2.0junit.version5.13.1 → 5.13.4com.google.errorprone:error_prone_annotations2.38.0 → 2.41.0org.dom4j:dom4j2.1.4 → 2.2.0org.apache.maven.plugins:maven-gpg-plugin3.2.7 → 3.2.8org.verapdf:validation-model1.28.1 → 1.28.2commons-io:commons-io2.19.0 → 2.20.0org.htmlunit:neko-htmlunit4.13.0 → 4.14.0New Contributors
ColumnTextlong word handling #1379We will soon begin on the OpenPDF 3.0 version which uses only the org.openpdf package name.
Full Changelog: 2.2.4 → 2.4.0
v2.2.5: OpenPDF 2.2.5Compare Source
What's Changed
New Contributors
Full Changelog: LibrePDF/OpenPDF@2.2.4...2.2.5
v2.2.4: OpenPDF 2.2.4Compare Source
What's Changed
New Contributors
Full Changelog: LibrePDF/OpenPDF@2.2.3...2.2.4
v2.2.3: OpenPDF 2.2.3Compare Source
What's Changed
Full Changelog: LibrePDF/OpenPDF@2.2.2...2.2.3
v2.2.2: OpenPDF 2.2.2Compare Source
What's Changed
Full Changelog: LibrePDF/OpenPDF@2.2.1...2.2.2
v2.2.1Compare Source
News in OpenPDF 2.2.1
v2.2.0Compare Source
OpenPDF 2.2.0 Released!
We’re excited to announce the release of OpenPDF 2.2.0, a new milestone in our ongoing mission to build a modern, fully open-source PDF library for Java.
What's New
openpdf-rendererModule Added (#1357)We’ve added a brand new module:
openpdf-renderer.This module integrates the openpdf-renderer engine into OpenPDF, enabling:
BufferedImagefor use in Java applicationsIt’s perfect for developers who need visual previews of PDFs in desktop or server-side applications.
Maven Coordinates:
v2.1.0Compare Source
OpenPDF 2.1.0 - Modernization and New Features
We are excited to announce the release of OpenPDF 2.1.0, which marks a major step forward for the project.
Java 21 required: OpenPDF 2.1.0 now targets Java 21 LTS and benefits from its modern features and performance improvements. Java 21 was released in 2023.
New Kotlin module openpdf-kotlin Build PDFs more easily using idiomatic Kotlin APIs and a DSL-inspired builder interface.
Added openpdf-html module: A maintained fork of Flying Saucer for converting HTML to PDF, now part of the OpenPDF project. The goal is to improve HTML5 and modern CSS support.
Deprecated HtmlParser We encourage migrating to openpdf-html for improved HTML rendering.
Updated dependencies.
Full Changelog: LibrePDF/OpenPDF@2.0.5...2.1.0
v2.0.5: OpenPDF 2.0.5Compare Source
What's Changed
New Contributors
Full Changelog: LibrePDF/OpenPDF@2.0.4...2.0.5
v2.0.4Compare Source
What's Changed
🛠️ Major Fixes and Features
✅ Improvements & Minor Fixes
📦 Dependency Updates
maven-surefire-plugin.versionfrom 3.3.0 → 3.3.1 #1200org.hamcrest:hamcrestfrom 2.2 → 3.0 #1201org.assertj:assertj-corefrom 3.26.0 → 3.26.3 #1202junit.versionfrom 5.10.2 → 5.10.3 #1204maven-javadoc-pluginfrom 3.7.0 → 3.11.1 #1231junit.versionfrom 5.10.3 → 5.11.3 #1236commons-io:commons-iofrom 2.16.1 → 2.18.0 #1237icu4jfrom 75.1 → 76.1 #1238fopfrom 2.9 → 2.10 #1239checkstylefrom 10.17.0 → 10.20.1 #1240maven-jxr-pluginfrom 3.4.0 → 3.6.0 #1242maven-site-pluginfrom 3.12.1 → 3.21.0 #1243maven-gpg-pluginfrom 3.2.4 → 3.2.7 #1244maven-surefire-plugin.versionfrom 3.3.1 → 3.5.2 #1245bouncycastle.versionfrom 1.78.1 → 1.79 #1246commons-io:commons-iofrom 2.18.0 → 2.19.0 #1305fopfrom 2.10 → 2.11 #1303maven-bundle-pluginfrom 5.1.9 → 6.0.0 #1302maven-compiler-pluginfrom 3.13.0 → 3.14.0 #1301maven-javadoc-pluginfrom 3.11.1 → 3.11.2 #1304maven-surefire-plugin.versionfrom 3.5.2 → 3.5.3 #1309maven-clean-pluginfrom 3.4.0 → 3.4.1 #1312validation-modelfrom 1.26.1 → 1.28.1 #1311icu4jfrom 76.1 → 77.1 #1313maven-checkstyle-pluginfrom 3.4.0 → 3.6.0 #1310checkstylefrom 10.20.1 → 10.23.1 #1314bouncycastle.versionfrom 1.79 → 1.80 #1316pitest-junit5-pluginfrom 1.2.1 → 1.2.2 #1315junit.versionfrom 5.11.3 → 5.12.2 #1318assertj-corefrom 3.26.3 → 3.27.3 #1317jacoco-maven-pluginfrom 0.8.12 → 0.8.13 #1320🧑💻 New Contributors
Full Changelog: LibrePDF/OpenPDF@2.0.3...2.0.4
v2.0.3: OpenPDF 2.0.3Compare Source
What's Changed
New Contributors
Full Changelog: LibrePDF/OpenPDF@2.0.2...2.0.3
v2.0.2: OpenPDF 2.0.2Compare Source
What's Changed
New Contributors
Full Changelog: LibrePDF/OpenPDF@2.0.1...2.0.2
v2.0.1: OpenPDF 2.0.1Compare Source
What's Changed
New Contributors
Full Changelog: LibrePDF/OpenPDF@2.0.0...2.0.1
v2.0.0: OpenPDF 2.0.0Compare Source
What's Changed In 2.0.0
Warning
The journey of OpenPDF maintenance continues: The idea is to try maintaining this PDF library, because it is useful to have a Java library which can create and read PDF files, with a LGPL and MPL open source license, despite the fact that it is impossible to get funding for the hard work, it's all voluntary work, no-one fully understands this PDF library fully, and it is a very complex piece of software. So here is 2.0.0, you have been warned, good luck. On the positive side, at least there can be frequent releases, we use automatic code-scanning tools, there are unit-tests, and we listen to bugreports on GitHub.
New Contributors
Full Changelog: LibrePDF/OpenPDF@1.3.40...2.0.0
v1.4.2: OpenPDF 1.4.2Compare Source
What's Changed
Full Changelog: LibrePDF/OpenPDF@1.4.1...1.4.2
v1.4.1: - Java 11 compatibleCompare Source
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.