-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed as not planned
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another
Description
AbstractPdfView
https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/web/servlet/view/document/AbstractPdfView.html
references classes from the com.lowagie hierarchy for compatibility with iText and OpenPDF. OpenPDF 3.0 has changed its package name:
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.
https://github.com/LibrePDF/OpenPDF/releases
A possible wrinkle: OpenPDF in 2.1.0 moved to a Java 21 compiler level.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another