Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.github.librepdf:openpdf from 1.3.40 to 2.0.0 #274

Merged
merged 1 commit into from Feb 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps com.github.librepdf:openpdf from 1.3.40 to 2.0.0.

Release notes

Sourced from com.github.librepdf:openpdf's releases.

OpenPDF 2.0.0

What's Changed In 2.0.0

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

Full Changelog: LibrePDF/OpenPDF@1.3.40...2.0.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.github.librepdf:openpdf](https://github.com/LibrePDF/OpenPDF) from 1.3.40 to 2.0.0.
- [Release notes](https://github.com/LibrePDF/OpenPDF/releases)
- [Commits](LibrePDF/OpenPDF@1.3.40...2.0.0)

---
updated-dependencies:
- dependency-name: com.github.librepdf:openpdf
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 19, 2024
@asolntsev
Copy link
Contributor

@pbrant What do you think about upgrading from Java 11 to Java 17?

I personally like it, and I upgrade my library https://github.com/selenide/selenide to Java 17 few months ago.
But most other libraries still work on Java 11 (Selenium, JUnit, AssertJ etc.).

@andreasrosdal
Copy link
Contributor

I suggest a whole set of different branches for the various Java versions, like here: https://github.com/LibrePDF/OpenPDF/blob/master/CONTRIBUTING.md#compatibility-matrix

@asolntsev
Copy link
Contributor

@andreasrosdal Thank you for the suggestion. Basically it means that we can easily upgrade to Java 17 (say, in FS 9.6.0), and IF some time later we need to patch some of previous version, we can release a patch in branch 9.5.x. But most probably we will never need to do it. :)

I like the idea.

@pbrant
Copy link
Member

pbrant commented Feb 26, 2024 via email

@asolntsev asolntsev added this to the 9.6.0 milestone Feb 26, 2024
@asolntsev asolntsev merged commit 4659902 into main Feb 26, 2024
0 of 3 checks passed
@asolntsev asolntsev deleted the dependabot/maven/com.github.librepdf-openpdf-2.0.0 branch February 26, 2024 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants