This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 764e0ace PDFBOX-6051: add jdk minimum requirement for jdk17
764e0ace is described below
commit 764e0ace656b934e4fc6b32deafb4efe3eb39966
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Aug 22 20:17:42 2025 +0200
PDFBOX-6051: add jdk minimum requirement for jdk17
---
content/4.0/migration.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/4.0/migration.md b/content/4.0/migration.md
index d10c6356..5e630354 100644
--- a/content/4.0/migration.md
+++ b/content/4.0/migration.md
@@ -35,7 +35,7 @@ to PDFBox 4.0. It provides information about the new,
deprecated and unsupported
## Java Versions
-PDFBox 4.0 requires at least Java 11.0.23. Testing has been done up to Java 25.
+PDFBox 4.0 requires at least Java 11.0.23 (or 17.0.11). Testing has been done
up to Java 25.
## Dependency Updates