[jira] [Comment Edited] (PDFBOX-4253) Optimize PDFunctionType3.eval()

2018-06-26 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524565#comment-16524565 ] Tilman Hausherr edited comment on PDFBOX-4253 at 6/27/18 4:43 AM: -- Yes

[jira] [Commented] (PDFBOX-4253) Optimize PDFunctionType3.eval()

2018-06-26 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524565#comment-16524565 ] Tilman Hausherr commented on PDFBOX-4253: - Yes this is a known flaw, but it has existed before,

[jira] [Commented] (PDFBOX-4253) Optimize PDFunctionType3.eval()

2018-06-26 Thread Emmeran Seehuber (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524254#comment-16524254 ] Emmeran Seehuber commented on PDFBOX-4253: -- [~tilman] Maybe a stupid questions, but how does

[jira] [Created] (PDFBOX-4254) PDDocument.close() might ignore throwing an Exception

2018-06-26 Thread Maruan Sahyoun (JIRA)
Maruan Sahyoun created PDFBOX-4254: -- Summary: PDDocument.close() might ignore throwing an Exception Key: PDFBOX-4254 URL: https://issues.apache.org/jira/browse/PDFBOX-4254 Project: PDFBox

[jira] [Commented] (PDFBOX-4071) Improve code quality (3)

2018-06-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524143#comment-16524143 ] ASF subversion and git services commented on PDFBOX-4071: - Commit 1834457 from

[jira] [Commented] (PDFBOX-4071) Improve code quality (3)

2018-06-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524142#comment-16524142 ] ASF subversion and git services commented on PDFBOX-4071: - Commit 1834456 from

[jira] [Resolved] (PDFBOX-4253) Optimize PDFunctionType3.eval()

2018-06-26 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr resolved PDFBOX-4253. - Resolution: Fixed > Optimize PDFunctionType3.eval() > --- >

[jira] [Commented] (PDFBOX-4253) Optimize PDFunctionType3.eval()

2018-06-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524055#comment-16524055 ] ASF subversion and git services commented on PDFBOX-4253: - Commit 1834454 from

[jira] [Commented] (PDFBOX-4253) Optimize PDFunctionType3.eval()

2018-06-26 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16524045#comment-16524045 ] ASF subversion and git services commented on PDFBOX-4253: - Commit 1834453 from

[jira] [Created] (PDFBOX-4253) Optimize PDFunctionType3.eval()

2018-06-26 Thread Tilman Hausherr (JIRA)
Tilman Hausherr created PDFBOX-4253: --- Summary: Optimize PDFunctionType3.eval() Key: PDFBOX-4253 URL: https://issues.apache.org/jira/browse/PDFBOX-4253 Project: PDFBox Issue Type:

Restoring missing svn tags

2018-06-26 Thread Andreas Lehmkuehler
Hi, you've possibly noticed that I've restored most of the tags in our svn repo. I accidentically deleted them some time ago in revision 1829302 when reverting a release build. ;-( Everything should be back in place by now. Andreas

Re: closeAndLogException usage in PDDocument

2018-06-26 Thread Maruan Sahyoun
that's a mistake. It should retain the first non null exception if there is any so instead of return null; it should be return initialException; in IOUtils.closeAndLogException(). I'll open a ticket later today. Maruan > I had a look at IOUtils.closeAndLogException() and

[jira] [Commented] (PDFBOX-4242) Fontbox does not close file descriptor when loading fonts.

2018-06-26 Thread Tilman Hausherr (JIRA)
[ https://issues.apache.org/jira/browse/PDFBOX-4242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16523968#comment-16523968 ] Tilman Hausherr commented on PDFBOX-4242: - OK, I'll do something like this after the 2.0.11

closeAndLogException usage in PDDocument

2018-06-26 Thread Tilman Hausherr
I had a look at IOUtils.closeAndLogException() and PDDocument.close() and if initialException is not null, then null is returned if a new exception is thrown, or if everything goes well. This means that at the end of PDDocument.close(), no exception would be thrown, right? Was this intended?

Re: [VOTE] Release Apache PDFBox 1.8.15

2018-06-26 Thread Tilman Hausherr
+1 Tilman Am 25.06.2018 um 20:13 schrieb Andreas Lehmkuehler: Hi, a candidate for the PDFBox 1.8.15 release is available at:     https://dist.apache.org/repos/dist/dev/pdfbox/1.8.15/ The release candidate is a zip archive of the sources in:    

Re: [VOTE] Release Apache PDFBox 2.0.11

2018-06-26 Thread Timo Boehme
Hi, +1 Timo Am 25.06.2018 um 20:51 schrieb Andreas Lehmkuehler: Hi, a candidate for the PDFBox 2.0.11 release is available at:     https://dist.apache.org/repos/dist/dev/pdfbox/2.0.11/ The release candidate is a zip archive of the sources in:    

Re: [VOTE] Release Apache PDFBox 1.8.15

2018-06-26 Thread Timo Boehme
Hi, +1 Best regards, Timo Am 25.06.2018 um 20:13 schrieb Andreas Lehmkuehler: Hi, a candidate for the PDFBox 1.8.15 release is available at:     https://dist.apache.org/repos/dist/dev/pdfbox/1.8.15/ The release candidate is a zip archive of the sources in: