Broadleaf Export 2.3.2-GA
Released on February 8, 2022
This is the 2nd release for the Broadleaf Export 2.3.x module. This module requires Broadleaf Framework version 6.2.0-GA or greater.
An at-a-glance view of the issues that were closed in this release:
Minor Bug(1)
- In
AbstractExportProcessExecutor
the 'finally' block,fileService.closeWorkArea(workArea);
would try to delete the temporary file beforeIOUtils.closeQuietly(outputStream);
had closed it. This would fail on Windows. Therefore, adding a try-with-resources block to automatically close the stream before the file is deleted.
Total Resolved Issues: 1