Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 698d8f8

Browse files
committedMar 30, 2021
[RELEASE] iText 7 pdfSweep - 2.0.6
https://github.com/itext/i7j-pdfsweep/releases/tag/2.0.6 * release_branch: [RELEASE] pdfSweep 2.0.6 Add tests for cleanup of skewed images Add test for indexed colorspace without white color Update copyright year to 2021 Update dependencies Update CONTRIBUTING.md with latest information and links Get rid of using "LicenseKeyProductFeature" in ReflectionUtils class in cleanup module Make mutable final sets unmodifable Move reflection code to ReflectionUtils class Add PdfAutoSweep tests and change annotation name generator Update dependencies Pdf test files were changed. Added unit tests for openNotWrittenTags. Make PdfCleanUpFilter class autoportable [RELEASE] Update dependency versions Use generalized Jenkinsfile in pipeline-library Abort possible previous builds Update .mailmap Create new CleanUp comparing approach Add test for Java and.NET differences in line arts drawing on canvas Add missing category to a test [RELEASE] Update dependency versions Performance improvements of Jenkins builds add test case for "fix missing index and newlines in cleanup regexes" in itextcore repository [RELEASE] Update dependency versions Add test for circular references in form xObjects
2 parents 65d01ac + a02fe23 commit 698d8f8

File tree

79 files changed

+1960
-786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1960
-786
lines changed
 

‎.mailmap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ Peter Goodman <pete@petegoo.com> <github@petegoo.co
6464
Peter Goodman <pete@petegoo.com> <pete@petegoo.com>
6565
Peter Goodman <pete@petegoo.com> <peter.goodman@pushpay.com>
6666
Peter Kjuak <peter.kjuak@itextpdf.com> <peter.kjuak@itextpdf.com>
67-
Richard Cohn <rcohn@adobe.com> <richard@cohns.org>
6867
Richard Schwark <richard.schwark@planet.de> <richard.schwark@planet.de>
6968
Roman Leonov <roman.leonov@duallab.com> <roman.leonov@duallab.com>
7069
Roman Nadvodny <roman.nadvodniuk@duallab.com> <roman.nadvodniuk@duallab.com>

‎CONTRIBUTING.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ Before you submit your pull request consider the following guidelines:
6868
* Verify that your proposed change hasn't already been addressed in the develop branch.
6969
* Don't send a separate pull request for every single file you change.
7070
* Please sign the [iText Contributor License Agreement (iCLA)](#cla) before sending pull
71-
requests for any change of more than 20 significant lines of code (we're not counting curly braces and other syntactical sugar).
72-
We cannot accept code without this agreement.
71+
requests. We cannot accept code without this agreement.
7372
* Fork the iText repository on GitHub.
7473
* Clone your iText fork to your local machine.
7574
* Make your changes, **including appropriate test cases**.
@@ -100,8 +99,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
10099

101100
* We develop in Java first, and then port to .NET, so code submissions in Java are preferred.
102101
Nevertheless this shouldn't stop you from making a good pull request to the .NET port.
103-
* All Java code **must** be Java 7. Sorry, no lambda expressions or other Java 8 language features.
104-
* All features or bug fixes **must be tested** by one or more [unit tests][unit-testing].
102+
* All features or bug fixes **must be tested** by one or more unit tests.
105103
* All public API methods **must be documented** with JavaDoc. To see how we document our APIs, please check
106104
out the existing [javadocs][javadocs].
107105
* We follow the rules contained in
@@ -151,8 +149,7 @@ reference JIRA or GitHub issues that this commit **Closes**.
151149

152150
## <a name="cla">Signing the iCLA</a>
153151

154-
Please sign the **iText Contributor License Agreement (iCLA)** before sending pull requests. For any larger code
155-
changes (more than 20 lines of significant code) to be accepted, the iCLA must be signed. It's a quick process, we promise!
152+
Please sign the [**iText Contributor License Agreement (iCLA)**][cla] before sending pull requests. For any code changes to be accepted, the iCLA must be signed. It's a quick process, we promise!
156153

157154
We'll need you to [(digitally) sign and then email, fax or mail the form][cla].
158155

@@ -165,18 +162,17 @@ We use the [Stack Exchange][stackoverflow] network for free support and [GitHub]
165162
* StackExchange: [http://stackexchange.com/legal](http://stackexchange.com/legal)
166163
* Github: [https://help.github.com/articles/github-terms-of-service/](https://help.github.com/articles/github-terms-of-service/)
167164

168-
[cla]: http://itextpdf.com/policy
165+
[cla]: https://itextpdf.com/en/how-buy/legal/itext-contributor-license-agreement
169166
[coc]: CODE_OF_CONDUCT.md
170-
[github]: https://github.com/itext/itext7
171-
[java-style-guide]: http://www.oracle.com/technetwork/java/codeconvtoc-136057.html
172-
[javadocs]: http://itextpdf.com/api
173-
[pull]: https://github.com/itext/itext7/pulls
167+
[github]: https://github.com/itext/i7j-pdfsweep
168+
[java-style-guide]: https://www.oracle.com/technetwork/java/codeconvtoc-136057.html
169+
[javadocs]: https://itextpdf.com/api
170+
[pull]: https://github.com/itext/i7j-pdfsweep/pulls
174171
[sscce]: http://sscce.org/
175-
[stackoverflow]: http://stackoverflow.com/questions/tagged/itext7
176-
[good-questions]: http://stackoverflow.com/help/how-to-ask
177-
[mcve]: http://stackoverflow.com/help/mcve
178-
[support]: http://itextpdf.com/support
179-
[unit-testing]: http://junit.org/
172+
[stackoverflow]: https://stackoverflow.com/questions/tagged/itext7
173+
[good-questions]: https://stackoverflow.com/help/how-to-ask
174+
[mcve]: https://stackoverflow.com/help/mcve
175+
[support]: https://itextpdf.com/support
180176
[git-commit]: https://chris.beams.io/posts/git-commit/
181177
[git-commit-separate]: https://chris.beams.io/posts/git-commit/#separate
182178
[git-commit-limit-50]: https://chris.beams.io/posts/git-commit/#limit-50

0 commit comments

Comments
 (0)
Please sign in to comment.