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

Chore(deps): Bump jasperreports.version from 6.21.3 to 7.0.1 #1450

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2024

Bumps jasperreports.version from 6.21.3 to 7.0.1.
Updates net.sf.jasperreports:jasperreports from 6.21.3 to 7.0.1

Release notes

Sourced from net.sf.jasperreports:jasperreports's releases.

JasperReports 7.0.1

  • added automatic module names to manifest files and fixed split packages issues in preparation for Java 9 modules compliance;

  • minor bug fixes and improvements;

JasperReports 7.0.0

  • removal of the Ant build system and replacing it with a Maven build system;

  • deprecated code removed;

  • breaking backward compatibility of serialized/compiled *.jasper report template files, mostly because of historical deprecated serialization code removal/cleanup mentioned above (source *.jrxml report templates need to be recompiled to *.jasper using the new version of the library);

  • breaking backward compatibility of source *.jrxml report template files and *.jrtx style template files by replacing the Apache Commons Digester based parsers with Jackson XML object serialization. *.jrxml and *.jrtx files created with version 6 or older can no longer be loaded with version 7 or newer of the library alone. The conversion from the old file formats to the new file formats and back can be made using Jaspersoft Studio 7 and later versions of it;

  • extracting various optional extension JAR artifacts from the the core library JAR artifact to allow the Jakarta Migration of certain of these optional features while also introducing better third party Maven dependency management of these artifacts;

  • some Java package names have changed as a consequence of separating functionality into optional JAR artifacts;

  • upgraded JFreeChart to version 1.5.4 which no longer has support for 3D charts. Reports having Pie 3D, Bar 3D and Stacked Bar 3D charts would continue to work, but will be rendered as 2D, all their 3D effects being ignored;

  • minor bug fixes and improvements;

JasperReports 6.21.4

  • various dependencies upgrades including: Jackson 2.17.1, RequireJS 2.3.7, Apache POI 5.3.0 and Apache Xalan 2.7.3;

  • minor bug fixes and improvements;

Changelog

Sourced from net.sf.jasperreports:jasperreports's changelog.

JasperReports 7.0.1 (2024-09-30)

  • added automatic module names to manifest files and fixed split packages issues in preparation for Java 9 modules compliance;

  • minor bug fixes and improvements;

JasperReports 7.0.0 (2024-06-17)

  • removal of the Ant build system and replacing it with a Maven build system;

  • deprecated code removed;

  • breaking backward compatibility of serialized/compiled *.jasper report template files, mostly because of historical deprecated serialization code removal/cleanup mentioned above (source *.jrxml report templates need to be recompiled to *.jasper using the new version of the library);

  • breaking backward compatibility of source *.jrxml report template files and *.jrtx style template files by replacing the Apache Commons Digester based parsers with Jackson XML object serialization. *.jrxml and *.jrtx files created with version 6 or older can no longer be loaded with version 7 or newer of the library alone. The conversion from the old file formats to the new file formats and back can be made using Jaspersoft Studio 7 and later versions of it;

  • extracting various optional extension JAR artifacts from the the core library JAR artifact to allow the Jakarta Migration of certain of these optional features while also introducing better third party Maven dependency management of these artifacts;

  • some Java package names have changed as a consequence of separating functionality into optional JAR artifacts;

  • upgraded JFreeChart to version 1.5.4 which no longer has support for 3D charts. Reports having Pie 3D, Bar 3D and Stacked Bar 3D charts would continue to work, but will be rendered as 2D, all their 3D effects being ignored;

  • minor bug fixes and improvements;

Commits
  • 5734966 version update
  • 1123190 version update
  • 54b8386 changes.txt and eula update
  • a8ec0e6 Merge branch 'develop-JRL-1926'
  • 7fd7dd8 Merge branch 'develop-JRL-1938'
  • 55c8c1d honor the ignore cell border flag in XLSX
  • 0dbe2be set version to develop-JRL-1926-SNAPSHOT
  • d9fe298 Merge branch 'develop'
  • 75f3b70 consolidate log4j version
  • 2032edb make virtualization class registry thread safe
  • Additional commits viewable in compare view

Updates net.sf.jasperreports:jasperreports-fonts from 6.21.3 to 7.0.1

Release notes

Sourced from net.sf.jasperreports:jasperreports-fonts's releases.

JasperReports 7.0.1

  • added automatic module names to manifest files and fixed split packages issues in preparation for Java 9 modules compliance;

  • minor bug fixes and improvements;

