Jasper-report-maven-plugin
Jasper-report-maven-plugin copied to clipboard
Resuse CompileManager
Reuse the CompileManager rather than creating a new one for every report.
To the best of my knowledge JasperCompileManager
is supposed to be thread-safe. In theory this would also allow us to create a custom JasperReportsContext
rather than modifying the default instance but this would break the assertions in some tests that check the default instance.