This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch camel-2.19.x
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 9efd221 Updating XMLSecurity
new b646261 Upgrade Fop and related bundle to version 2.2
new a3e0167 CAMEL-11976: Align pdfbox versions to 2.0.6
new 1fa9bcb Upgrade PDFBox to version 2.0.8
new 4c71762 CAMEL-11976: Fixed enum types for docs was wrong after upgrade
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
components/camel-fop/pom.xml | 19 +++++--
.../camel/component/fop/FopComponentTest.java | 7 +--
.../camel/component/fop/FopEndpointTest.java | 9 ++--
.../org/apache/camel/component/fop/FopHelper.java | 19 +------
.../camel-pdf/src/main/docs/pdf-component.adoc | 2 +-
.../camel/component/pdf/PdfConfiguration.java | 22 ++++----
.../apache/camel/component/pdf/PdfProducer.java | 35 ++-----------
.../camel/component/pdf/Standard14Fonts.java | 59 ++++++++++++++++++++++
.../component/pdf/text/DefaultWriteStrategy.java | 2 +-
.../apache/camel/component/pdf/text/PdfUtils.java | 4 +-
.../apache/camel/component/pdf/PdfAppendTest.java | 13 ++---
.../camel/component/pdf/PdfCreationTest.java | 5 +-
.../camel/component/pdf/PdfTextExtractionTest.java | 9 ++--
parent/pom.xml | 35 +++++++++++--
.../karaf/features/src/main/resources/features.xml | 1 -
.../camel-spring-boot-dependencies/pom.xml | 25 +++++++++
16 files changed, 177 insertions(+), 89 deletions(-)
create mode 100644
components/camel-pdf/src/main/java/org/apache/camel/component/pdf/Standard14Fonts.java
--
To stop receiving notification emails like this one, please contact
[email protected].