Skip to content

JasperReports 7.0.8

Latest

Choose a tag to compare

@teodord teodord released this 05 Aug 11:12
7.0.8
2da2e11
  • introducing configuration properties to disable query executers and also disable dynamic
    queries that make use of $P!{} parameter references;

  • introducing HTML hyperlink whitelist filter for controlling remote website access from HTML exports;

  • the PDF tagging code has been isolated into a new PdfTagger interface and its latest and
    most complete implementation has been moved out of the JasperReports Library Community Edition
    code base and will only be available as part of the JasperReports Library Professional extensions
    provided by Jaspersoft; Note that PDF tagging functionality is used to produce accessible PDF
    documents (PDF/UA) and PDF documents for archiving (PDF/A);

  • JasperReports can now run on stock OpenPDF 1.3.43; the Jaspersoft build of OpenPDF is only
    required for the PDF/UA link annotation /StructParent tagging, which is otherwise skipped;

  • various dependencies upgrades including: Spring 6.2.19 and Jackson 2.18.8;

  • minor bug fixes and improvements;