Skip to content

Milestones

List view

  • No due date
    1/1 issues closed
  • No due date
    1/1 issues closed
  • No due date
    10/10 issues closed
  • No due date
    62/62 issues closed
  • ### 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: * [JasperReport issue about incompatibility](https://github.com/Jaspersoft/jasperreports/issues/521) * [JasperReport 7.0 Release notes](https://github.com/Jaspersoft/jasperreports/releases/tag/7.0.0) 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.

    No due date