svn commit: r1909123 - /pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDTrueTypeFont.java

2023-04-13 Thread tilman
Author: tilman Date: Thu Apr 13 18:20:32 2023 New Revision: 1909123 URL: http://svn.apache.org/viewvc?rev=1909123=rev Log: PDFBOX-5587: avoid NullPointerException if glyf table is missing Modified: pdfbox/trunk/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDTrueTypeFont.java

svn commit: r1909122 - /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDTrueTypeFont.java

2023-04-13 Thread tilman
Author: tilman Date: Thu Apr 13 18:20:28 2023 New Revision: 1909122 URL: http://svn.apache.org/viewvc?rev=1909122=rev Log: PDFBOX-5587: avoid NullPointerException if glyf table is missing Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDTrueTypeFont.java

svn commit: r1909121 - /pdfbox/trunk/parent/pom.xml

2023-04-13 Thread tilman
Author: tilman Date: Thu Apr 13 18:12:21 2023 New Revision: 1909121 URL: http://svn.apache.org/viewvc?rev=1909121=rev Log: PDFBOX-2602: update picocli Modified: pdfbox/trunk/parent/pom.xml Modified: pdfbox/trunk/parent/pom.xml URL:

[pdfbox-docs] branch asf-site updated: Site checkin for project Apache PDFBox Website

2023-04-13 Thread lehmi
This is an automated email from the ASF dual-hosted git repository. lehmi pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git The following commit(s) were added to refs/heads/asf-site by this push: new 4745e7aa Site checkin for project

[pdfbox-docs] branch master updated: update/fix doap file due to new release

2023-04-13 Thread lehmi
This is an automated email from the ASF dual-hosted git repository. lehmi 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 af145746 update/fix doap file due to new

[pdfbox-docs] branch asf-site updated: Site checkin for project Apache PDFBox Website

2023-04-13 Thread lehmi
This is an automated email from the ASF dual-hosted git repository. lehmi pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git The following commit(s) were added to refs/heads/asf-site by this push: new 1b5ae047 Site checkin for project

[pdfbox-docs] branch master updated: update website due to new release

2023-04-13 Thread lehmi
This is an automated email from the ASF dual-hosted git repository. lehmi 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 90b9fad5 update website due to new release

svn commit: r61226 - /release/pdfbox/2.0.27/

2023-04-13 Thread lehmi
Author: lehmi Date: Thu Apr 13 14:38:43 2023 New Revision: 61226 Log: delete old PDFBox 2.0.27 release Removed: release/pdfbox/2.0.27/

svn commit: r61225 - /dev/pdfbox/2.0.28/ /release/pdfbox/2.0.28/

2023-04-13 Thread lehmi
Author: lehmi Date: Thu Apr 13 14:37:41 2023 New Revision: 61225 Log: release PDFBox 2.0.28 Added: release/pdfbox/2.0.28/ - copied from r61224, dev/pdfbox/2.0.28/ Removed: dev/pdfbox/2.0.28/

svn commit: r1909115 - in /pdfbox/trunk/io/src/main/java/org/apache/pdfbox/io: IOUtils.java RandomAccessReadMemoryMappedFile.java

2023-04-13 Thread lehmi
Author: lehmi Date: Thu Apr 13 06:28:48 2023 New Revision: 1909115 URL: http://svn.apache.org/viewvc?rev=1909115=rev Log: PDFBOX-5586: added null checks based on a proposal by Matt Bamberger Modified: pdfbox/trunk/io/src/main/java/org/apache/pdfbox/io/IOUtils.java