Re: Validation issue involving AATL/EUTL certificates

2023-03-17 Thread Tilman Hausherr
On 17.03.2023 15:58, Constantine Dokolas wrote: Hello everyone. I'm trying to validate a PDF that involves the AATL (Adobe Approved Trust List). Acrobat says "Source of trust obtained from Adobe Approved Trust List (AATL)". I'm using the Apache CXF 2.4.9 example validation code. This is the

Build failed in Jenkins: PDFBox » PDFBox-2.0.x #956

2023-03-17 Thread Apache Jenkins Server
See Changes: [Tilman Hausherr] PDFBOX-5572: fix some logging inconsistencies, by Axel Howind -- Started by user Tilman Hausherr Running as SYSTEM [EnvInject] -

Build failed in Jenkins: PDFBox » PDFBox-trunk #1578

2023-03-17 Thread Apache Jenkins Server
See Changes: [Tilman Hausherr] PDFBOX-5572: fix some logging inconsistencies, by Axel Howind [Tilman Hausherr] PDFBOX-5572: fix some logging inconsistencies, by Axel Howind

[jira] [Commented] (PDFBOX-5572) fix some logging inconsistencies

2023-03-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702057#comment-17702057 ] ASF subversion and git services commented on PDFBOX-5572: - Commit 1908467 from

[jira] [Updated] (PDFBOX-5572) fix some logging inconsistencies

2023-03-17 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr updated PDFBOX-5572: Affects Version/s: 2.0.27 > fix some logging inconsistencies >

[jira] [Commented] (PDFBOX-5572) fix some logging inconsistencies

2023-03-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702055#comment-17702055 ] ASF subversion and git services commented on PDFBOX-5572: - Commit 1908465 from

[jira] [Commented] (PDFBOX-5572) fix some logging inconsistencies

2023-03-17 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702054#comment-17702054 ] ASF subversion and git services commented on PDFBOX-5572: - Commit 1908464 from

[jira] [Commented] (PDFBOX-5572) fix some logging inconsistencies

2023-03-17 Thread Axel Howind (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17702020#comment-17702020 ] Axel Howind commented on PDFBOX-5572: - PR with fixes: https://github.com/apache/pdfbox/pull/157 >

[GitHub] [pdfbox] xzel23 commented on pull request #157: Fix log issues

2023-03-17 Thread via GitHub
xzel23 commented on PR #157: URL: https://github.com/apache/pdfbox/pull/157#issuecomment-1474484847 created [PDFBOX-5572](https://issues.apache.org/jira/browse/PDFBOX-5572) for this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Created] (PDFBOX-5572) fix some logging inconsistencies

2023-03-17 Thread Axel Howind (Jira)
Axel Howind created PDFBOX-5572: --- Summary: fix some logging inconsistencies Key: PDFBOX-5572 URL: https://issues.apache.org/jira/browse/PDFBOX-5572 Project: PDFBox Issue Type: Bug Affects

Re: Minimum Java version for PDFBox 3.x

2023-03-17 Thread axh
Hi Andreas, you are right about the typo, it’s Tomcat 9.1 that drops Java 8 support and requires at least Java 11. What I tried to point out with that list is that IMHO there’s no benefit in maintaining compatibility with an outdated Java version. I think reasons to update are: - code can be

Re: Minimum Java version for PDFBox 3.x

2023-03-17 Thread Andreas Lehmkuehler
Am 17.03.23 um 10:09 schrieb axh: Hi, I am developing a software that relies heavily on Apache PdfBox. It uses the current the current PDFBox 3.0.0 from trunk, with some patches. I wanted to know what your thoughts are about raising the minimum Java version for PDFBox 3.x to Java 11. I know

Validation issue involving AATL/EUTL certificates

2023-03-17 Thread Constantine Dokolas
Hello everyone. I'm trying to validate a PDF that involves the AATL (Adobe Approved Trust List). Acrobat says "Source of trust obtained from Adobe Approved Trust List (AATL)". I'm using the Apache CXF 2.4.9 example validation code. This is the first time it could not verify the signature,

[GitHub] [pdfbox] xzel23 opened a new pull request, #158: small code cleanups

2023-03-17 Thread via GitHub
xzel23 opened a new pull request, #158: URL: https://github.com/apache/pdfbox/pull/158 - in some places, unnecessary explicit boxing/unboxing was done - I replaced some XXX.valueOf(String) calls with the corresponding XXX.parseXXX(String) calls. XXX.valueOf() always returns a boxed

[GitHub] [pdfbox] xzel23 opened a new pull request, #157: Fix log issues

2023-03-17 Thread via GitHub
xzel23 opened a new pull request, #157: URL: https://github.com/apache/pdfbox/pull/157 I fixed some smaller problems with logging in trunk: - GlyphRenderer conditions and logging calls did not match leading to unnecessary string formatting when log level is debug - BidiTest logger was

Minimum Java version for PDFBox 3.x

2023-03-17 Thread axh
Hi, I am developing a software that relies heavily on Apache PdfBox. It uses the current the current PDFBox 3.0.0 from trunk, with some patches. I wanted to know what your thoughts are about raising the minimum Java version for PDFBox 3.x to Java 11. I know some might say "we are still on JDK