renovate-bot opened a new pull request, #3756:
URL: https://github.com/apache/fineract/pull/3756

   [![Mend 
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
   
   This PR contains the following updates:
   
   | Package | Change | Age | Adoption | Passing | Confidence |
   |---|---|---|---|---|---|
   | [com.github.librepdf:openpdf](https://togithub.com/LibrePDF/OpenPDF) | 
`1.3.39` -> `2.0.0` | 
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.librepdf:openpdf/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.librepdf:openpdf/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.librepdf:openpdf/1.3.39/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 | 
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.librepdf:openpdf/1.3.39/2.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
 |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>LibrePDF/OpenPDF (com.github.librepdf:openpdf)</summary>
   
   ### [`v2.0.0`](https://togithub.com/LibrePDF/OpenPDF/releases/tag/2.0.0): 
OpenPDF 2.0.0
   
   [Compare 
Source](https://togithub.com/LibrePDF/OpenPDF/compare/1.3.40...2.0.0)
   
   #### What's Changed In 2.0.0
   
   -   Java 17 or later is required for OpenPDF 2.0.0.  This will allow using 
modern Java 17+ compatible syntax and libraries. Futhermore, it will ease 
maintenance effort because we don't support older Java versions.
   -   Removal of 108 deprecated old methods and fields. This will allow a 
cleaner API with less technical debt. Most likely no changes will be needed in 
code using OpenPDF. See JavaDoc for the methods marked as deprecated in 1.3.40 
and the new methods to use instead: 
https://javadoc.io/doc/com.github.librepdf/openpdf/latest/index.html
   -   Lift TrueTypeFontUnicode.includeCidSet flag up to BaseFont to make it 
publicly accessible 
([#&#8203;1041](https://togithub.com/LibrePDF/OpenPDF/issues/1041)) by 
[@&#8203;zyro23](https://togithub.com/zyro23) in 
[https://github.com/LibrePDF/OpenPDF/pull/1046](https://togithub.com/LibrePDF/OpenPDF/pull/1046)
   -   Modified PdfPTable add cell method to return cell by 
[@&#8203;jaybob007](https://togithub.com/jaybob007) in 
[https://github.com/LibrePDF/OpenPDF/pull/844](https://togithub.com/LibrePDF/OpenPDF/pull/844)
 [#&#8203;837](https://togithub.com/LibrePDF/OpenPDF/issues/837)
   -   Fix  for issues with form flattening 
[#&#8203;1047](https://togithub.com/LibrePDF/OpenPDF/issues/1047) by 
[@&#8203;Lonzak](https://togithub.com/Lonzak) in 
[https://github.com/LibrePDF/OpenPDF/pull/1050](https://togithub.com/LibrePDF/OpenPDF/pull/1050)
   
   #### Warning
   
   The journey of OpenPDF maintenance continues: The idea is to try maintaining 
this PDF library, because it is useful to have a Java library which can create 
and read PDF files, with a LGPL and MPL open source license, despite the fact 
that it is impossible to get funding for the hard work, it's all voluntary 
work, no-one fully understands this PDF library fully, and it is a very complex 
piece of software. So here is 2.0.0, you have been warned, good luck. On the 
positive side, at least there can be frequent releases, we use automatic 
code-scanning tools, there are unit-tests, and we listen to bugreports on 
GitHub.
   
   #### New Contributors
   
   -   [@&#8203;jaybob007](https://togithub.com/jaybob007) made their first 
contribution in 
[https://github.com/LibrePDF/OpenPDF/pull/844](https://togithub.com/LibrePDF/OpenPDF/pull/844)
   
   **Full Changelog**: 
https://github.com/LibrePDF/OpenPDF/compare/1.3.40...2.0.0
   
   ### [`v1.3.40`](https://togithub.com/LibrePDF/OpenPDF/releases/tag/1.3.40)
   
   [Compare 
Source](https://togithub.com/LibrePDF/OpenPDF/compare/1.3.39...1.3.40)
   
   #### What's New in OpenPDF 1.3.40
   
   -   Add TrueTypeFontUnicode.includeCidSet flag 
([#&#8203;1041](https://togithub.com/LibrePDF/OpenPDF/issues/1041)) by 
[@&#8203;zyro23](https://togithub.com/zyro23) in 
[https://github.com/LibrePDF/OpenPDF/pull/1045](https://togithub.com/LibrePDF/OpenPDF/pull/1045)
   -   Added Codacy by [@&#8203;asturio](https://togithub.com/asturio) in 
[https://github.com/LibrePDF/OpenPDF/pull/1031](https://togithub.com/LibrePDF/OpenPDF/pull/1031)
   -   Bump org.assertj:assertj-core from 3.25.1 to 3.25.2 by 
[@&#8203;dependabot](https://togithub.com/dependabot) in 
[https://github.com/LibrePDF/OpenPDF/pull/1035](https://togithub.com/LibrePDF/OpenPDF/pull/1035)
   -   Bump com.puppycrawl.tools:checkstyle from 10.12.7 to 10.13.0 by 
[@&#8203;dependabot](https://togithub.com/dependabot) in 
[https://github.com/LibrePDF/OpenPDF/pull/1036](https://togithub.com/LibrePDF/OpenPDF/pull/1036)
   -   Bump org.assertj:assertj-core from 3.25.2 to 3.25.3 by 
[@&#8203;dependabot](https://togithub.com/dependabot) in 
[https://github.com/LibrePDF/OpenPDF/pull/1040](https://togithub.com/LibrePDF/OpenPDF/pull/1040)
   -   Bump junit.version from 5.10.1 to 5.10.2 by 
[@&#8203;dependabot](https://togithub.com/dependabot) in 
[https://github.com/LibrePDF/OpenPDF/pull/1039](https://togithub.com/LibrePDF/OpenPDF/pull/1039)
   
   #### New Contributors
   
   -   [@&#8203;zyro23](https://togithub.com/zyro23) made their first 
contribution in 
[https://github.com/LibrePDF/OpenPDF/pull/1045](https://togithub.com/LibrePDF/OpenPDF/pull/1045)
   
   **Full Changelog**: 
https://github.com/LibrePDF/OpenPDF/compare/1.3.39...1.3.40
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), 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.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Mend 
Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository 
job log [here](https://developer.mend.io/github/apache/fineract).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5MS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCJ9-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to