chore(deps): bump org.xhtmlrenderer:flying-saucer-pdf from 9.1.22 to 9.12.0 in /backend
Type: Pull Request
State: Closed
Association: Contributor
Comments: 1
(12 months ago)
(12 months ago)
(12 months ago)
dependencies java
Bumps org.xhtmlrenderer:flying-saucer-pdf from 9.1.22 to 9.12.0.
Release notes
Sourced from org.xhtmlrenderer:flying-saucer-pdf's releases.
v9.12.0
What's Changed
- Fix border rounding issues and overlap singularities by
@OndrejSpanelin flyingsaucerproject/flyingsaucer#492- Revieve linear gradients and opacity PR by
@OndrejSpanelin flyingsaucerproject/flyingsaucer#493- Make mockito a test scoped dependency by
@pimtegelaarin flyingsaucerproject/flyingsaucer#497- Refactoring by
@asolntsevin flyingsaucerproject/flyingsaucer#498New Contributors
@pimtegelaarmade their first contribution in flyingsaucerproject/flyingsaucer#497Full Changelog: https://github.com/flyingsaucerproject/flyingsaucer/compare/v9.11.6...v9.12.0
v9.11.4
What's Changed
- restore method
setScaleToFitby@wangxinliderbysoftin flyingsaucerproject/flyingsaucer#472New Contributors
@wangxinliderbysoftmade their first contribution in flyingsaucerproject/flyingsaucer#472Full Changelog: https://github.com/flyingsaucerproject/flyingsaucer/compare/v9.11.3...v9.11.4
v9.11.3
What's Changed
- Percent-encoded data URLs support added by
@moreau-afnicin flyingsaucerproject/flyingsaucer#457- #466 restore class
ToPDF- Bump org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3 by
@dependabotin flyingsaucerproject/flyingsaucer#458- Bump pdfbox.version from 3.0.3 to 3.0.4 by
@dependabotin flyingsaucerproject/flyingsaucer#468New Contributors
@moreau-afnicmade their first contribution in flyingsaucerproject/flyingsaucer#457Full Changelog: https://github.com/flyingsaucerproject/flyingsaucer/compare/v9.11.2...v9.11.3
v9.11.2
What's Changed
- Restore class
XHTMLPrintableby@asolntsevin flyingsaucerproject/flyingsaucer#451- Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 by
@dependabotin flyingsaucerproject/flyingsaucer#453- Bump org.jsoup:jsoup from 1.18.1 to 1.18.2 by
@dependabotin flyingsaucerproject/flyingsaucer#452- Bump org.jsoup:jsoup from 1.18.2 to 1.18.3 by
@dependabotin flyingsaucerproject/flyingsaucer#454Full Changelog: https://github.com/flyingsaucerproject/flyingsaucer/compare/v9.11.1...v9.11.2
v9.11.1
What's Changed
- #447 fix parsing CSS head rules by
@asolntsevin flyingsaucerproject/flyingsaucer#450Dependency updates
- Bump org.apache.logging.log4j:log4j-core from 2.24.1 to 2.24.2 by
@dependabotin flyingsaucerproject/flyingsaucer#448- Bump commons-io:commons-io from 2.17.0 to 2.18.0 by
@dependabotin flyingsaucerproject/flyingsaucer#446
... (truncated)
Changelog
Sourced from org.xhtmlrenderer:flying-saucer-pdf's changelog.
9.12.0 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/32?closed=1
- Add support for linear gradients and opacity - thanks to Ondřej Španěl and haberbyte (#493) (#22)
- Fix border rounding issues and overlap singularities - thanks to Ondřej Španěl (#492)
- Make mockito a test scoped dependency - thanks to Pim Tegelaar (#497)
- Refactoring (#498)
9.11.6 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/31?closed=1
- #486 restore public method
setDocumentwithNamespaceHandlerargument (#488)- refactoring: removed null checks & simplified code (#487)
9.11.5 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/30?closed=1
- #481 Inversion between right and left for the border-radius CSS property (#483) (#484)
- #482 Slightly decrease memory consumption in CSS parser
9.11.4 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/29?closed=1
9.11.3 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/28?closed=1
- Add support for percent-encoded data URLs -- thanks to Romain Moreau (#457)
- #466 restore class
ToPDF- bump PdfBox from 3.0.3 to 3.0.4 (#468)
9.11.2 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/27?closed=1
- restore class XHTMLPrintable (#451)
9.11.1 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/26?closed=1
9.11.0 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/25?closed=1
- Add support for
word-break:break-allCSS property -- thanks to Kyle Stephens (#438)- #440 Fix relative background image (#441)
- Fix PDFAsImage scaling -- thanks to JamesScrase-PortSwigger (#442)
- refactoring: remove setters and make many classes immutable (#434) (#435) (#443)
9.10.2 (29.10.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/24?closed=1
- add overloaded method
addFontDirectory(... String encoding ...)- #431 fix interpretation of cell borders (#432)
- #429 fix NoSuchElementException in LayoutContext (#433)
9.10.1 (26.10.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/23?closed=1
9.10.0 (24.10.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/22?closed=1
- #411 fix center li items with margin or padding -- thanks to Harald Amon (#420)
- #404 Replace obsolete "jsr305" annotation library by JSpecify (#407)
- add
@NullMarked,@Nullableand@CheckReturnValueannotations to many methods/classes/packages (#407) (#413) (#414)- make multiple classes and fields final (#398) (#407) (#419) (#421)
- #409 remove many unused methods (#418) (#421) (#424)
- convert many constants to enums (#416)
... (truncated)
Commits
ba69fc2release FlyingSaucer 9.12.0fd87c1b[refactor] fix warning "Class 'TextAreaFieldJTextArea' is exposed outside its...d4391c2[refactor] remove unused exceptionc6735e8[refactor] simplify method setFor()d197b9b[refactor] fix warning "Implicit cast from 'long' to 'int' in compound assign...0e26ac0[refactor] fix warning "Integer division in floating-point context"8ea1d67[refactor] fix warning "Explicit type can be replaced with '<>'"d6abb05[refactor] convert variable to a pattern variableb335604[refactor] convert class to a record390ea20[refactor] fix warning "Non-constant string as argument to logging call"- 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)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
org.xhtmlrenderer:flying-saucer-pdf
maven
9.1.22 → 9.12.0
Minor
/backend
Technical Details
| ID: | 1808416 |
| UUID: | 3140267635 |
| Node ID: | PR_kwDOKVqxZ86aN5pq |
| Host: | GitHub |
| Repository: | utmstack/UTMStack |