[jira] [Commented] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-28 Thread ASF subversion and git services (Jira)
Tilman Hausherr in branch 'pdfbox/trunk' [ https://svn.apache.org/r1911330 ] PDFBOX-5636: optimize, as suggested by Timo Boehme > Implement PDF 2.0 dash phase clarification > -- > > Key: PDFBOX-5636 >

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #1035

2023-07-27 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/1035/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x » Apache PDFBox #1035

2023-07-27 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox/1035/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

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

2023-07-27 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/1034/display/redirect> Changes: -- [...truncated 108.36 KB...] [INFO] Running org.apache.pdfbox.pdmodel.TestPDDocumentInformation [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0

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

2023-07-27 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox/1034/display/redirect> Changes: -- [...truncated 41.07 KB...] at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.ja

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

2023-07-27 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/1033/display/redirect> Changes: -- Started by user Tilman Hausherr Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds24 (ubuntu) in wor

Jenkins build became unstable: PDFBox » PDFBox-2.0.x #1032

2023-07-27 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/1032/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build became unstable: PDFBox » PDFBox-2.0.x » Apache PDFBox examples #1032

2023-07-27 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/1032/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

[jira] [Commented] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-20 Thread Timo Boehme (Jira)
that phase typically will be < sum2 one could spare some CPU cycles: {code:java} phase += (-phase < sum2) ? sum2 : (Math.floor(-phase / sum2) + 1) * sum2; {code} > Implement PDF 2.0 dash phase clarification > -- > >

[jira] [Commented] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-20 Thread Tilman Hausherr (Jira)
> Implement PDF 2.0 dash phase clarification > -- > > Key: PDFBOX-5636 > URL: https://issues.apache.org/jira/browse/PDFBOX-5636 > Project: PDFBox > Issue Type: Improvement >

[jira] [Commented] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-17 Thread ASF subversion and git services (Jira)
Tilman Hausherr in branch 'pdfbox/branches/2.0' [ https://svn.apache.org/r1911071 ] PDFBOX-5636: fix editing error; avoid potential div by zero or a negative result > Implement PDF 2.0 dash phase clarification > -- > > Key:

[jira] [Commented] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-17 Thread ASF subversion and git services (Jira)
Tilman Hausherr in branch 'pdfbox/trunk' [ https://svn.apache.org/r1911072 ] PDFBOX-5636: fix editing error; avoid potential div by zero or a negative result > Implement PDF 2.0 dash phase clarification > -- > > Key:

[jira] [Reopened] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-17 Thread Tilman Hausherr (Jira)
history later today. > Implement PDF 2.0 dash phase clarification > -- > > Key: PDFBOX-5636 > URL: https://issues.apache.org/jira/browse/PDFBOX-5636 > Project: PDFBox > Is

[jira] [Comment Edited] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-17 Thread Timo Boehme (Jira)
2+1) with the current optimized implementation it will be 4 (actually it produces multiples of 4); regarding the initial implementation: it should be checked, the the sum of the array components is >0 otherwise the loop will run forever > Implement PDF 2.0 dash phase clar

[jira] [Commented] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-17 Thread Timo Boehme (Jira)
components is >0 otherwise the loop will run forever > Implement PDF 2.0 dash phase clarification > -- > > Key: PDFBOX-5636 > URL: https://issues.apache.org/jira/browse/PDFBOX-5636 > Project: PD

[jira] [Resolved] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-14 Thread Tilman Hausherr (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-5636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tilman Hausherr resolved PDFBOX-5636. - Resolution: Fixed > Implement PDF 2.0 dash phase clarificat

[jira] [Commented] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-14 Thread ASF subversion and git services (Jira)
Tilman Hausherr in branch 'pdfbox/branches/2.0' [ https://svn.apache.org/r1911025 ] PDFBOX-5636: implement clarification from PDF 2.0 when dash phase is negative > Implement PDF 2.0 dash phase clarification > -- > > Key:

[jira] [Commented] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-14 Thread ASF subversion and git services (Jira)
Tilman Hausherr in branch 'pdfbox/trunk' [ https://svn.apache.org/r1911024 ] PDFBOX-5636: optimize > Implement PDF 2.0 dash phase clarification > -- > > Key: PDFBOX-5636 > URL: https://issues.apache.org/jira/bro

[jira] [Commented] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-14 Thread ASF subversion and git services (Jira)
Tilman Hausherr in branch 'pdfbox/trunk' [ https://svn.apache.org/r1911023 ] PDFBOX-5636: implement clarification from PDF 2.0 when dash phase is negative > Implement PDF 2.0 dash phase clarification > -- > > Key:

[jira] [Created] (PDFBOX-5636) Implement PDF 2.0 dash phase clarification

2023-07-14 Thread Tilman Hausherr (Jira)
Tilman Hausherr created PDFBOX-5636: --- Summary: Implement PDF 2.0 dash phase clarification Key: PDFBOX-5636 URL: https://issues.apache.org/jira/browse/PDFBOX-5636 Project: PDFBox Issue Type

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x » PDFBox parent #1018

2023-06-28 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-parent/1018/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #1018

2023-06-28 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/1018/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

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

2023-06-28 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/1017/display/redirect?page=changes> Changes: [Andreas Lehmkühler] [maven-release-plugin] prepare for next development iteration [Andreas Lehmkühler] [maven-release-plugin] prepare release 2.0.29 [Andreas Lehmkühler] p

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

2023-06-28 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-parent/1017/display/redirect?page=changes> Changes: [Andreas Lehmkühler] [maven-release-plugin] prepare for next development iteration [Andreas Lehmkühler] [maven-release-plugin] prepare release

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #1016

2023-06-25 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/1016/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x » Apache PDFBox #1016

2023-06-25 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox/1016/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

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

2023-06-24 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/1015/display/redirect?page=changes> Changes: [Andreas Lehmkühler] PDFBOX-5623: don't rely on index entries being sorted ascending -- [...truncated 104.49 KB...] Jun 24, 2023 2:56

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

2023-06-24 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox/1015/display/redirect?page=changes> Changes: [Andreas Lehmkühler] PDFBOX-5623: don't rely on index entries being sorted ascending -- [...truncated 35

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #988

2023-05-13 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/988/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

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

2023-05-13 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/987/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-5601: avoid terrible output on printer unless TYPE_4BYTE_ABGR -- Started by user Tilman Hausherr Running as

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

2023-05-13 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/986/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-5591: parsing of XMP metadata without optional xmpmeta element, as suggested by Miroslav Holubec; Closes #163 -- S

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x #984

2023-05-07 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/984/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x » Apache PDFBox examples #984

2023-05-07 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/984/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mai

Jenkins build became unstable: PDFBox » PDFBox-2.0.x » Apache PDFBox examples #983

2023-05-07 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/983/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mai

Jenkins build became unstable: PDFBox » PDFBox-2.0.x #983

2023-05-07 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/983/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

[jira] [Commented] (PDFBOX-3892) Support to ISO 32000-2:2017 (Pdf 2.0)

2023-04-06 Thread Peter Wyatt (Jira)
[ https://issues.apache.org/jira/browse/PDFBOX-3892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17709247#comment-17709247 ] Peter Wyatt commented on PDFBOX-3892: - As of today, PDF 2.0 (ISO 32000-2) is now zero-cost

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x » Apache PDFBox examples #967

2023-04-02 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/967/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x #967

2023-04-02 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/967/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build became unstable: PDFBox » PDFBox-2.0.x » Apache PDFBox examples #966

2023-04-01 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/966/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build became unstable: PDFBox » PDFBox-2.0.x #966

2023-04-01 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/966/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #965

2023-04-01 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/965/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x » PDFBox parent #965

2023-04-01 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-parent/965/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

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

2023-03-28 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/964/display/redirect?page=changes> Changes: [Andreas Lehmkühler] PDFBOX-5582: don't use the given number of objects to initialize the list to avoid an OOME -- [...truncated 9

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

2023-03-28 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-parent/964/display/redirect> Changes: -- [...truncated 1.25 KB...] [INFO] Apache Preflight application[bundle] [INFO] Apache

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #958

2023-03-18 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/958/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

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

2023-03-18 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/957/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-5573: fix unnecessary boxing/unboxing, by Axel Howind -- Started by an SCM change Running as SYSTEM [EnvInject] - L

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

2023-03-17 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/956/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-5572: fix some logging inconsistencies, by Axel Howind -- Started by user Tilman Hausherr Running as SYSTEM [Env

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #952

2023-03-11 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/952/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x » Apache XmpBox #952

2023-03-11 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$xmpbox/952/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

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

2023-03-11 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/951/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-4892: optimize, as suggested by valerybokov -- [...truncated 61.56 KB...] [[TextType:Text_String_-7950435275123

Build failed in Jenkins: PDFBox » PDFBox-2.0.x » Apache XmpBox #951

2023-03-11 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$xmpbox/951/display/redirect> Changes: -- [...truncated 29.55 KB...] [[TextType:Text_String_6034639388590892252]] type Text [[TextType:Text_String_-4962768465676381896]

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x #949

2023-03-08 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/949/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x » Apache PDFBox examples #949

2023-03-08 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/949/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build became unstable: PDFBox » PDFBox-2.0.x #948

2023-03-08 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/948/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build became unstable: PDFBox » PDFBox-2.0.x » Apache PDFBox examples #948

2023-03-08 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/948/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #937

2023-02-01 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/937/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

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

2023-02-01 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/936/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-4892: update owasp plugin -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment var

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #829

2022-06-07 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/829/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

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

2022-06-07 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/828/display/redirect> Changes: -- Started by user Tilman Hausherr Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds34 (ubuntu) in wor

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x » Apache PDFBox #811

2022-05-07 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox/811/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #811

2022-05-07 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/811/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

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

2022-05-06 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/810/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-5430: don't throw, log error instead so that file can be rendered -- [...truncated 61

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

2022-05-06 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox/810/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-5430: don't throw, log error instead so that file can be rendered -- [INFO]

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #762

2022-03-17 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/762/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

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

2022-03-16 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/761/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-5390: add test -- [...truncated 203.85 KB...] [INFO] --- dependency-check-maven:7.0.0:check (default) @ pre

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #750

2022-02-25 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/750/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x » Apache PDFBox #750

2022-02-25 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox/750/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

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

2022-02-25 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/749/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-4892: update owasp plugin -- [...truncated 130.62 KB...] Feb 26, 2022 4:10

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

2022-02-25 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox/749/display/redirect> Changes: -- [...truncated 51.93 KB...] at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.jav

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #748

2022-02-25 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/748/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x » Apache FontBox #748

2022-02-25 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/748/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

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

2022-02-25 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/747/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-5380: improve exception messages -- [...truncated 9.48 KB...] ? Sponsor: https://github.com/sponsors/jeremylong

Build failed in Jenkins: PDFBox » PDFBox-2.0.x » Apache FontBox #747

2022-02-25 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/747/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-5380: improve exception messages -- [INFO]

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x » Apache PDFBox examples #735

2022-02-12 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/735/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x #735

2022-02-12 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/735/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build became unstable: PDFBox » PDFBox-2.0.x » Apache PDFBox examples #734

2022-02-12 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/734/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build became unstable: PDFBox » PDFBox-2.0.x #734

2022-02-12 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/734/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x #723

2022-02-02 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/723/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x » Apache PDFBox examples #723

2022-02-02 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/723/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build became unstable: PDFBox » PDFBox-2.0.x » Apache PDFBox examples #722

2022-02-01 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/722/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build became unstable: PDFBox » PDFBox-2.0.x #722

2022-02-01 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/722/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #721

2022-01-31 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/721/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

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

2022-01-31 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/720/display/redirect> Changes: -- Started by user Tilman Hausherr Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on builds24 (ubuntu) in wor

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x #685

2022-01-06 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/685/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x » Apache PDFBox examples #685

2022-01-06 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/685/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build became unstable: PDFBox » PDFBox-2.0.x #684

2022-01-05 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/684/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build became unstable: PDFBox » PDFBox-2.0.x » Apache PDFBox examples #684

2022-01-05 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/684/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x #651

2021-12-16 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/651/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x » Apache PDFBox #651

2021-12-16 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox/651/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build became unstable: PDFBox » PDFBox-2.0.x #650

2021-12-16 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/650/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build became unstable: PDFBox » PDFBox-2.0.x » Apache PDFBox #650

2021-12-16 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox/650/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x #629

2021-11-23 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/629/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to stable : PDFBox » PDFBox-2.0.x » Apache FontBox #629

2021-11-23 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/629/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build became unstable: PDFBox » PDFBox-2.0.x » Apache FontBox #628

2021-11-23 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$fontbox/628/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build became unstable: PDFBox » PDFBox-2.0.x #628

2021-11-23 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/628/display/redirect?page=changes> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x » Apache PDFBox examples #612

2021-11-13 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/612/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail:

Jenkins build is back to normal : PDFBox » PDFBox-2.0.x #612

2021-11-13 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/612/display/redirect> - To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org

Build failed in Jenkins: PDFBox » PDFBox-2.0.x » Apache PDFBox examples #611

2021-11-12 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/org.apache.pdfbox$pdfbox-examples/611/display/redirect> Changes: -- [...truncated 87.17 KB...] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.ja

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

2021-11-12 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/611/display/redirect?page=changes> Changes: [Tilman Hausherr] PDFBOX-4892: DRY refactor -- [...truncated 374.13 KB...] Nov 12, 2021 6:01

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

2021-11-08 Thread Apache Jenkins Server
See <https://ci-builds.apache.org/job/PDFBox/job/PDFBox-2.0.x/601/display/redirect> Changes: -- Started by an SCM change Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on H25 (ubuntu) in workspace /home/j

<    1   2   3   4   5   6   7   8   9   10   >