From 52d2b14e56568e4252c81c556b0d43b055f15457 Mon Sep 17 00:00:00 2001 From: Andrei Solntsev Date: Thu, 24 Oct 2024 21:20:54 +0300 Subject: [PATCH] release FlyingSaucer 9.10.0 --- CHANGELOG.md | 13 +++++++++++++ flying-saucer-core/pom.xml | 2 +- flying-saucer-examples/pom.xml | 2 +- flying-saucer-fop/pom.xml | 2 +- flying-saucer-log4j/pom.xml | 2 +- flying-saucer-pdf-osgi/pom.xml | 2 +- flying-saucer-pdf/pom.xml | 2 +- flying-saucer-swt/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 556555f1d..d96c3062f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 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, @Nullable and @CheckReturnValue annotations 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) +* fix multiple warning reported by Google library "error-prone" (#421) +* #403 don't embed slf4j-api in flying-saucer-pdf-osgi (#410) - thanks to Konrad Windszus +* #412 Remove unused java sources from folders "src" and "flying-saucer-examples/nomaven" (#417) +* #409 remove unneeded module "flying-saucer-swt-examples" (#418) +* Bump org.apache.xmlgraphics:fop from 2.9 to 2.10 (#408) + ## 9.9.5 (30.09.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/21?closed=1 * #392 Fix transparent background of resized base64 encoded images - thanks to @Openhelios (#393) * dispose Graphics object after using it (#397) diff --git a/flying-saucer-core/pom.xml b/flying-saucer-core/pom.xml index 6e441a6fb..2c1332105 100644 --- a/flying-saucer-core/pom.xml +++ b/flying-saucer-core/pom.xml @@ -7,7 +7,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.0-SNAPSHOT + 9.10.0 ../pom.xml diff --git a/flying-saucer-examples/pom.xml b/flying-saucer-examples/pom.xml index b86142fdf..38d97ecf5 100644 --- a/flying-saucer-examples/pom.xml +++ b/flying-saucer-examples/pom.xml @@ -6,7 +6,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.0-SNAPSHOT + 9.10.0 ../pom.xml diff --git a/flying-saucer-fop/pom.xml b/flying-saucer-fop/pom.xml index 8ce1c3b65..778cac946 100644 --- a/flying-saucer-fop/pom.xml +++ b/flying-saucer-fop/pom.xml @@ -7,7 +7,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.0-SNAPSHOT + 9.10.0 ../pom.xml diff --git a/flying-saucer-log4j/pom.xml b/flying-saucer-log4j/pom.xml index c0411ffd0..277dc567c 100644 --- a/flying-saucer-log4j/pom.xml +++ b/flying-saucer-log4j/pom.xml @@ -7,7 +7,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.0-SNAPSHOT + 9.10.0 ../pom.xml diff --git a/flying-saucer-pdf-osgi/pom.xml b/flying-saucer-pdf-osgi/pom.xml index ede797c3e..114c54adf 100644 --- a/flying-saucer-pdf-osgi/pom.xml +++ b/flying-saucer-pdf-osgi/pom.xml @@ -7,7 +7,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.0-SNAPSHOT + 9.10.0 ../pom.xml diff --git a/flying-saucer-pdf/pom.xml b/flying-saucer-pdf/pom.xml index 4cb0efc74..a1b3704fa 100644 --- a/flying-saucer-pdf/pom.xml +++ b/flying-saucer-pdf/pom.xml @@ -6,7 +6,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.0-SNAPSHOT + 9.10.0 ../pom.xml diff --git a/flying-saucer-swt/pom.xml b/flying-saucer-swt/pom.xml index 29cf97989..0ac6f93cb 100644 --- a/flying-saucer-swt/pom.xml +++ b/flying-saucer-swt/pom.xml @@ -7,7 +7,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.0-SNAPSHOT + 9.10.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 4be8d9902..77a19cc38 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.xhtmlrenderer flying-saucer-parent - 9.10.0-SNAPSHOT + 9.10.0 pom