Jasper-report-maven-plugin icon indicating copy to clipboard operation
Jasper-report-maven-plugin copied to clipboard

Resuse CompileManager

Open marschall opened this issue 3 years ago • 0 comments

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.

marschall avatar Jul 26 '21 17:07 marschall