JasperReports 7.0.0

  • removal of the Ant build system and replacing it with a Maven build system;

  • deprecated code removed;

  • breaking backward compatibility of serialized/compiled *.jasper report template files, mostly because of historical deprecated serialization code removal/cleanup mentioned above (source *.jrxml report templates need to be recompiled to *.jasper using the new version of the library);

  • breaking backward compatibility of source *.jrxml report template files and *.jrtx style template files by replacing the Apache Commons Digester based parsers with Jackson XML object serialization. *.jrxml and *.jrtx files created with version 6 or older can no longer be loaded with version 7 or newer of the library alone. The conversion from the old file formats to the new file formats and back can be made using Jaspersoft Studio 7 and later versions of it;

  • extracting various optional extension JAR artifacts from the the core library JAR artifact to allow the Jakarta Migration of certain of these optional features while also introducing better third party Maven dependency management of these artifacts;

  • some Java package names have changed as a consequence of separating functionality into optional JAR artifacts;

  • upgraded JFreeChart to version 1.5.4 which no longer has support for 3D charts. Reports having Pie 3D, Bar 3D and Stacked Bar 3D charts would continue to work, but will be rendered as 2D, all their 3D effects being ignored;

  • minor bug fixes and improvements;

JasperReports 6.21.4

  • various dependencies upgrades including: Jackson 2.17.1, RequireJS 2.3.7, Apache POI 5.3.0 and Apache Xalan 2.7.3;

  • minor bug fixes and improvements;

Changelog

Sourced from net.sf.jasperreports:jasperreports-fonts's changelog.

JasperReports 7.0.1 (2024-09-30)

  • added automatic module names to manifest files and fixed split packages issues in preparation for Java 9 modules compliance;

  • minor bug fixes and improvements;

JasperReports 7.0.0 (2024-06-17)

  • removal of the Ant build system and replacing it with a Maven build system;

  • deprecated code removed;

  • breaking backward compatibility of serialized/compiled *.jasper report template files, mostly because of historical deprecated serialization code removal/cleanup mentioned above (source *.jrxml report templates need to be recompiled to *.jasper using the new version of the library);

  • breaking backward compatibility of source *.jrxml report template files and *.jrtx style template files by replacing the Apache Commons Digester based parsers with Jackson XML object serialization. *.jrxml and *.jrtx files created with version 6 or older can no longer be loaded with version 7 or newer of the library alone. The conversion from the old file formats to the new file formats and back can be made using Jaspersoft Studio 7 and later versions of it;

  • extracting various optional extension JAR artifacts from the the core library JAR artifact to allow the Jakarta Migration of certain of these optional features while also introducing better third party Maven dependency management of these artifacts;

  • some Java package names have changed as a consequence of separating functionality into optional JAR artifacts;

  • upgraded JFreeChart to version 1.5.4 which no longer has support for 3D charts. Reports having Pie 3D, Bar 3D and Stacked Bar 3D charts would continue to work, but will be rendered as 2D, all their 3D effects being ignored;

  • minor bug fixes and improvements;

Commits
  • 5734966 version update
  • 1123190 version update
  • 54b8386 changes.txt and eula update
  • a8ec0e6 Merge branch 'develop-JRL-1926'
  • 7fd7dd8 Merge branch 'develop-JRL-1938'
  • 55c8c1d honor the ignore cell border flag in XLSX
  • 0dbe2be set version to develop-JRL-1926-SNAPSHOT
  • d9fe298 Merge branch 'develop'
  • 75f3b70 consolidate log4j version
  • 2032edb make virtualization class registry thread safe
  • Additional commits viewable in compare view

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 `jasperreports.version` from 6.21.3 to 7.0.1.

Updates `net.sf.jasperreports:jasperreports` from 6.21.3 to 7.0.1
- [Release notes](https://github.com/TIBCOSoftware/jasperreports/releases)
- [Changelog](https://github.com/TIBCOSoftware/jasperreports/blob/master/changes.txt)
- [Commits](TIBCOSoftware/jasperreports@6.21.3...7.0.1)

Updates `net.sf.jasperreports:jasperreports-fonts` from 6.21.3 to 7.0.1
- [Release notes](https://github.com/TIBCOSoftware/jasperreports/releases)
- [Changelog](https://github.com/TIBCOSoftware/jasperreports/blob/master/changes.txt)
- [Commits](TIBCOSoftware/jasperreports@6.21.3...7.0.1)

---
updated-dependencies:
- dependency-name: net.sf.jasperreports:jasperreports
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: net.sf.jasperreports:jasperreports-fonts
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 13, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants