jasperreports
jasperreports copied to clipboard
JasperReports® - Free Java Reporting Library
Hello, I would like to inform you about a bug in the HTML processing that we have found in the jasper generation from version 6.19.0 onwards. The problem in question...
## CVE-2022-34169 - High Severity Vulnerability Vulnerable Library - xalan-2.7.2.jar Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL...
Hi, i wanted to know if it's planned to add support to prevent splitting in two pages of crosstab row group. Now seems impossible Thanks in advice
**Version**: latest master and release. **Bug**: Some texts don't stretch textfield height quite enough to show the full text. Text overflows and stays hidden. This can be fatal for important...
Hello, com.lowagie:itext:2.1.7.js9 depends on org.bouncycastle:xxx-jdk15on BouncyCastle changed its artifact name suffix from jdk15on to jdk18on in the latest releases, as it now requires at least Java 1.8 Is it possible...
Currently, BreakIterator in SimpleTextLineWrapper and ComplexTextLineWrapper is created using BreakIterator.getCharacterInstance() instead of BreakIterator.getCharacterInstance(Locale) The former uses the VMs default locate while the latter uses the supplied one which should be...
Hi, I'm facing an issue with chinese characters and overflow stretch under Linux only (working ok under Windows). Characters are shown but the text appears cut off based on the...
commons collections 3 is EOL and there is no new version available since Nov, 2015 after 3.2.2. So it would make sense to remove its use within jasperreports going forward....
Add property "net.sf.jasperreports.rows.to.fill" that will fill details band to fill with empty rows to specified number of rows or till page break. e.g. Will add commits to support in List...
In the `JRFillReportTemplate::loadTemplate` the different kind of inputs are handled properly, so I can easily use my own service to return an intercepted input stream instead of a simple string...