Skip to content

Commit

Permalink
[RELEASE] iText 7 Core - 7.1.15
Browse files Browse the repository at this point in the history
https://github.com/itext/itext7/releases/tag/7.1.15

* release_branch:
  [RELEASE] 7.1.15
  Add PdfFont#appendDecodedCodesToGlyphsList methods to get success status of decoding to glyph line
  Prevent null from being passed as occupied area in case of FULL
  Expose some font utility API for public usage
  Support box-sizing property in case of FlexContainerRenderer
  Add validation for justify-content property
  Add message logging for not supported flex-related properties
  Add missing copyright headers
  Support collapsing margins for flex container
  Improve TODOs of OCSPVerifier
  OTF: Support GposLookupType1 - table subformat 2
  Respect flex item's height calculated during the algo
  Consider min and max container's heights while processing line's cross size
  Better PDF/A Conformance exception text
  Add Strictness level for PdfReader
  Add log message for invalid Version in the catalog
  Ignore invalid catalog version on document load
  Add missing copyright headers
  DataHandlerCounter disabling hooks mechanism
  Add a test which demonstrates that height is not respected in case min-height is set
  Remove redundant TODO
  Remove invalid return in javadoc
  Remove html examples for flex algorithm
  Make FlexContainer be default-accessed
  Make glyphs independent in bidi-reordered line from pre-reordering
  Respect width when placing flex container
  Update vertical-writing TODO comment to more relevant ticket
  Introduce integration tests for 'font-weight' font-selection
  Add missing copyright headers
  Support justify-content and align-items
  Skip KEEP_TOGETHER in case of AreaBreak
  Preserve cell's percent width between relayouts
  Fix javadoc warnings in sign module
  KeepTogether disable for not fit in keepTogether tree fix
  Add flex container element and flex related properties
  Add test for infinite loop when copying outlines
  Add missing copyright headers
  PdfFontFactory font embedding strategy
  Fix some more SQ related issues
  Fix issues identified by SQ
  Cover pattern and shading related constants with javadocs
  Add logging that ICC profile to be set to the image is invalid
  Update junit version to 4.13.2
  Remove deprecated TODOs
  Add tests for PdfDocument with missing, null and not PdfString producer
  Add null check on producer string Closes #69.
  Fix javadocs of SvgConverter
  Add missing copyright headers
  Implement initial layout method for FlexContainerRenderer
  Add JavaDocs to some classes from layer package and to PdfLinkAnnotation class
  Remove fixed in 7.2.0_preparations branch TODOs
  Fix javadocs warning
  Fix null exception with SeparatedTableBorders
  Add missing copyright headers
  Add test for CFFFontTest
  Add javadocs to FontProvider, Range & RangeBuilder
  Add some unit test for PdfTokenizer
  Support flex algorithm
  Remove redundant TODO message
  Add javadocs for PdfDashPattern and PdfCatalog
  Add integration test for table cell with rowspan exceeding several pages
  Fix NPE in PdfDocument.getFont with direct font
  Add a test on a cell rotation issue
  Add some javadocs to PdfDocument & PdfAnnotationBorder
  Remove TODOs in the PdfImageXObject
  Upgrade BouncyCastle version to 1.68
  Support type3 glyphs with custom names
  Cover custom image masks setting API with tests
  Fix javadoc warnings
  Delete obsolete TODO
  PdfNumber equals and hashcode fixes
  Cover OcspClientBouncyCastle methods with tests
  Add missing copyright headers
  Take document into account for PdfIndirectReference equals and hashCode
  Add missing copyright headers
  Improve code coverage of itextcore in SonarQube
  Add AssertUtil#doesNotThrow methods and update some tests
  ParagraphRenderer and LineRenderer children parent fixes
  Add missing copyright headers
  Refactor css validators. Update tests if necessary
  Fix space validation issue
  Refactor shorthands
  Support flex, flex-flow, gap and place-items shorthand
  Create and move to specific class TYPOGRAPHY_NOT_FOUND constant
  Add missing copyright headers and update copyright year
  Fix Svg relative MoveTo operator with multiple coordinates logic
  Add SignWithSignaturePolicyInfoTest test
  [AFTER RELEASE] 7.1.14
  Add missing copyright headers
  Add tests to increase code coverage and split constructor in PdfType3Font
  Add log message that outline destination page number is out of bounds
  Update CssSelectorParser to use Matcher
  Add new tests to SmartModeTests class
  Remove stale TODO
  Refactor OverflowAttributeTest
  Improve taggedPdfReaderToolTest01
  • Loading branch information
iText-CI committed Mar 30, 2021
2 parents 1fa00c6 + 3da7e62 commit bf84f8a
Show file tree
Hide file tree
Showing 2,390 changed files with 17,570 additions and 3,655 deletions.
2 changes: 1 addition & 1 deletion barcodes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.1.14</version>
<version>7.1.15</version>
</parent>
<artifactId>barcodes</artifactId>
<name>iText 7 - barcodes</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2020 iText Group NV
Copyright (c) 1998-2021 iText Group NV
Authors: iText Software.
This program is free software; you can redistribute it and/or modify
Expand Down
Loading

0 comments on commit bf84f8a

Please sign in to comment.