Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update dependency org.xhtmlrenderer:flying-saucer-core to v9.9.4 #406

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.xhtmlrenderer:flying-saucer-core (source) 9.4.1 -> 9.9.4 age adoption passing confidence

Release Notes

flyingsaucerproject/flyingsaucer (org.xhtmlrenderer:flying-saucer-core)

v9.9.4

Compare Source

  • Set "Page only" as default initial view in PDF viewer (#​390)
  • #​379 Revert "Overcoming Table Cell and Line Splitting Challenges (#​358)"

v9.9.3

Compare Source

  • #​385 avoid using memory-mapped files for reading fonts (#​388)
  • #​385 expose a public method ITextFontResolver.addFont(BaseFont,...) (#​386)
  • support @page property size with 3 values (e.g. "size: 40mm 20mm landscape") - thanks to @​jelinj8 (#​383)
  • add details to all thrown exceptions - see commit 6aa4791
  • remove unused classes Handler and DataURLConnection - see commit 65cd001
  • Bump org.apache.logging.log4j:log4j-core from 2.23.1 to 2.24.0 (#​384)

v9.9.2

Compare Source

v9.9.1

Compare Source

  • Modify pattern so that headings won't have an upper limitation for their level - thanks to Orosz Péter [email protected] (#​359)
  • #​359 add tests for HTMLOutline
  • remove links to iText from LICENSE
  • #​370 allow not-so-correct image url of form "data:image;base64,iVBORw...." (#​371)
  • Overcoming Table Cell and Line Splitting Challenges - thanks to Jérôme @​syluna (#​358)
  • Bump com.github.librepdf:openpdf from 2.0.2 to 2.0.3 (#​361)

v9.9.0

Compare Source

  • #​349 Moved org.xhtmlrenderer.simple.PDFRenderer to org.xhtmlrenderer.pdf.PDFRenderer -- thanks to
    Aaron Verachtert (#​350)
  • #​349 rename package "org.xhtmlrenderer.simple" in module "flaying-saucer-swt" (#​351)
  • #​340 optimize CPU and memory consumption (#​352) (#​353)

v9.8.0

Compare Source

  • Remove itext 5 support (#​325)
  • Remove libs (#​324)
  • disabled logging by default (#​304)
  • Add a test for the embedding of fonts declared in the css (#​318)
  • Bump slf4j from 2.0.12 to 2.0.13 (#​310)

v9.7.2

Compare Source

  • fix center image and glyph list item marker (#​302)
  • bump OpenPDF from 2.0.1 to 2.0.2 (#​307)

v9.7.1

Compare Source

v9.7.0

Compare Source

  • #​291 restore methods with baseUrl parameter (#​292)
  • Bump log4j from 2.23.0 to 2.23.1 (#​287)
  • [cleanup] cleanup CVS history in comments (#​285)
  • [cleanup] remove the old archive with ANT build scripts (#​286)
  • [cleanup] make few methods non-public (#​286)
  • [cleanup] remove a bunch of unused code (#​286)
  • [cleanup] remove unused classes (PermutationGenerator, Idents, XLayout, SystemPropertiesUtil, Zipper, Regress) (#​286)
  • [cleanup] replace "e.printStackTrace()" by a "standard" logging (#​288)

v9.6.1

Compare Source

  • #​276 never consider table cells as "floated" (even if they have style "float: left" or "float:right") (#​283)
  • refactoring (remove unused methods, convert classes to records etc.) (#​281) (#​284)
  • refactoring: make most of setDocument() methods private (#​281)
  • make toString method of Box elements more easily readable (#​283)

v9.6.0

Compare Source

  • Require Java 17 or later
  • Bump openpdf from 1.3.40 to 2.0.1 (#​274) (#​278)
  • simplify API for creating PDF (#​277)
  • Added F flag to make links pdf/a-1a conform (#​280)

v9.5.2

Compare Source

  • Bump openpdf from 1.3.39 to 1.3.40 (#​269)
  • Bump slf4j from 2.0.11 to 2.0.12 (#​268)
  • Bump log4j from 2.22.1 to 2.23.0 (#​275)

v9.5.1

Compare Source

  • Bump OpenPDF from 1.3.38 to 1.3.39 (#​261)
  • #​260 change scope of jsr305 dependency from "provided" to "compile" (#​263)

v9.5.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@Pyker
Copy link
Member

Pyker commented Sep 3, 2024

Flying Saucer requires Java 11 in 9.5.0, and Java 17 in 9.6.0, so these changes are pending that, since we're still targeting Java 8.

@renovate renovate bot force-pushed the renovate/org.xhtmlrenderer-flying-saucer-core-9.x branch from b19a519 to 58e0b08 Compare September 3, 2024 22:07
@renovate renovate bot changed the title build(deps): update dependency org.xhtmlrenderer:flying-saucer-core to v9.9.1 build(deps): update dependency org.xhtmlrenderer:flying-saucer-core to v9.9.2 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/org.xhtmlrenderer-flying-saucer-core-9.x branch from 58e0b08 to 92b8dbd Compare September 16, 2024 22:05
@renovate renovate bot changed the title build(deps): update dependency org.xhtmlrenderer:flying-saucer-core to v9.9.2 build(deps): update dependency org.xhtmlrenderer:flying-saucer-core to v9.9.3 Sep 16, 2024
@renovate renovate bot force-pushed the renovate/org.xhtmlrenderer-flying-saucer-core-9.x branch from 92b8dbd to a93e457 Compare September 20, 2024 07:37
@renovate renovate bot changed the title build(deps): update dependency org.xhtmlrenderer:flying-saucer-core to v9.9.3 build(deps): update dependency org.xhtmlrenderer:flying-saucer-core to v9.9.4 Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant