chore(deps): bump org.xhtmlrenderer:flying-saucer-pdf from 9.1.22 to 10.0.3 in /backend
Bumps org.xhtmlrenderer:flying-saucer-pdf from 9.1.22 to 10.0.3.
Release notes
Sourced from org.xhtmlrenderer:flying-saucer-pdf's releases.
v10.0.3
What's Changed
- ITextRenderer: Enable PDF compression and specify PDF creator and producer by
@andreasrosdalin flyingsaucerproject/flyingsaucer#586- dynamically generate "pdf producer" containing actual FlyingSaucer version by
@asolntsevin flyingsaucerproject/flyingsaucer#588Full Changelog: https://github.com/flyingsaucerproject/flyingsaucer/compare/v10.0.2...v10.0.3
v10.0.2
What's Changed
- #477 Fix center list item marker for multiline items by
@haramonin flyingsaucerproject/flyingsaucer#584- Refactoring by
@asolntsevin flyingsaucerproject/flyingsaucer#585Full Changelog: https://github.com/flyingsaucerproject/flyingsaucer/compare/v10.0.1...v10.0.2
v10.0.1
What's Changed
- Exclude legacy XML libraries imported by Batik to prevent JPMS conflicts by
@andreasrosdalin flyingsaucerproject/flyingsaucer#580- Remove leftover debug System.out write by
@Xyarenin flyingsaucerproject/flyingsaucer#563- Remove console logs by
@asolntsevin flyingsaucerproject/flyingsaucer#564- Refactoring by
@asolntsevin flyingsaucerproject/flyingsaucer#576- Refactoring by
@asolntsevin flyingsaucerproject/flyingsaucer#579- Bump swt.version from 3.130.0 to 3.131.0 by
@dependabot[bot] in flyingsaucerproject/flyingsaucer#562New Contributors
@Xyarenmade their first contribution in flyingsaucerproject/flyingsaucer#563Full Changelog: https://github.com/flyingsaucerproject/flyingsaucer/compare/v10.0.0...v10.0.1
v10.0.0
What's Changed
- Require Java 21 by
@andreasrosdalin flyingsaucerproject/flyingsaucer#527- OpenPDF 3.0.0 with org.openpdf packages over com.lowagie - requires Java 21 by
@DRoppeltin flyingsaucerproject/flyingsaucer#556- Bump org.jsoup:jsoup from 1.21.1 to 1.21.2 by
@dependabot[bot] in flyingsaucerproject/flyingsaucer#560New Contributors
@DRoppeltmade their first contribution in flyingsaucerproject/flyingsaucer#556Full Changelog: https://github.com/flyingsaucerproject/flyingsaucer/compare/v9.13.3...v10.0.0
v9.13.3
What's Changed
- #550 fix image URL when it's not relative to CSS url by
@asolntsevin flyingsaucerproject/flyingsaucer#558- load latest SWT binaries from Maven central repo by
@asolntsevin flyingsaucerproject/flyingsaucer#559Full Changelog: https://github.com/flyingsaucerproject/flyingsaucer/compare/v9.13.2...v9.13.3
v9.13.2
... (truncated)
Changelog
Sourced from org.xhtmlrenderer:flying-saucer-pdf's changelog.
10.0.3 (21.10.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/41?closed=1
- Enable PDF compression and specify PDF creator and producer / by Andreas Røsdal (#586)
- dynamically generate "pdf producer" containing actual FlyingSaucer and OpenPdf versions / by Andrei Solntsev (#588)
10.0.2 (19.10.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/40?closed=1
- #477 Fix location of unordered list item marker for multiline items / by Harald Amon (#584)
- Refactoring / by Andrei Solntsev (#585)
10.0.1 (17.10.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/39?closed=1
- fix: Exclude legacy XML libraries to prevent JPMS conflicts / by Andreas Røsdal (#580)
- cleanup: Remove leftover debug
System.outwrite / by Tobias G (#563)- cleanup: remove most of
System.outusages / by Andrei Solntsev (#564)- refactor: make
OutputDevice.drawImage()parameter generic / by Andrei Solntsev (#576)- refactor: don't reference subclass
NullImagefrom superclassAWTFSImageto avoid classloading / by Andrei Solntsev (#579)- refactor: convert setter to constructor parameter / by Andrei Solntsev (#564)
- dep: Bump SWT from 3.130.0 to 3.131.0 / by dependabot (#562)
10.0.0 (05.09.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/35?closed=1
9.13.3 (24.08.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/38?closed=1
- #550 fix image URL when it's not relative to CSS url (#558)
- load latest SWT binaries from Maven central repo (#559)
9.13.2 (11.08.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/37?closed=1
- enable anti-aliasing by default
9.13.1 (17.07.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/36?closed=1
- #530 fix
page-break-inside:- thanks to xlaussel (#536)- #537 #540 fix size of base64-encoded images (#541)
- #539 restore original design of ITextFSImage (#541)
9.13.0 (28.06.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/34?closed=1
- Support SVG images (#523)
- support "classpath:" URLs with leading slash (#523)
- support "lower-greek" and "upper-greek" list styles (#522)
- bump log4j from 2.24.3 to 2.25.0 (#520)
9.12.1 (17.06.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/33?closed=1
- Disable external entity access in XMLResource - thanks to Andreas Røsdal (#515)
- Adds a page to the root layer if there is none - thanks to
@nicolaecismaru(#501)- Refactoring (#503) (#516) (#517)
- Bump openpdf from 2.0.3 to 2.0.5 (#508) (#511)
9.12.0 (17.04.2025) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/32?closed=1
... (truncated)
Commits
bc988b1release FlyingSaucer 10.0.3eaaba0adynamically generate "pdf producer" containing actual FlyingSaucer and OpenPd...2536f2eITextRenderer: Enable PDF compression and specify PDF creator and producer (#...975b697working on FlyingSaucer 10.0.374efcb3release FlyingSaucer 10.0.29a69702typifyTextRenderer.fontContext8d083f2typifyTextRenderer.outputDevice624ffb4typifyTextRenderer.font65a7815avoid casting in methodOutputDevice.setFont()387e498use variable when casting an instance- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)