Skip to content

4.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Feb 17:45
· 3 commits to master since this release
4.0.0
8d40689

4.0.0 (2026-02-13)

Breaking changes

Due to changes in the JasperReports itself, older jrxml files have become incompatible with the newer version of the library and all the examples had to be updated with the JasperReports studio. For details, please see:

Then to update your files, you should do:

  • Copy all jrxml fiels into one folder with their parent folder as prefix (e.g. some/path/someReportType/exampleReport.jrxml -> someReportType_exampleReport.jrxml).
  • Create a new JasperReports project in Jasper Studio.
  • Import files from the folder (Import -> filesystem -> ...).
  • Right-click on a project -> JasperReports -> Update JasperReports files.
  • Export project files.
  • Copy the files back to their original place.

Major Update

Spring is upgraded to version 7

New feature

Documentation

Tests

Tests added or updated

Dependency update

Chore

Changes that shouldn't affect the users like continuous integration updates